Home
last modified time | relevance | path

Searched refs:VectorIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp515 struct VectorIndexOp VectorIndex; member
578 VectorIndex = o.VectorIndex; in AArch64Operand()
724 return VectorIndex.Val; in getVectorIndex()
1499 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex()
2364 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1545 multiclass VectorIndex<ValueType ty, AsmOperandClass mc, code pred> {
1559 defm VectorIndex0 : VectorIndex<i64, VectorIndex0Operand,
1561 defm VectorIndex032b : VectorIndex<i32, VectorIndex0Operand,
1565 defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand,
1567 defm VectorIndexB : VectorIndex<i64, VectorIndexBOperand,
1569 defm VectorIndexH : VectorIndex<i64, VectorIndexHOperand,
1571 defm VectorIndexS : VectorIndex<i64, VectorIndexSOperand,
1573 defm VectorIndexD : VectorIndex<i64, VectorIndexDOperand,
1576 defm VectorIndex132b : VectorIndex<i32, VectorIndex1Operand,
1578 defm VectorIndexB32b : VectorIndex<i32, VectorIndexBOperand,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp952 struct VectorIndexOp VectorIndex; member
1029 return VectorIndex.Val; in getVectorIndex()
2264 return VectorIndex.Val < NumLanes; in isVectorIndexInRange()
2275 return VectorIndex.Val == PermittedValue || in isMVEPairVectorIndex()
2276 VectorIndex.Val == OtherPermittedValue; in isMVEPairVectorIndex()
3876 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9132 std::optional<uint64_t> VectorIndex, in calculateByteProvider() argument
9147 if (Op.getOpcode() != ISD::LOAD && VectorIndex.has_value()) in calculateByteProvider()
9160 calculateByteProvider(Op->getOperand(0), Index, Depth + 1, VectorIndex); in calculateByteProvider()
9164 calculateByteProvider(Op->getOperand(1), Index, Depth + 1, VectorIndex); in calculateByteProvider()
9191 Depth + 1, VectorIndex, Index); in calculateByteProvider()
9207 return calculateByteProvider(NarrowOp, Index, Depth + 1, VectorIndex, in calculateByteProvider()
9212 Depth + 1, VectorIndex, StartingIndex); in calculateByteProvider()
9218 VectorIndex = OffsetOp->getZExtValue(); in calculateByteProvider()
9236 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()
9238 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()
[all …]
H A DSelectionDAGBuilder.cpp8048 SDValue VectorIndex = DAG.getSplat(VecTy, sdl, Index); in visitIntrinsicCall() local
8052 ISD::UADDSAT, sdl, VecTy, VectorIndex, VectorStep); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11592 int VectorIndex = 0; in LowerBSWAP() local
11594 VectorIndex = 1; in LowerBSWAP()
11596 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()