Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp539 void getInstrUses(const MachineInstr *MI, RegisterSet &Uses) const;
739 void HexagonGenInsert::getInstrUses(const MachineInstr *MI, in getInstrUses() function in HexagonGenInsert
1032 getInstrUses(DefI, Regs[OtherS]); in findRemovableRegisters()
1348 getInstrUses(DefI, Us); in selectCandidates()
H A DHexagonBitSimplify.cpp202 static void getInstrUses(const MachineInstr &MI, RegisterSet &Uses);
301 void HexagonBitSimplify::getInstrUses(const MachineInstr &MI, in getInstrUses() function in HexagonBitSimplify
3229 HBS::getInstrUses(*SI, Inputs); in processLoop()
3245 HBS::getInstrUses(*MI, Inputs); in processLoop()