Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dllvm_optimizer.cpp110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.cpp139 bool HasInput(Inst *inst, const FindInputPredicate &predicate) in HasInput() argument
147 bool HasInputPhiRecursively(Inst *inst, Marker visited, const FindInputPredicate &predicate) in HasInputPhiRecursively() argument
190 bool HasUser(Inst *inst, const FindUserPredicate &predicate) in HasUser() argument
198 HasUserPhiRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) HasUserPhiRecursively() argument
225 CountUsers(Inst *inst, const FindUserPredicate &predicate) CountUsers() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
H A Dframe_builder.cpp65 void RemoveInstsIf(llvm::MachineBasicBlock &mblock, const std::function<bool(llvm::MachineInstr &)> &predicate) in RemoveInstsIf() argument
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
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h71 auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForBreakpoint() local
193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h54 auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForBreakpoint() local
65 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::DROPFRAME; }; in WaitForDropframe() local
71 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::CHECK_COMPLETE; }; in WaitForCheckComplete() local
85 auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForStepComplete() local
96 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::EXCEPTION; }; in WaitForException() local
110 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::LOAD_MODULE; }; WaitForLoadModule() local
198 WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) WaitForEvent() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_stable_array.cpp803 JSTaggedValue JSStableArray::FindRawData(IndexOfContext &ctx, Predicate &&predicate) in FindRawData() argument
847 JSTaggedValue JSStableArray::FindLastRawData(IndexOfContext &ctx, Predicate &&predicate) in FindLastRawData() argument
892 JSTaggedValue JSStableArray::FindRawDataDispatch(IndexOfType type, IndexOfContext &ctx, Predicate &&predicate) in FindRawDataDispatch() argument

Completed in 6 milliseconds