Lines Matching refs:TargetOpcode
168 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
175 case TargetOpcode::G_ADD: in getInstrMapping()
176 case TargetOpcode::G_SUB: in getInstrMapping()
177 case TargetOpcode::G_MUL: in getInstrMapping()
179 case TargetOpcode::G_FADD: in getInstrMapping()
180 case TargetOpcode::G_FSUB: in getInstrMapping()
181 case TargetOpcode::G_FMUL: in getInstrMapping()
182 case TargetOpcode::G_FDIV: in getInstrMapping()
184 case TargetOpcode::G_SHL: in getInstrMapping()
185 case TargetOpcode::G_LSHR: in getInstrMapping()
186 case TargetOpcode::G_ASHR: { in getInstrMapping()
202 case TargetOpcode::G_FPEXT: in getInstrMapping()
203 case TargetOpcode::G_FPTRUNC: in getInstrMapping()
204 case TargetOpcode::G_FCONSTANT: in getInstrMapping()
208 case TargetOpcode::G_SITOFP: in getInstrMapping()
209 case TargetOpcode::G_FPTOSI: { in getInstrMapping()
217 bool FirstArgIsFP = Opc == TargetOpcode::G_SITOFP; in getInstrMapping()
218 bool SecondArgIsFP = Opc == TargetOpcode::G_FPTOSI; in getInstrMapping()
223 case TargetOpcode::G_FCMP: { in getInstrMapping()
239 case TargetOpcode::G_TRUNC: in getInstrMapping()
240 case TargetOpcode::G_ANYEXT: { in getInstrMapping()
247 Ty1.getSizeInBits() == 128 && Opc == TargetOpcode::G_TRUNC; in getInstrMapping()
251 Opc == TargetOpcode::G_ANYEXT; in getInstrMapping()
285 case TargetOpcode::G_LOAD: in getInstrAlternativeMappings()
286 case TargetOpcode::G_STORE: in getInstrAlternativeMappings()
287 case TargetOpcode::G_IMPLICIT_DEF: { in getInstrAlternativeMappings()