Searched refs:Op1VT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13609 EVT Op1VT = N->getOperand(1).getValueType(); local
13618 (Op1VT == MVT::i32 || Op1VT == MVT::i64 ||
13619 (Subtarget.hasP9Vector() && (Op1VT == MVT::i16 || Op1VT == MVT::i8)));
13641 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8;
13644 DAG.getValueType(Op1VT) };
13764 EVT Op1VT = N->getOperand(1).getValueType(); local
13783 (Op1VT == MVT::i32 || Op1VT
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8250 EVT Op1VT = V1.getValueType(); local
8254 assert(Op1VT == Op2VT && "Operand types don't match!");
8260 SDValue NewV1 = PromoteMVEPredVector(dl, V1, Op1VT, DAG);
8327 EVT Op1VT = V1.getValueType(); local
8336 SDValue NewV1 = PromoteMVEPredVector(dl, V1, Op1VT, DAG);
8637 EVT Op1VT = Op1.getValueType(); local
8640 DAG.getNode(ISD::BITCAST, DL, Op1VT, N00), Op1),
8642 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2934 EVT Op1VT = Op1.getValueType(); local
2937 DAG.getNode(ISD::BITCAST, DL, Op1VT, N00), Op1),
2939 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));

Completed in 361 milliseconds