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

/external/llvm/lib/IR/
H A DVerifier.cpp1940 bool DstVec = DestTy->isVectorTy(); local
1942 Assert(SrcVec == DstVec,
1949 if (SrcVec && DstVec)
1963 bool DstVec = DestTy->isVectorTy(); local
1965 Assert(SrcVec == DstVec,
1972 if (SrcVec && DstVec)
1986 bool DstVec = DestTy->isVectorTy(); local
1988 Assert(SrcVec == DstVec,
1995 if (SrcVec && DstVec)
2009 bool DstVec local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5284 SDValue DstVec = DstIsLeft ? V1 : V2; local
5301 ISD::INSERT_VECTOR_ELT, dl, VT, DstVec,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5184 SDValue DstVec; local
5188 DstVec = DAG.getNode(ISD::BITCAST, dl, VT, VecAsImm);
5191 DstVec = DAG.getUNDEF(VT);
5192 return DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DstVec,

Completed in 177 milliseconds