Home
last modified time | relevance | path

Searched refs:isGatherPrefetch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h304 bool isGatherPrefetch() const { return Flags & IsGatherPrefetch; } in isGatherPrefetch() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10497 else if (TypeFlags.isGatherPrefetch()) in EmitAArch64SVEBuiltinExpr()