Searched defs:predicate (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_builder.cpp | 65 …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/ |
| D | string_builder_utils.cpp | 202 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/ |
| D | etsFunctionType.h | 60 Signature *FindSpecificSignature(UnaryPredicate predicate) const noexcept in FindSpecificSignature()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | llvm_optimizer.cpp | 110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/utils/ |
| D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_indexof_stub_builder.cpp | 218 …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/ |
| D | js_stable_array.cpp | 1000 IndexOfOptions options, Predicate predicate) in IndexOfElements()
|