Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h300 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1465 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anonc2b64ba80111::AArch64Operand
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td90 let PredicateMethod = "isPrefetch";
H A DAArch64InstrFormats.td1967 let PredicateMethod = "isPrefetch";
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10228 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()