Home
last modified time | relevance | path

Searched refs:getInstrUses (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp495 void getInstrUses(const MachineInstr *MI, RegisterSet &Uses) const;
698 void HexagonGenInsert::getInstrUses(const MachineInstr *MI, in getInstrUses() function in HexagonGenInsert
994 getInstrUses(DefI, Regs[OtherS]); in findRemovableRegisters()
1317 getInstrUses(DefI, Us); in selectCandidates()
DHexagonBitSimplify.cpp159 static void getInstrUses(const MachineInstr &MI, RegisterSet &Uses);
258 void HexagonBitSimplify::getInstrUses(const MachineInstr &MI, in getInstrUses() function in HexagonBitSimplify
2633 HBS::getInstrUses(*SI, Inputs); in processLoop()
2649 HBS::getInstrUses(*MI, Inputs); in processLoop()