Lines Matching refs:TargetOpcode
74 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
93 case TargetOpcode::G_ADD: in getInstrMapping()
94 case TargetOpcode::G_SUB: in getInstrMapping()
96 case TargetOpcode::G_AND: in getInstrMapping()
97 case TargetOpcode::G_OR: in getInstrMapping()
98 case TargetOpcode::G_XOR: in getInstrMapping()
100 case TargetOpcode::G_SEXT: in getInstrMapping()
101 case TargetOpcode::G_ZEXT: in getInstrMapping()
102 case TargetOpcode::G_ANYEXT: { in getInstrMapping()
117 case TargetOpcode::G_FADD: in getInstrMapping()
118 case TargetOpcode::G_FSUB: in getInstrMapping()
119 case TargetOpcode::G_FMUL: in getInstrMapping()
120 case TargetOpcode::G_FDIV: { in getInstrMapping()
139 case TargetOpcode::G_FCMP: { in getInstrMapping()
148 case TargetOpcode::G_CONSTANT: in getInstrMapping()
151 case TargetOpcode::G_CONSTANT_POOL: in getInstrMapping()
154 case TargetOpcode::G_FPTOUI: in getInstrMapping()
155 case TargetOpcode::G_FPTOSI: { in getInstrMapping()
164 case TargetOpcode::G_UITOFP: in getInstrMapping()
165 case TargetOpcode::G_SITOFP: { in getInstrMapping()
174 case TargetOpcode::G_LOAD: { in getInstrMapping()
197 case TargetOpcode::G_STORE: { in getInstrMapping()
211 case TargetOpcode::G_INTRINSIC_W_SIDE_EFFECTS: { in getInstrMapping()
218 case TargetOpcode::G_BITCAST: { in getInstrMapping()
248 case TargetOpcode::G_FADD: in isPreISelGenericFloatingPointOpcode()
249 case TargetOpcode::G_FSUB: in isPreISelGenericFloatingPointOpcode()
250 case TargetOpcode::G_FMUL: in isPreISelGenericFloatingPointOpcode()
251 case TargetOpcode::G_FMA: in isPreISelGenericFloatingPointOpcode()
252 case TargetOpcode::G_FDIV: in isPreISelGenericFloatingPointOpcode()
253 case TargetOpcode::G_FCONSTANT: in isPreISelGenericFloatingPointOpcode()
254 case TargetOpcode::G_FPEXT: in isPreISelGenericFloatingPointOpcode()
255 case TargetOpcode::G_FPTRUNC: in isPreISelGenericFloatingPointOpcode()
256 case TargetOpcode::G_FCEIL: in isPreISelGenericFloatingPointOpcode()
257 case TargetOpcode::G_FFLOOR: in isPreISelGenericFloatingPointOpcode()
258 case TargetOpcode::G_FNEARBYINT: in isPreISelGenericFloatingPointOpcode()
259 case TargetOpcode::G_FNEG: in isPreISelGenericFloatingPointOpcode()
260 case TargetOpcode::G_FCOS: in isPreISelGenericFloatingPointOpcode()
261 case TargetOpcode::G_FSIN: in isPreISelGenericFloatingPointOpcode()
262 case TargetOpcode::G_FLOG10: in isPreISelGenericFloatingPointOpcode()
263 case TargetOpcode::G_FLOG: in isPreISelGenericFloatingPointOpcode()
264 case TargetOpcode::G_FLOG2: in isPreISelGenericFloatingPointOpcode()
265 case TargetOpcode::G_FSQRT: in isPreISelGenericFloatingPointOpcode()
266 case TargetOpcode::G_FABS: in isPreISelGenericFloatingPointOpcode()
267 case TargetOpcode::G_FEXP: in isPreISelGenericFloatingPointOpcode()
268 case TargetOpcode::G_FRINT: in isPreISelGenericFloatingPointOpcode()
269 case TargetOpcode::G_INTRINSIC_TRUNC: in isPreISelGenericFloatingPointOpcode()
270 case TargetOpcode::G_INTRINSIC_ROUND: in isPreISelGenericFloatingPointOpcode()
271 case TargetOpcode::G_FMAXNUM: in isPreISelGenericFloatingPointOpcode()
272 case TargetOpcode::G_FMINNUM: in isPreISelGenericFloatingPointOpcode()
273 case TargetOpcode::G_FMAXIMUM: in isPreISelGenericFloatingPointOpcode()
274 case TargetOpcode::G_FMINIMUM: in isPreISelGenericFloatingPointOpcode()
305 if (Op != TargetOpcode::COPY && !MI.isPHI() && in hasFPConstraints()
336 case TargetOpcode::G_FPTOSI: in onlyUsesFP()
337 case TargetOpcode::G_FPTOUI: in onlyUsesFP()
338 case TargetOpcode::G_FCMP: in onlyUsesFP()
339 case TargetOpcode::G_LROUND: in onlyUsesFP()
340 case TargetOpcode::G_LLROUND: in onlyUsesFP()
355 case TargetOpcode::G_SITOFP: in onlyDefinesFP()
356 case TargetOpcode::G_UITOFP: in onlyDefinesFP()