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

/external/llvm/lib/IR/
H A DVerifier.cpp1349 bool DstVec = DestTy->isVectorTy(); local
1351 Assert1(SrcVec == DstVec,
1358 if (SrcVec && DstVec)
1372 bool DstVec = DestTy->isVectorTy(); local
1374 Assert1(SrcVec == DstVec,
1381 if (SrcVec && DstVec)
1395 bool DstVec = DestTy->isVectorTy(); local
1397 Assert1(SrcVec == DstVec,
1404 if (SrcVec && DstVec)
1418 bool DstVec local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4823 SDValue DstVec = DstIsLeft ? V1 : V2; local
4839 ISD::INSERT_VECTOR_ELT, dl, VT, DstVec,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6044 SDValue DstVec; local
6048 DstVec = DAG.getNode(ISD::BITCAST, dl, VT, VecAsImm);
6051 DstVec = DAG.getUNDEF(VT);
6052 return DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DstVec,

Completed in 136 milliseconds