Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp139 bool HasInput(Inst *inst, const FindInputPredicate &predicate) in HasInput()
147 bool HasInputPhiRecursively(Inst *inst, Marker visited, const FindInputPredicate &predicate) in HasInputPhiRecursively()
190 bool HasUser(Inst *inst, const FindUserPredicate &predicate) in HasUser()
198 bool HasUserPhiRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) in HasUserPhiRecursively()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_builder.cpp65 …RemoveInstsIf(llvm::MachineBasicBlock &mblock, const std::function<bool(llvm::MachineInstr &)> &pr… in RemoveInstsIf()
85 auto predicate = [](llvm::MachineInstr &inst) -> bool { in RemovePrologue() local
96 auto predicate = [&isEpilogue](llvm::MachineInstr &inst) -> bool { in RemoveEpilogue() local
187 auto predicate = [](llvm::MachineInstr &inst) -> bool { in RemovePrologue() local
198 auto predicate = [&isEpilogue](llvm::MachineInstr &inst) -> bool { in RemoveEpilogue() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dllvm_optimizer.cpp110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp887 JSTaggedValue JSStableArray::FindRawData(IndexOfContext &ctx, Predicate &&predicate) in FindRawData()
931 JSTaggedValue JSStableArray::FindLastRawData(IndexOfContext &ctx, Predicate &&predicate) in FindLastRawData()
974 …ue JSStableArray::FindRawDataDispatch(IndexOfType type, IndexOfContext &ctx, Predicate &&predicate) in FindRawDataDispatch()