Home
last modified time | relevance | path

Searched refs:LHSGV (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.cpp2313 GlobalValue *LHSGV; in lowerConstant() local
2315 if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset, in lowerConstant()
2322 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
2325 MCSymbolRefExpr::create(getSymbol(LHSGV), Ctx), in lowerConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp568 if (auto *LHSGV = dyn_cast<GlobalValue>(LHSOp0->stripPointerCasts())) in needsRelocation() local
570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()