Home
last modified time | relevance | path

Searched refs:FixupList (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp279 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local
292 FixupList.push_back(MD); in insertDef()
295 while (!FixupList.empty()) { in insertDef()
297 fixupDefs(FixupList); in insertDef()
298 FixupList.clear(); in insertDef()
300 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
/external/swiftshader/third_party/subzero/src/
DIceFixups.h112 using FixupList = std::vector<AssemblerFixup>; variable
DIceELFSection.h252 FixupList Fixups;
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp67 typedef std::vector<DecoderFixup> FixupList; typedef
68 typedef std::vector<FixupList> FixupScopeList;
583 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
587 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
627 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp79 typedef std::vector<DecoderFixup> FixupList; typedef
80 typedef std::vector<FixupList> FixupScopeList;
597 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
601 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
642 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()