Searched defs:isPrefetch (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetBuiltins.h | 300 bool isPrefetch() const { return Flags & IsPrefetch; } isPrefetch() function |
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ | ||
H A D | AArch64AsmParser.cpp | 1485 bool isPrefetch() const { return Kind == k_Prefetch; } isPrefetch() function in __anon882015c50111::AArch64Operand |