Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp895 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in replace() local