Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h401 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1510 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anon730428320111::AArch64Operand
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp4530 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td161 let PredicateMethod = "isPrefetch";
H A DAArch64InstrFormats.td2088 let PredicateMethod = "isPrefetch";