Searched refs:IndexVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5521 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()
|