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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8273 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); local
8274 SDValue ConVec = DAG.getNode(ISD::UNDEF, dl, ConcatVT);
8277 EVT ConcatVT = ConVec.getValueType();
8281 ConVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ConcatVT, ConVec, Elt,
11174 EVT ConcatVT = EVT::getVectorVT(*DAG.getContext(), ElemTy, NumElts * 2); local
11175 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), ConcatVT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18727 EVT ConcatVT = N0.getOperand(0).getValueType(); local
18728 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements();
18739 N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
18742 N1 = DAG.getUNDEF(ConcatVT);
18754 Ops.push_back(DAG.getUNDEF(ConcatVT));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 308 milliseconds