Searched refs:OpBundles (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 190 SmallVector<OperandBundleDef, 1> OpBundles; in SimplifyFunction() local 191 II->getOperandBundlesAsDefs(OpBundles); in SimplifyFunction() 194 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, OpBundles, in SimplifyFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 209 SmallVector<OperandBundleDef, 1> OpBundles; in HandleCallsInBlockInlinedThroughInvoke() local 211 CI->getOperandBundlesAsDefs(OpBundles); in HandleCallsInBlockInlinedThroughInvoke() 219 OpBundles, CI->getName(), BB); in HandleCallsInBlockInlinedThroughInvoke() 1427 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction() local 1444 CS.getOperandBundlesAsDefs(OpBundles); in InlineFunction() 1445 OpBundles.emplace_back("funclet", CallSiteEHPad); in InlineFunction() 1449 NewInst = CallInst::Create(cast<CallInst>(I), OpBundles, I); in InlineFunction() 1451 NewInst = InvokeInst::Create(cast<InvokeInst>(I), OpBundles, I); in InlineFunction() 1457 OpBundles.clear(); in InlineFunction()
|
D | Local.cpp | 1221 SmallVector<OperandBundleDef, 1> OpBundles; in changeToCall() local 1222 II->getOperandBundlesAsDefs(OpBundles); in changeToCall() 1223 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, OpBundles, in changeToCall()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 696 ArrayRef<OperandBundleDef> OpBundles, 699 OpBundles), Name); 1531 ArrayRef<OperandBundleDef> OpBundles = None, 1533 return Insert(CallInst::Create(Callee, Args, OpBundles), Name);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2277 SmallVector<OperandBundleDef, 1> OpBundles; in transformConstExprCastCall() local 2278 CS.getOperandBundlesAsDefs(OpBundles); in transformConstExprCastCall() 2283 Args, OpBundles); in transformConstExprCastCall() 2289 NC = Builder->CreateCall(Callee, Args, OpBundles); in transformConstExprCastCall()
|