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