Searched refs:RHSGV (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1842 GlobalValue *RHSGV; in lowerConstant() local 1844 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset, in lowerConstant() 1847 LHSGV, RHSGV, *Mang, TM); in lowerConstant() 1851 MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2317 GlobalValue *RHSGV; in lowerConstant() local 2319 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset, in lowerConstant() 2322 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant() 2326 MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2449 GlobalValue *RHSGV; in lowerConstant() local 2451 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset, in lowerConstant() 2454 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant() 2463 LHSExpr, MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 670 if (auto *RHSGV = in needsRelocation() local 674 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation() 677 if (RHSGV->isDSOLocal()) in needsRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 569 if (auto *RHSGV = dyn_cast<GlobalValue>(RHSOp0->stripPointerCasts())) in needsRelocation() local 570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()
|