Searched refs:GuardVal (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 537 llvm::Value *GuardVal = Builder.CreateLoad(Guard); in GenerateCXXGlobalInitFunc() local 538 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc() 547 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); in GenerateCXXGlobalInitFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 901 unsigned GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local 902 getStackGuard(GuardVal, MIRBuilder); in translateKnownIntrinsic() 906 GuardVal, getOrCreateVReg(*Slot), in translateKnownIntrinsic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2229 SDValue GuardVal = DAG.getLoad( in visitSPDescriptorParent() local 2235 GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl); in visitSPDescriptorParent() 2248 Entry.Node = GuardVal; in visitSPDescriptorParent() 2281 SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, GuardVal); in visitSPDescriptorParent() 2291 MVT::Other, GuardVal.getOperand(0), in visitSPDescriptorParent()
|