Home
last modified time | relevance | path

Searched refs:RuntimeCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp72 auto RuntimeCall = in emit() local
121 Mutator.CreateCall(RuntimeCallTy, RuntimeCall, in emit()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1639 bool getValuesInOffloadArrays(CallInst &RuntimeCall, in getValuesInOffloadArrays()
1663 if (!OAs[0].initialize(*BasePtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1671 if (!OAs[1].initialize(*PtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1683 if (!OAs[2].initialize(*SizesArray, RuntimeCall)) in getValuesInOffloadArrays()
1724 Instruction *canBeMovedDownwards(CallInst &RuntimeCall) { in canBeMovedDownwards()
1728 Instruction *CurrentI = &RuntimeCall; in canBeMovedDownwards()
1748 return RuntimeCall.getParent()->getTerminator(); in canBeMovedDownwards()
1752 bool splitTargetDataBeginRTC(CallInst &RuntimeCall, in splitTargetDataBeginRTC()
1758 auto *F = RuntimeCall.getCaller(); in splitTargetDataBeginRTC()
1771 for (auto &Arg : RuntimeCall.args()) in splitTargetDataBeginRTC()
[all …]
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp82 template <typename RuntimeCall>
83 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue()