Lines Matching refs:Op1VT
15368 EVT Op1VT = N->getOperand(1).getValueType(); in combineStoreFPToInt() local
15376 (Op1VT == MVT::i32 || (Op1VT == MVT::i64 && Subtarget.isPPC64()) || in combineStoreFPToInt()
15377 (Subtarget.hasP9Vector() && (Op1VT == MVT::i16 || Op1VT == MVT::i8))); in combineStoreFPToInt()
15383 if ((Op1VT != MVT::i64 && !Subtarget.hasP8Vector()) || in combineStoreFPToInt()
15390 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8; in combineStoreFPToInt()
15393 DAG.getValueType(Op1VT)}; in combineStoreFPToInt()
15858 EVT Op1VT = N->getOperand(1).getValueType(); in PerformDAGCombine() local
15878 (Op1VT == MVT::i32 || Op1VT == MVT::i16 || in PerformDAGCombine()
15879 (Subtarget.hasLDBRX() && Subtarget.isPPC64() && Op1VT == MVT::i64))) { in PerformDAGCombine()
15894 if (Op1VT.bitsGT(mVT)) { in PerformDAGCombine()
15895 int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits(); in PerformDAGCombine()
15896 BSwapOp = DAG.getNode(ISD::SRL, dl, Op1VT, BSwapOp, in PerformDAGCombine()
15899 if (Op1VT == MVT::i64) in PerformDAGCombine()
15915 isa<ConstantSDNode>(N->getOperand(1)) && Op1VT == MVT::i32) { in PerformDAGCombine()
15933 if (Op1VT.isSimple()) { in PerformDAGCombine()
15934 MVT StoreVT = Op1VT.getSimpleVT(); in PerformDAGCombine()