reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 6863       TBLMask.push_back(DAG.getConstant(Offset, DL, MVT::i32));
 6874   SDValue V1Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V1);
 6875   SDValue V2Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V2);
 6880       V1Cst = DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v16i8, V1Cst, V1Cst);
 6881     Shuffle = DAG.getNode(
 6883         DAG.getConstant(Intrinsic::aarch64_neon_tbl1, DL, MVT::i32), V1Cst,
 6884         DAG.getBuildVector(IndexVT, DL,
 6888       V1Cst = DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v16i8, V1Cst, V2Cst);
 6889       Shuffle = DAG.getNode(
 6891           DAG.getConstant(Intrinsic::aarch64_neon_tbl1, DL, MVT::i32), V1Cst,
 6892           DAG.getBuildVector(IndexVT, DL,
 6901       Shuffle = DAG.getNode(
 6903           DAG.getConstant(Intrinsic::aarch64_neon_tbl2, DL, MVT::i32), V1Cst,
 6904           V2Cst, DAG.getBuildVector(IndexVT, DL,
 6908   return DAG.getNode(ISD::BITCAST, DL, Op.getValueType(), Shuffle);