Searched refs:VectorIndex (Results 1 – 3 of 3) sorted by relevance
408 struct VectorIndexOp VectorIndex; member459 VectorIndex = o.VectorIndex; in AArch64Operand()559 return VectorIndex.Val; in getVectorIndex()1202 if (VectorIndex.Val >= Min && VectorIndex.Val <= Max) in isVectorIndex()1876 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
812 struct VectorIndexOp VectorIndex; member881 return VectorIndex.Val; in getVectorIndex()1811 return VectorIndex.Val < 8; in isVectorIndex8()1816 return VectorIndex.Val < 4; in isVectorIndex16()1821 return VectorIndex.Val < 2; in isVectorIndex32()1825 return VectorIndex.Val < 1; in isVectorIndex64()3106 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
9139 int VectorIndex = 0; in LowerBSWAP() local9141 VectorIndex = 1; in LowerBSWAP()9143 DAG.getTargetConstant(VectorIndex, dl, MVT::i32)); in LowerBSWAP()