Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp771 k_VectorListAllLanes, enumerator
2082 return Kind == k_VectorListAllLanes && !VectorList.isDoubleSpaced; in isSingleSpacedVectorAllLanes()
2086 return Kind == k_VectorListAllLanes && VectorList.isDoubleSpaced; in isDoubleSpacedVectorAllLanes()
3772 auto Op = std::make_unique<ARMOperand>(k_VectorListAllLanes); in CreateVectorListAllLanes()
4041 case k_VectorListAllLanes: in print()