Searched refs:NewCaller (Results 1 – 3 of 3) sorted by relevance
1364 Instruction *NewCaller; in transformCallThroughTrampoline() local1366 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline()1369 cast<InvokeInst>(NewCaller)->setCallingConv(II->getCallingConv()); in transformCallThroughTrampoline()1370 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()1372 NewCaller = CallInst::Create(NewCallee, NewArgs); in transformCallThroughTrampoline()1374 cast<CallInst>(NewCaller)->setTailCall(); in transformCallThroughTrampoline()1375 cast<CallInst>(NewCaller)-> in transformCallThroughTrampoline()1377 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()1380 return NewCaller; in transformCallThroughTrampoline()
3021 Instruction *NewCaller; in transformCallThroughTrampoline() local3023 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline()3026 cast<InvokeInst>(NewCaller)->setCallingConv(II->getCallingConv()); in transformCallThroughTrampoline()3027 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()3029 NewCaller = CallInst::Create(NewCallee, NewArgs, OpBundles); in transformCallThroughTrampoline()3031 cast<CallInst>(NewCaller)->setTailCall(); in transformCallThroughTrampoline()3032 cast<CallInst>(NewCaller)-> in transformCallThroughTrampoline()3034 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()3037 return NewCaller; in transformCallThroughTrampoline()
4502 Instruction *NewCaller; in transformCallThroughTrampoline() local4504 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline()4507 cast<InvokeInst>(NewCaller)->setCallingConv(II->getCallingConv()); in transformCallThroughTrampoline()4508 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()4510 NewCaller = CallInst::Create(NewCallee, NewArgs, OpBundles); in transformCallThroughTrampoline()4511 cast<CallInst>(NewCaller)->setTailCallKind( in transformCallThroughTrampoline()4513 cast<CallInst>(NewCaller)->setCallingConv( in transformCallThroughTrampoline()4515 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()4517 NewCaller->setDebugLoc(Caller->getDebugLoc()); in transformCallThroughTrampoline()4519 return NewCaller; in transformCallThroughTrampoline()