Searched refs:getInstrUses (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 493 void getInstrUses(const MachineInstr *MI, RegisterSet &Uses) const; 696 void HexagonGenInsert::getInstrUses(const MachineInstr *MI, in getInstrUses() function in HexagonGenInsert 992 getInstrUses(DefI, Regs[OtherS]); in findRemovableRegisters() 1315 getInstrUses(DefI, Us); in selectCandidates()
|
D | HexagonBitSimplify.cpp | 158 static void getInstrUses(const MachineInstr &MI, RegisterSet &Uses); 255 void HexagonBitSimplify::getInstrUses(const MachineInstr &MI, in getInstrUses() function in HexagonBitSimplify 2638 HBS::getInstrUses(*SI, Inputs); in processLoop() 2654 HBS::getInstrUses(*MI, Inputs); in processLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 535 void getInstrUses(const MachineInstr *MI, RegisterSet &Uses) const; 735 void HexagonGenInsert::getInstrUses(const MachineInstr *MI, in getInstrUses() function in HexagonGenInsert 1028 getInstrUses(DefI, Regs[OtherS]); in findRemovableRegisters() 1348 getInstrUses(DefI, Us); in selectCandidates()
|
D | HexagonBitSimplify.cpp | 202 static void getInstrUses(const MachineInstr &MI, RegisterSet &Uses); 301 void HexagonBitSimplify::getInstrUses(const MachineInstr &MI, in getInstrUses() function in HexagonBitSimplify 3214 HBS::getInstrUses(*SI, Inputs); in processLoop() 3230 HBS::getInstrUses(*MI, Inputs); in processLoop()
|