Searched refs:GuardVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 816 llvm::Value *GuardVal = Builder.CreateLoad(Guard); in GenerateCXXGlobalInitFunc() local 817 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc() 827 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); in GenerateCXXGlobalInitFunc() 833 CGM.getDataLayout().getTypeAllocSize(GuardVal->getType()))); in GenerateCXXGlobalInitFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2074 Register GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local 2075 getStackGuard(GuardVal, MIRBuilder); in translateKnownIntrinsic() 2082 GuardVal, getOrCreateVReg(*Slot), in translateKnownIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2646 SDValue GuardVal = DAG.getLoad( in visitSPDescriptorParent() local 2652 GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl); in visitSPDescriptorParent() 2664 Entry.Node = GuardVal; in visitSPDescriptorParent() 2699 Guard, GuardVal, ISD::SETNE); in visitSPDescriptorParent() 2703 MVT::Other, GuardVal.getOperand(0), in visitSPDescriptorParent()
|