Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp43 bool shortenOn001(MachineInstr &MI, unsigned Opcode);
125 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001() function in SystemZShortenInst
140 if (!LiveRegs.contains(SystemZ::CC) && shortenOn001(MI, Opcode)) { in shortenOn001AddCC()
199 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock()
215 Changed |= shortenOn001(MI, SystemZ::MDBR); in processBlock()