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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp71 auto RuntimeCall =
120 Mutator.CreateCall(RuntimeCallTy, RuntimeCall,
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1602 /// \p RuntimeCall into the offload arrays in \p OAs.
1603 bool getValuesInOffloadArrays(CallInst &RuntimeCall, argument
1616 RuntimeCall.getArgOperand(OffloadArray::BasePtrsArgNum);
1618 Value *PtrsArg = RuntimeCall.getArgOperand(OffloadArray::PtrsArgNum);
1620 Value *SizesArg = RuntimeCall.getArgOperand(OffloadArray::SizesArgNum);
1627 if (!OAs[0].initialize(*BasePtrsArray, RuntimeCall))
1635 if (!OAs[1].initialize(*PtrsArray, RuntimeCall))
1647 if (!OAs[2].initialize(*SizesArray, RuntimeCall))
1686 /// Returns the instruction where the "wait" counterpart \p RuntimeCall can be
1688 Instruction *canBeMovedDownwards(CallInst &RuntimeCall) { argument
1716 splitTargetDataBeginRTC(CallInst &RuntimeCall, Instruction &WaitMovementPoint) argument
[all...]

Completed in 177 milliseconds