Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h317 VL_16B, enumerator
338 case A64Layout::VL_16B: return ".16b"; in A64VectorLayoutToString()
357 .Case(".16b", A64Layout::VL_16B) in A64StringToVectorLayout()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp524 bool IsVec64 = (Layout < A64Layout::VL_16B); in printVectorList()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2069 bool IsVec64 = (Layout < A64Layout::VL_16B); in ParseVectorList()