Searched refs:shortenIIF (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 37 bool shortenIIF(MachineInstr &MI, unsigned *GPRMap, unsigned LiveOther, 75 bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned *GPRMap, in shortenIIF() function in SystemZShortenInst 122 Changed |= shortenIIF(MI, LowGPRs, LiveHigh, SystemZ::LLILL, in processBlock() 125 Changed |= shortenIIF(MI, HighGPRs, LiveLow, SystemZ::LLIHL, in processBlock()
|