Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp45 bool shortenFusedFPOp(MachineInstr &MI, unsigned Opcode);
180 bool SystemZShortenInst::shortenFusedFPOp(MachineInstr &MI, unsigned Opcode) { in shortenFusedFPOp() function in SystemZShortenInst
266 Changed |= shortenFusedFPOp(MI, SystemZ::MADBR); in processBlock()
270 Changed |= shortenFusedFPOp(MI, SystemZ::MAEBR); in processBlock()
274 Changed |= shortenFusedFPOp(MI, SystemZ::MSDBR); in processBlock()
278 Changed |= shortenFusedFPOp(MI, SystemZ::MSEBR); in processBlock()