Searched refs:VectorIndex (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 503 struct VectorIndexOp VectorIndex; member 565 VectorIndex = o.VectorIndex; in AArch64Operand() 708 return VectorIndex.Val; in getVectorIndex() 1474 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex() 2316 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 1448 multiclass VectorIndex<ValueType ty, AsmOperandClass mc, code pred> { 1462 defm VectorIndex0 : VectorIndex<i64, VectorIndex0Operand, 1464 defm VectorIndex032b : VectorIndex<i32, VectorIndex0Operand, 1468 defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand, 1470 defm VectorIndexB : VectorIndex<i64, VectorIndexBOperand, 1472 defm VectorIndexH : VectorIndex<i64, VectorIndexHOperand, 1474 defm VectorIndexS : VectorIndex<i64, VectorIndexSOperand, 1476 defm VectorIndexD : VectorIndex<i64, VectorIndexDOperand, 1479 defm VectorIndex132b : VectorIndex<i32, VectorIndex1Operand, 1481 defm VectorIndexB32b : VectorIndex<i32, VectorIndexBOperand, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 952 struct VectorIndexOp VectorIndex; member 1029 return VectorIndex.Val; in getVectorIndex() 2263 return VectorIndex.Val < NumLanes; in isVectorIndexInRange() 2274 return VectorIndex.Val == PermittedValue || in isMVEPairVectorIndex() 2275 VectorIndex.Val == OtherPermittedValue; in isMVEPairVectorIndex() 3871 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8678 std::optional<uint64_t> VectorIndex, in calculateByteProvider() argument 8693 if (Op.getOpcode() != ISD::LOAD && VectorIndex.has_value()) in calculateByteProvider() 8706 calculateByteProvider(Op->getOperand(0), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8710 calculateByteProvider(Op->getOperand(1), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8737 Depth + 1, VectorIndex, Index); in calculateByteProvider() 8753 return calculateByteProvider(NarrowOp, Index, Depth + 1, VectorIndex, in calculateByteProvider() 8758 Depth + 1, VectorIndex, StartingIndex); in calculateByteProvider() 8764 VectorIndex = OffsetOp->getZExtValue(); in calculateByteProvider() 8782 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider() 8784 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider() [all …]
|
H A D | SelectionDAGBuilder.cpp | 7945 SDValue VectorIndex = DAG.getSplat(VecTy, sdl, Index); in visitIntrinsicCall() local 7949 ISD::UADDSAT, sdl, VecTy, VectorIndex, VectorStep); in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11211 int VectorIndex = 0; in LowerBSWAP() local 11213 VectorIndex = 1; in LowerBSWAP() 11215 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()
|