Lines Matching refs:TargetOpcode

75   if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) {  in getInstrMapping()
94 case TargetOpcode::G_ADD: in getInstrMapping()
95 case TargetOpcode::G_SUB: in getInstrMapping()
97 case TargetOpcode::G_AND: in getInstrMapping()
98 case TargetOpcode::G_OR: in getInstrMapping()
99 case TargetOpcode::G_XOR: in getInstrMapping()
101 case TargetOpcode::G_SEXT: in getInstrMapping()
102 case TargetOpcode::G_ZEXT: in getInstrMapping()
103 case TargetOpcode::G_ANYEXT: { in getInstrMapping()
118 case TargetOpcode::G_FADD: in getInstrMapping()
119 case TargetOpcode::G_FSUB: in getInstrMapping()
120 case TargetOpcode::G_FMUL: in getInstrMapping()
121 case TargetOpcode::G_FDIV: { in getInstrMapping()
140 case TargetOpcode::G_FCMP: { in getInstrMapping()
149 case TargetOpcode::G_CONSTANT: in getInstrMapping()
152 case TargetOpcode::G_CONSTANT_POOL: in getInstrMapping()
155 case TargetOpcode::G_FPTOUI: in getInstrMapping()
156 case TargetOpcode::G_FPTOSI: { in getInstrMapping()
165 case TargetOpcode::G_UITOFP: in getInstrMapping()
166 case TargetOpcode::G_SITOFP: { in getInstrMapping()
175 case TargetOpcode::G_LOAD: { in getInstrMapping()
198 case TargetOpcode::G_STORE: { in getInstrMapping()
212 case TargetOpcode::G_INTRINSIC_W_SIDE_EFFECTS: { in getInstrMapping()
219 case TargetOpcode::G_BITCAST: { in getInstrMapping()
268 if (Op != TargetOpcode::COPY && !MI.isPHI() && in hasFPConstraints()
299 case TargetOpcode::G_FPTOSI: in onlyUsesFP()
300 case TargetOpcode::G_FPTOUI: in onlyUsesFP()
301 case TargetOpcode::G_FCMP: in onlyUsesFP()
302 case TargetOpcode::G_LROUND: in onlyUsesFP()
303 case TargetOpcode::G_LLROUND: in onlyUsesFP()
318 case TargetOpcode::G_SITOFP: in onlyDefinesFP()
319 case TargetOpcode::G_UITOFP: in onlyDefinesFP()