Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1031 llvm::Value *GuardVal = Builder.CreateLoad(Guard); in GenerateCXXGlobalInitFunc() local
1032 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc()
1042 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); in GenerateCXXGlobalInitFunc()
1048 CGM.getDataLayout().getTypeAllocSize(GuardVal->getType()))); in GenerateCXXGlobalInitFunc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2120 Register GuardVal; in translateKnownIntrinsic() local
2122 GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic()
2123 getStackGuard(GuardVal, MIRBuilder); in translateKnownIntrinsic()
2125 GuardVal = getOrCreateVReg(*CI.getArgOperand(0)); // The guard's value. in translateKnownIntrinsic()
2132 GuardVal, getOrCreateVReg(*Slot), in translateKnownIntrinsic()
3245 Register GuardVal = in emitSPDescriptorParent() local
3276 {GuardVal, FnTy->getParamType(0), {Flags}}); in emitSPDescriptorParent()
3312 CurBuilder->buildICmp(CmpInst::ICMP_NE, LLT::scalar(1), Guard, GuardVal); in emitSPDescriptorParent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2725 SDValue GuardVal = DAG.getLoad( in visitSPDescriptorParent() local
2731 GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl); in visitSPDescriptorParent()
2743 Entry.Node = GuardVal; in visitSPDescriptorParent()
2778 Guard, GuardVal, ISD::SETNE); in visitSPDescriptorParent()
2782 MVT::Other, GuardVal.getOperand(0), in visitSPDescriptorParent()