Home
last modified time | relevance | path

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

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