Lines Matching refs:Op1VT
15155 EVT Op1VT = N->getOperand(1).getValueType(); in combineStoreFPToInt() local
15163 (Op1VT == MVT::i32 || (Op1VT == MVT::i64 && Subtarget.isPPC64()) || in combineStoreFPToInt()
15164 (Subtarget.hasP9Vector() && (Op1VT == MVT::i16 || Op1VT == MVT::i8))); in combineStoreFPToInt()
15170 if ((Op1VT != MVT::i64 && !Subtarget.hasP8Vector()) || in combineStoreFPToInt()
15177 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8; in combineStoreFPToInt()
15180 DAG.getValueType(Op1VT)}; in combineStoreFPToInt()
15645 EVT Op1VT = N->getOperand(1).getValueType(); in PerformDAGCombine() local
15665 (Op1VT == MVT::i32 || Op1VT == MVT::i16 || in PerformDAGCombine()
15666 (Subtarget.hasLDBRX() && Subtarget.isPPC64() && Op1VT == MVT::i64))) { in PerformDAGCombine()
15681 if (Op1VT.bitsGT(mVT)) { in PerformDAGCombine()
15682 int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits(); in PerformDAGCombine()
15683 BSwapOp = DAG.getNode(ISD::SRL, dl, Op1VT, BSwapOp, in PerformDAGCombine()
15686 if (Op1VT == MVT::i64) in PerformDAGCombine()
15702 isa<ConstantSDNode>(N->getOperand(1)) && Op1VT == MVT::i32) { in PerformDAGCombine()
15720 if (Op1VT.isSimple()) { in PerformDAGCombine()
15721 MVT StoreVT = Op1VT.getSimpleVT(); in PerformDAGCombine()