Searched refs:VectorIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 472 struct VectorIndexOp VectorIndex; member 530 VectorIndex = o.VectorIndex; in AArch64Operand() 658 return VectorIndex.Val; in getVectorIndex() 1318 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex() 2033 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 1250 defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand, 1252 defm VectorIndexB : VectorIndex<i64, VectorIndexBOperand, 1254 defm VectorIndexH : VectorIndex<i64, VectorIndexHOperand, 1256 defm VectorIndexS : VectorIndex<i64, VectorIndexSOperand, 1258 defm VectorIndexD : VectorIndex<i64, VectorIndexDOperand, 1261 defm VectorIndex132b : VectorIndex<i32, VectorIndex1Operand, 1279 : VectorIndex<i64, SVEVectorIndexExtDupBOperand, 1282 : VectorIndex<i64, SVEVectorIndexExtDupHOperand, 1285 : VectorIndex<i64, SVEVectorIndexExtDupSOperand, 1288 : VectorIndex<i64, SVEVectorIndexExtDupDOperand, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 913 struct VectorIndexOp VectorIndex; member 990 return VectorIndex.Val; in getVectorIndex() 2218 return VectorIndex.Val < NumLanes; in isVectorIndexInRange() 2229 return VectorIndex.Val == PermittedValue || in isMVEPairVectorIndex() 2230 VectorIndex.Val == OtherPermittedValue; in isMVEPairVectorIndex() 3787 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7145 SDValue VectorIndex = DAG.getBuildVector(VecTy, DL, OpsIndex); in visitIntrinsicCall() local 7148 ISD::UADDO, DL, DAG.getVTList(VecTy, CCVT), VectorIndex, VectorStep); in visitIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10469 int VectorIndex = 0; in LowerBSWAP() local 10471 VectorIndex = 1; in LowerBSWAP() 10473 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()
|