Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h285 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1452 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anonb6c3df290111::AArch64Operand
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td56 let PredicateMethod = "isPrefetch";
H A DAArch64InstrFormats.td1856 let PredicateMethod = "isPrefetch";
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp9436 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()