Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 8 of 8) 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.cpp202 bool HasInput(Inst *inst, const FindInputPredicate &predicate) in HasInput()
210 bool HasInputPhiRecursively(Inst *inst, Marker visited, const FindInputPredicate &predicate) in HasInputPhiRecursively()
253 bool HasUser(Inst *inst, const FindUserPredicate &predicate) in HasUser()
261 bool HasUserPhiRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) in HasUserPhiRecursively()
288 bool HasUserRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) in HasUserRecursively()
315 size_t CountUsers(Inst *inst, const FindUserPredicate &predicate) in CountUsers()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.h60 Signature *FindSpecificSignature(UnaryPredicate predicate) const noexcept in FindSpecificSignature()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dllvm_optimizer.cpp110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile() local
/arkcompiler/toolchain/tooling/dynamic/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 glue, GateRef elements, Predicate predicate, GateRef fromIndex, GateRef len, IndexOfOption… in IndexOfElements()
550 auto predicate = [this, ti32 = *taggedInt32, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1000 IndexOfOptions options, Predicate predicate) in IndexOfElements()