Home
last modified time | relevance | path

Searched defs:UMI (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp101 void GISelCSEInfo::invalidateUniqueMachineInstr(UniqueMachineInstr *UMI) { in invalidateUniqueMachineInstr()
124 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()
185 auto *UMI = InstrMapping.lookup(MI); in handleRecordedInst() local
206 if (auto *UMI = InstrMapping.lookup(MI)) { in handleRemoveInst() local
282 const UniqueMachineInstr &UMI = *It; in verify() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp99 void GISelCSEInfo::invalidateUniqueMachineInstr(UniqueMachineInstr *UMI) { in invalidateUniqueMachineInstr()
122 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()
183 auto *UMI = InstrMapping.lookup(MI); in handleRecordedInst() local
204 if (auto *UMI = InstrMapping.lookup(MI)) { in handleRemoveInst() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp723 auto UMI = in replace() local
1630 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit() local
2387 auto UMI = UMII->second; in OL_completeLookup() local
2436 for (auto &UMI : KV.second) in OL_completeLookup() local
2489 for (auto &UMI : KV.second) { in OL_completeLookup() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp895 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in replace() local