Searched refs:canBeConsideredALU (Results 1 – 3 of 3) sorted by relevance
179 if ((!TII->canBeConsideredALU(MI) && !isCFAlu(MI)) || in runOnMachineFunction()
85 bool canBeConsideredALU(const MachineInstr *MI) const;
161 bool R600InstrInfo::canBeConsideredALU(const MachineInstr *MI) const { in canBeConsideredALU() function in R600InstrInfo