Lines Matching refs:HexagonGenMux
39 class HexagonGenMux : public MachineFunctionPass { class
42 HexagonGenMux() : MachineFunctionPass(ID), HII(0), HRI(0) { in HexagonGenMux() function in __anondc5b75df0111::HexagonGenMux
97 char HexagonGenMux::ID = 0;
100 INITIALIZE_PASS(HexagonGenMux, "hexagon-mux",
104 void HexagonGenMux::getSubRegs(unsigned Reg, BitVector &SRs) const { in getSubRegs()
110 void HexagonGenMux::expandReg(unsigned Reg, BitVector &Set) const { in expandReg()
118 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
141 void HexagonGenMux::buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, in buildMaps()
159 bool HexagonGenMux::isCondTransfer(unsigned Opc) const { in isCondTransfer()
171 unsigned HexagonGenMux::getMuxOpcode(const MachineOperand &Src1, in getMuxOpcode()
188 bool HexagonGenMux::genMuxInBlock(MachineBasicBlock &B) { in genMuxInBlock()
307 bool HexagonGenMux::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
317 return new HexagonGenMux(); in createHexagonGenMux()