Home
last modified time | relevance | path

Searched refs:DefLoc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp225 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local
227 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically()
231 if (DefLoc >= UseLoc) in rescheduleCanonically()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp169 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local
170 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2751 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local
2762 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef()
2765 CurRec = std::make_unique<Record>(Name, DefLoc, Records); in ParseDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1524 Loc DefLoc(DomB, It); in calculatePlacement() local
1525 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()