Home
last modified time | relevance | path

Searched refs:isDefTooClose (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp137 bool isDefTooClose(Register Reg, unsigned Dist, MachineInstr *MI);
884 bool TwoAddressInstructionPass::isDefTooClose(Register Reg, unsigned Dist, in isDefTooClose() function in TwoAddressInstructionPass
958 if (isDefTooClose(MOReg, DI->second, MI)) in rescheduleKillAboveMI()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp121 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
981 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose() function in TwoAddressInstructionPass
1056 if (isDefTooClose(MOReg, DI->second, MI)) in rescheduleKillAboveMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp145 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
1024 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose() function in TwoAddressInstructionPass
1099 if (isDefTooClose(MOReg, DI->second, MI)) in rescheduleKillAboveMI()