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

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp72 auto RuntimeCall =
121 Mutator.CreateCall(RuntimeCallTy, RuntimeCall,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1464 /// \p RuntimeCall into the offload arrays in \p OAs.
1465 bool getValuesInOffloadArrays(CallInst &RuntimeCall, argument
1478 RuntimeCall.getArgOperand(OffloadArray::BasePtrsArgNum);
1480 Value *PtrsArg = RuntimeCall.getArgOperand(OffloadArray::PtrsArgNum);
1482 Value *SizesArg = RuntimeCall.getArgOperand(OffloadArray::SizesArgNum);
1489 if (!OAs[0].initialize(*BasePtrsArray, RuntimeCall))
1497 if (!OAs[1].initialize(*PtrsArray, RuntimeCall))
1509 if (!OAs[2].initialize(*SizesArray, RuntimeCall))
1548 /// Returns the instruction where the "wait" counterpart \p RuntimeCall can be
1550 Instruction *canBeMovedDownwards(CallInst &RuntimeCall) { argument
1578 splitTargetDataBeginRTC(CallInst &RuntimeCall, Instruction &WaitMovementPoint) argument
[all...]

Completed in 143 milliseconds