Home
last modified time | relevance | path

Searched defs:isPrefetch (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h300 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1465 bool isPrefetch() const { return Kind == k_Prefetch; } isPrefetch() function in __anon58533a440111::AArch64Operand