Home
last modified time | relevance | path

Searched refs:Op2VT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8191 EVT Op2VT = Op2.getValueType(); in visitIntrinsicCall() local
8193 unsigned SearchSize = Op2VT.getVectorNumElements(); in visitIntrinsicCall()
8206 Op2VT.getVectorElementType(), Op2, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9207 EVT Op2VT = V2.getValueType(); in LowerCONCAT_VECTORS_i1() local
9208 assert(Op1VT == Op2VT && "Operand types don't match!"); in LowerCONCAT_VECTORS_i1()
9214 SDValue NewV2 = PromoteMVEPredVector(dl, V2, Op2VT, DAG); in LowerCONCAT_VECTORS_i1()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5724 EVT Op2VT = Op2.getValueType(); in LowerVectorMatch() local
5738 if (Op2VT.is128BitVector()) { in LowerVectorMatch()
5747 unsigned Op2BitWidth = Op2VT.getFixedSizeInBits(); in LowerVectorMatch()