Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp974 auto FormatGuard = [](StringRef Guard, StringRef Base) -> std::string { in Intrinsic() local
982 this->SVEGuard = FormatGuard(SVEGuard, "sve"); in Intrinsic()
983 this->SMEGuard = FormatGuard(SMEGuard, "sme"); in Intrinsic()