Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp595 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors()
596 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
597 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
512 const CallInst *SPCall = findStackProtectorIntrinsic(*F); InsertStackProtectors() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1828 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1832 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()
1833 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()
1837 SPCall->setAttributes( in makeStatepointExplicitImpl()
1838 legalizeCallAttributes(CI, IsMemIntrinsic, SPCall->getAttributes())); in makeStatepointExplicitImpl()
1840 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()