Home
last modified time | relevance | path

Searched refs:ExpandCCR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp191 return TII->ExpandCCR(MIB, /*IsToCCR=*/true); in INITIALIZE_PASS()
193 return TII->ExpandCCR(MIB, /*IsToCCR=*/false); in INITIALIZE_PASS()
H A DM68kInstrInfo.h324 bool ExpandCCR(MachineInstrBuilder &MIB, bool IsToCCR) const;
H A DM68kInstrInfo.cpp575 bool M68kInstrInfo::ExpandCCR(MachineInstrBuilder &MIB, bool IsToCCR) const { in ExpandCCR() function in M68kInstrInfo