Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h258 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1257 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anon65f0dadd0111::AArch64Operand
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td40 let PredicateMethod = "isPrefetch";
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp8909 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()