/external/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 …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZPostRewrite.cpp | 46 unsigned LowOpcode, 51 unsigned LowOpcode, 80 unsigned LowOpcode, in selectLOCRMux() argument 88 MBBI->setDesc(TII->get(LowOpcode)); in selectLOCRMux() 101 unsigned LowOpcode, in selectSELRMux() argument 139 MBBI->setDesc(TII->get(LowOpcode)); in selectSELRMux()
|
D | SystemZInstrInfo.h | 180 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode, 182 void expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, 184 void expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, 186 void expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, 188 void expandZExtPseudo(MachineInstr &MI, unsigned LowOpcode,
|
D | SystemZInstrInfo.cpp | 111 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local 112 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove() 115 MI->setDesc(get(LowOpcode)); in splitMove() 142 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() argument 147 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo() 156 void SystemZInstrInfo::expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIEPseudo() argument 172 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo() 180 void SystemZInstrInfo::expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRXYPseudo() argument 184 SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() 192 void SystemZInstrInfo::expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, in expandLOCPseudo() argument [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 139 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode, 141 void expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, 143 void expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, 145 void expandZExtPseudo(MachineInstr &MI, unsigned LowOpcode,
|
D | SystemZInstrInfo.cpp | 80 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local 81 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove() 84 MI->setDesc(get(LowOpcode)); in splitMove() 109 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() argument 114 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo() 123 void SystemZInstrInfo::expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIEPseudo() argument 135 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo() 144 void SystemZInstrInfo::expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRXYPseudo() argument 147 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() 155 void SystemZInstrInfo::expandZExtPseudo(MachineInstr &MI, unsigned LowOpcode, in expandZExtPseudo() argument [all …]
|