Searched defs:IndexVT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5521 MVT IndexVT = MVT::v8i8; local
5524 IndexVT = MVT::v16i8;
5528 SDValue V1Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V1);
5529 SDValue V2Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V2);
5536 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT,
5538 DAG.getBuildVector(IndexVT, DL,
5544 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT,
5546 DAG.getBuildVector(IndexVT, DL,
5552 // Shuffle = DAG.getNode(AArch64ISD::TBL2, DL, IndexVT, V1Cst, V2Cst,
5553 // DAG.getBuildVector(IndexVT, D
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21417 MVT IndexVT = Index.getSimpleValueType(); local
21432 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), 4);
21450 if (IndexVT == MVT::v8i32)
21457 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), NumElts);
21460 if (IndexVT.getScalarType() == MVT::i32)
21565 MVT IndexVT = Index.getSimpleValueType(); local
21587 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), NumElts);
21589 if (IndexVT.getScalarType() == MVT::i32)
[all...]

Completed in 194 milliseconds