Home
last modified time | relevance | path

Searched refs:isNotInMIMap (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1501 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
1825 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
1952 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2063 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
DLiveDebugVariables.cpp1293 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()
DTwoAddressInstructionPass.cpp430 if (LIS && Register::isVirtualRegister(Reg) && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()