Home
last modified time | relevance | path

Searched refs:RHSGV (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2317 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp569 if (auto *RHSGV = dyn_cast<GlobalValue>(RHSOp0->stripPointerCasts())) in needsRelocation() local
570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()