reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1175 EVT VT = Op.getValueType(); 1181 unsigned Opc = Op.getOpcode(); 1188 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { 1191 LLVM_DEBUG(dbgs() << "\nPromoting "; Op.getNode()->dump(&DAG)); 1194 SDValue N0 = Op.getOperand(0); 1198 SDValue N1 = Op.getOperand(1); 1200 SDLoc DL(Op); 1211 CombineTo(Op.getNode(), RV); 1228 return Op;