Searched refs:VectorIndex (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 475 struct VectorIndexOp VectorIndex; member 533 VectorIndex = o.VectorIndex; in AArch64Operand() 661 return VectorIndex.Val; in getVectorIndex() 1316 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex() 2031 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 1297 defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand, 1299 defm VectorIndexB : VectorIndex<i64, VectorIndexBOperand, 1301 defm VectorIndexH : VectorIndex<i64, VectorIndexHOperand, 1303 defm VectorIndexS : VectorIndex<i64, VectorIndexSOperand, 1305 defm VectorIndexD : VectorIndex<i64, VectorIndexDOperand, 1308 defm VectorIndex132b : VectorIndex<i32, VectorIndex1Operand, 1326 : VectorIndex<i64, SVEVectorIndexExtDupBOperand, 1329 : VectorIndex<i64, SVEVectorIndexExtDupHOperand, 1332 : VectorIndex<i64, SVEVectorIndexExtDupSOperand, 1335 : VectorIndex<i64, SVEVectorIndexExtDupDOperand, [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 923 struct VectorIndexOp VectorIndex; member 1000 return VectorIndex.Val; in getVectorIndex() 2228 return VectorIndex.Val < NumLanes; in isVectorIndexInRange() 2239 return VectorIndex.Val == PermittedValue || in isMVEPairVectorIndex() 2240 VectorIndex.Val == OtherPermittedValue; in isMVEPairVectorIndex() 3796 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7194 SDValue VectorIndex, VectorTripCount; in visitIntrinsicCall() local 7196 VectorIndex = DAG.getSplatVector(VecTy, sdl, Index); in visitIntrinsicCall() 7199 VectorIndex = DAG.getSplatBuildVector(VecTy, sdl, Index); in visitIntrinsicCall() 7204 ISD::UADDSAT, sdl, VecTy, VectorIndex, VectorStep); in visitIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10715 int VectorIndex = 0; in LowerBSWAP() local 10717 VectorIndex = 1; in LowerBSWAP() 10719 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()
|