Searched refs:GuardVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 639 llvm::Value *GuardVal = Builder.CreateLoad(Guard); in GenerateCXXGlobalInitFunc() local 640 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc() 650 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); in GenerateCXXGlobalInitFunc() 656 CGM.getDataLayout().getTypeAllocSize(GuardVal->getType()))); in GenerateCXXGlobalInitFunc()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1011 unsigned GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local 1012 getStackGuard(GuardVal, MIRBuilder); in translateKnownIntrinsic() 1019 GuardVal, getOrCreateVReg(*Slot), in translateKnownIntrinsic()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2256 SDValue GuardVal = DAG.getLoad( in visitSPDescriptorParent() local 2262 GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl); in visitSPDescriptorParent() 2275 Entry.Node = GuardVal; in visitSPDescriptorParent() 2308 SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, GuardVal); in visitSPDescriptorParent() 2318 MVT::Other, GuardVal.getOperand(0), in visitSPDescriptorParent()
|