Home
last modified time | relevance | path

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

/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/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()
225 bool HasUserRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) in HasUserRecursively()
252 size_t CountUsers(Inst *inst, const FindUserPredicate &predicate) in CountUsers()
/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/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp218 GateRef elements, Predicate predicate, GateRef fromIndex, GateRef len, IndexOfOptions options) in IndexOfElements()
550 auto predicate = [this, ti32 = *taggedInt32, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp998 Predicate predicate) in IndexOfElements()