Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h258 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1329 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anon56f6c4660111::AArch64Operand
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td40 let PredicateMethod = "isPrefetch";
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8990 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()