Home
last modified time | relevance | path

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

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