Searched refs:isDefTooClose (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 146 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI); 1023 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose() function in TwoAddressInstructionPass 1098 if (isDefTooClose(MOReg, DI->second, MI)) in rescheduleKillAboveMI()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 121 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()
|