Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp39 class HexagonGenMux : public MachineFunctionPass { class
42 HexagonGenMux() : MachineFunctionPass(ID), HII(0), HRI(0) { in HexagonGenMux() function in __anonb43b59ab0111::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()
[all …]
DCMakeLists.txt30 HexagonGenMux.cpp