Searched refs:shortenOn0 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 45 bool shortenOn0(MachineInstr &MI, unsigned Opcode); 109 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0() function in SystemZShortenInst 249 Changed |= shortenOn0(MI, SystemZ::LDE32); in processBlock() 253 Changed |= shortenOn0(MI, SystemZ::STE); in processBlock() 257 Changed |= shortenOn0(MI, SystemZ::LD); in processBlock() 261 Changed |= shortenOn0(MI, SystemZ::STD); in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 45 bool shortenOn0(MachineInstr &MI, unsigned Opcode); 109 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0() function in SystemZShortenInst 289 Changed |= shortenOn0(MI, SystemZ::LDE32); in processBlock() 293 Changed |= shortenOn0(MI, SystemZ::STE); in processBlock() 297 Changed |= shortenOn0(MI, SystemZ::LD); in processBlock() 301 Changed |= shortenOn0(MI, SystemZ::STD); in processBlock()
|