Home
last modified time | relevance | path

Searched refs:IndexVT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5521 MVT IndexVT = MVT::v8i8; in GenerateTBL() local
5524 IndexVT = MVT::v16i8; in GenerateTBL()
5528 SDValue V1Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V1); in GenerateTBL()
5529 SDValue V2Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V2); in GenerateTBL()
5536 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
5538 DAG.getBuildVector(IndexVT, DL, in GenerateTBL()
5544 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
5546 DAG.getBuildVector(IndexVT, DL, in GenerateTBL()
5556 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
5558 V2Cst, DAG.getBuildVector(IndexVT, DL, in GenerateTBL()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21417 MVT IndexVT = Index.getSimpleValueType(); in LowerMSCATTER() local
21432 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), 4); in LowerMSCATTER()
21450 if (IndexVT == MVT::v8i32) in LowerMSCATTER()
21457 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), NumElts); in LowerMSCATTER()
21460 if (IndexVT.getScalarType() == MVT::i32) in LowerMSCATTER()
21565 MVT IndexVT = Index.getSimpleValueType(); in LowerMGATHER() local
21587 MVT NewIndexVT = MVT::getVectorVT(IndexVT.getScalarType(), NumElts); in LowerMGATHER()
21589 if (IndexVT.getScalarType() == MVT::i32) in LowerMGATHER()