Searched refs:shortenOn001 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 47 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() 208 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock() 212 Changed |= shortenOn001(MI, SystemZ::DEBR); in processBlock() 232 Changed |= shortenOn001(MI, SystemZ::MDBR); in processBlock() 236 Changed |= shortenOn001(MI, SystemZ::MEEBR); in processBlock()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 47 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()
|