Searched refs:LowOpcode (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZPostRewrite.cpp | 53 unsigned LowOpcode, 58 unsigned LowOpcode, 87 unsigned LowOpcode, in selectLOCRMux() argument 95 MBBI->setDesc(TII->get(LowOpcode)); in selectLOCRMux() 108 unsigned LowOpcode, in selectSELRMux() argument 146 MBBI->setDesc(TII->get(LowOpcode)); in selectSELRMux()
|
| D | SystemZInstrInfo.h | 166 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode, 168 void expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, 170 void expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, 172 void expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, 174 void expandZExtPseudo(MachineInstr &MI, unsigned LowOpcode,
|
| D | SystemZInstrInfo.cpp | 108 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local 109 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove() 112 MI->setDesc(get(LowOpcode)); in splitMove() 137 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() argument 142 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo() 151 void SystemZInstrInfo::expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIEPseudo() argument 167 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo() 175 void SystemZInstrInfo::expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRXYPseudo() argument 179 SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() 187 void SystemZInstrInfo::expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, in expandLOCPseudo() argument [all …]
|