Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2059 std::string NewArchGuard = ArchGuard; in createIntrinsic() local
2061 if (NewArchGuard.empty()) { in createIntrinsic()
2062 NewArchGuard = "defined(__aarch64__)"; in createIntrinsic()
2063 } else if (NewArchGuard.find("defined(__aarch64__)") == in createIntrinsic()
2065 NewArchGuard = "defined(__aarch64__) && (" + NewArchGuard + ")"; in createIntrinsic()
2069 NewArchGuard, TargetGuard, IsUnavailable, BigEndianSafe); in createIntrinsic()