Go to the source code of this file.
◆ AsmWriterVariantTy
◆ AsmWriterVariant
cl::opt< AsmWriterVariantTy > AsmWriterVariant("aarch64-neon-syntax", cl::init(Default), cl::desc("Choose style of NEON code to emit from AArch64 backend:"), cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"))) |
( |
"aarch64-neon-syntax" |
, |
|
|
cl::init(Default) |
, |
|
|
cl::desc("Choose style of NEON code to emit from AArch64 backend:") |
, |
|
|
cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly")) |
|
|
) |
| |
|
static |