Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp410 struct VectorIndexOp VectorIndex; member
461 VectorIndex = o.VectorIndex; in AArch64Operand()
561 return VectorIndex.Val; in getVectorIndex()
1188 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex()
1865 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp847 struct VectorIndexOp VectorIndex; member
924 return VectorIndex.Val; in getVectorIndex()
2087 return VectorIndex.Val < NumLanes; in isVectorIndexInRange()
2098 return VectorIndex.Val == PermittedValue || in isMVEPairVectorIndex()
2099 VectorIndex.Val == OtherPermittedValue; in isMVEPairVectorIndex()
3609 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp9904 int VectorIndex = 0; in LowerBSWAP() local
9906 VectorIndex = 1; in LowerBSWAP()
9908 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()