Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp47 bool shortenOn001(MachineInstr &MI, unsigned Opcode);
131 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001() function in SystemZShortenInst
145 if (!LiveRegs.contains(SystemZ::CC) && shortenOn001(MI, Opcode)) { in shortenOn001AddCC()
204 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock()
220 Changed |= shortenOn001(MI, SystemZ::MDBR); in processBlock()