Home
last modified time | relevance | path

Searched refs:GuardVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDeclCXX.cpp998 llvm::Value *GuardVal = Builder.CreateLoad(Guard); in GenerateCXXGlobalInitFunc() local
999 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc()
1009 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); in GenerateCXXGlobalInitFunc()
1015 CGM.getDataLayout().getTypeAllocSize(GuardVal->getType()))); in GenerateCXXGlobalInitFunc()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2121 Register GuardVal; in translateKnownIntrinsic() local
2123 GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic()
2124 getStackGuard(GuardVal, MIRBuilder); in translateKnownIntrinsic()
2126 GuardVal = getOrCreateVReg(*CI.getArgOperand(0)); // The guard's value. in translateKnownIntrinsic()
2133 GuardVal, getOrCreateVReg(*Slot), in translateKnownIntrinsic()
3220 Register GuardVal = in emitSPDescriptorParent() local
3251 {GuardVal, FnTy->getParamType(0), {Flags}}); in emitSPDescriptorParent()
3287 CurBuilder->buildICmp(CmpInst::ICMP_NE, LLT::scalar(1), Guard, GuardVal); in emitSPDescriptorParent()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2667 SDValue GuardVal = DAG.getLoad( in visitSPDescriptorParent() local
2673 GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl); in visitSPDescriptorParent()
2685 Entry.Node = GuardVal; in visitSPDescriptorParent()
2720 Guard, GuardVal, ISD::SETNE); in visitSPDescriptorParent()
2724 MVT::Other, GuardVal.getOperand(0), in visitSPDescriptorParent()