Lines Matching refs:HexagonGenMux
66 class HexagonGenMux : public MachineFunctionPass { class
70 HexagonGenMux() : MachineFunctionPass(ID) {} in HexagonGenMux() function in __anoncf1483fd0111::HexagonGenMux
141 char HexagonGenMux::ID = 0;
143 INITIALIZE_PASS(HexagonGenMux, "hexagon-gen-mux",
146 void HexagonGenMux::getSubRegs(unsigned Reg, BitVector &SRs) const { in getSubRegs()
151 void HexagonGenMux::expandReg(unsigned Reg, BitVector &Set) const { in expandReg()
158 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
178 void HexagonGenMux::buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, in buildMaps()
194 bool HexagonGenMux::isCondTransfer(unsigned Opc) const { in isCondTransfer()
205 unsigned HexagonGenMux::getMuxOpcode(const MachineOperand &Src1, in getMuxOpcode()
221 bool HexagonGenMux::genMuxInBlock(MachineBasicBlock &B) { in genMuxInBlock()
371 bool HexagonGenMux::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
383 return new HexagonGenMux(); in createHexagonGenMux()