Searched refs:ExpandCCR (Results 1 – 3 of 3) sorted by relevance
191 return TII->ExpandCCR(MIB, /*IsToCCR=*/true); in INITIALIZE_PASS()193 return TII->ExpandCCR(MIB, /*IsToCCR=*/false); in INITIALIZE_PASS()
324 bool ExpandCCR(MachineInstrBuilder &MIB, bool IsToCCR) const;
575 bool M68kInstrInfo::ExpandCCR(MachineInstrBuilder &MIB, bool IsToCCR) const { in ExpandCCR() function in M68kInstrInfo