Searched refs:shortenOn001AddCC (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp43 bool shortenOn001AddCC(MachineInstr &MI, unsigned Opcode);
145 bool SystemZShortenInst::shortenOn001AddCC(MachineInstr &MI, unsigned Opcode) { function in class:SystemZShortenInst
226 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR);
230 Changed |= shortenOn001AddCC(MI, SystemZ::AEBR);
314 Changed |= shortenOn001AddCC(MI, SystemZ::SDBR);
318 Changed |= shortenOn001AddCC(MI, SystemZ::SEBR);

Completed in 118 milliseconds