reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1994 return VectorList.Count == 1 && VectorList.LaneIndex <= 7; 1999 return VectorList.Count == 1 && VectorList.LaneIndex <= 3; 2004 return VectorList.Count == 1 && VectorList.LaneIndex <= 1; 2009 return VectorList.Count == 2 && VectorList.LaneIndex <= 7; 2014 return VectorList.Count == 2 && VectorList.LaneIndex <= 3; 2019 return VectorList.Count == 2 && VectorList.LaneIndex <= 1; 2024 return VectorList.Count == 2 && VectorList.LaneIndex <= 3; 2029 return VectorList.Count == 2 && VectorList.LaneIndex <= 1; 2034 return VectorList.Count == 3 && VectorList.LaneIndex <= 7; 2039 return VectorList.Count == 3 && VectorList.LaneIndex <= 3; 2044 return VectorList.Count == 3 && VectorList.LaneIndex <= 1; 2049 return VectorList.Count == 3 && VectorList.LaneIndex <= 3; 2054 return VectorList.Count == 3 && VectorList.LaneIndex <= 1; 2059 return VectorList.Count == 4 && VectorList.LaneIndex <= 7; 2064 return VectorList.Count == 4 && VectorList.LaneIndex <= 3; 2069 return VectorList.Count == 4 && VectorList.LaneIndex <= 1; 2074 return VectorList.Count == 4 && VectorList.LaneIndex <= 3; 2079 return VectorList.Count == 4 && VectorList.LaneIndex <= 1; 3190 Inst.addOperand(MCOperand::createImm(VectorList.LaneIndex)); 3599 Op->VectorList.LaneIndex = Index; 3859 OS << "<vector_list(lane " << VectorList.LaneIndex << ") "