Home
last modified time | relevance | path

Searched refs:getInstrIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp142 auto getInstrIdx = [](const MachineInstr &MI) { in rescheduleCanonically() local
225 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically()
226 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically()
/external/llvm-project/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp142 auto getInstrIdx = [](const MachineInstr &MI) { in rescheduleCanonically() local
224 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically()
225 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically()