Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h197 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp869 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
1066 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
1207 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
1315 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
DTwoAddressInstructionPass.cpp403 !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
/external/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp1576 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
1917 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2049 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2161 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
DLiveDebugVariables.cpp1320 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()
DTwoAddressInstructionPass.cpp291 if (LIS && Reg.isVirtual() && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
/external/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()