Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h274 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1327 bool isPrefetch() const { return Kind == k_Prefetch; } in isPrefetch() function in __anone48315620111::AArch64Operand
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td40 let PredicateMethod = "isPrefetch";
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9128 else if (TypeFlags.isPrefetch()) in EmitAArch64SVEBuiltinExpr()