Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp71 auto RuntimeCall = in emit() local
120 Mutator.CreateCall(RuntimeCallTy, RuntimeCall, in emit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1603 bool getValuesInOffloadArrays(CallInst &RuntimeCall, in getValuesInOffloadArrays()
1627 if (!OAs[0].initialize(*BasePtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1635 if (!OAs[1].initialize(*PtrsArray, RuntimeCall)) in getValuesInOffloadArrays()
1647 if (!OAs[2].initialize(*SizesArray, RuntimeCall)) in getValuesInOffloadArrays()
1688 Instruction *canBeMovedDownwards(CallInst &RuntimeCall) { in canBeMovedDownwards()
1692 Instruction *CurrentI = &RuntimeCall; in canBeMovedDownwards()
1712 return RuntimeCall.getParent()->getTerminator(); in canBeMovedDownwards()
1716 bool splitTargetDataBeginRTC(CallInst &RuntimeCall, in splitTargetDataBeginRTC()
1722 Function *F = RuntimeCall.getCaller(); in splitTargetDataBeginRTC()
1739 for (auto &Arg : RuntimeCall.args()) in splitTargetDataBeginRTC()
[all …]