Lines Matching refs:TargetOpcode
167 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
174 case TargetOpcode::G_ADD: in getInstrMapping()
175 case TargetOpcode::G_SUB: in getInstrMapping()
176 case TargetOpcode::G_MUL: in getInstrMapping()
177 case TargetOpcode::G_SHL: in getInstrMapping()
178 case TargetOpcode::G_LSHR: in getInstrMapping()
179 case TargetOpcode::G_ASHR: in getInstrMapping()
182 case TargetOpcode::G_FADD: in getInstrMapping()
183 case TargetOpcode::G_FSUB: in getInstrMapping()
184 case TargetOpcode::G_FMUL: in getInstrMapping()
185 case TargetOpcode::G_FDIV: in getInstrMapping()
196 case TargetOpcode::G_FPEXT: in getInstrMapping()
197 case TargetOpcode::G_FPTRUNC: in getInstrMapping()
198 case TargetOpcode::G_FCONSTANT: in getInstrMapping()
202 case TargetOpcode::G_SITOFP: in getInstrMapping()
203 case TargetOpcode::G_FPTOSI: { in getInstrMapping()
211 bool FirstArgIsFP = Opc == TargetOpcode::G_SITOFP; in getInstrMapping()
212 bool SecondArgIsFP = Opc == TargetOpcode::G_FPTOSI; in getInstrMapping()
217 case TargetOpcode::G_FCMP: { in getInstrMapping()
233 case TargetOpcode::G_TRUNC: in getInstrMapping()
234 case TargetOpcode::G_ANYEXT: { in getInstrMapping()
241 Ty1.getSizeInBits() == 128 && Opc == TargetOpcode::G_TRUNC; in getInstrMapping()
245 Opc == TargetOpcode::G_ANYEXT; in getInstrMapping()
279 case TargetOpcode::G_LOAD: in getInstrAlternativeMappings()
280 case TargetOpcode::G_STORE: in getInstrAlternativeMappings()
281 case TargetOpcode::G_IMPLICIT_DEF: { in getInstrAlternativeMappings()