Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp537 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/
DIRTranslator.cpp901 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/
DSelectionDAGBuilder.cpp2229 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()