Searched refs:FixupList (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 112 using FixupList = std::vector<AssemblerFixup>; variable
|
D | IceELFSection.h | 252 FixupList Fixups;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 342 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local 406 FixupList.push_back(&*MPhi); in insertDef() 409 FixupList.push_back(MD); in insertDef() 416 while (!FixupList.empty()) { in insertDef() 418 fixupDefs(FixupList); in insertDef() 419 FixupList.clear(); in insertDef() 421 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 343 SmallVector<WeakVH, 8> FixupList(InsertedPHIs.begin(), InsertedPHIs.end()); in insertDef() local 411 FixupList.push_back(&*MPhi); in insertDef() 414 FixupList.push_back(MD); in insertDef() 421 while (!FixupList.empty()) { in insertDef() 423 fixupDefs(FixupList); in insertDef() 424 FixupList.clear(); in insertDef() 426 FixupList.append(InsertedPHIs.begin() + StartingPHISize, InsertedPHIs.end()); in insertDef()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 67 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/llvm-project/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 87 typedef std::vector<DecoderFixup> FixupList; typedef 88 typedef std::vector<FixupList> FixupScopeList; 638 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 642 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups() 683 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()
|