aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2020-04-29 11:36:41 +0100
committerSander de Smalen <sander.desmalen@arm.com>2020-04-29 11:52:49 +0100
commit42a56bf63f699a620a57c34474510d9937ebf715 (patch)
treea7df4da2e45eb3c6c0646fae54c138a99c38f82f /clang/lib/CodeGen/CodeGenFunction.h
parente89379856acd52e0535bfef3123bd72e1704485c (diff)
downloadllvm-42a56bf63f699a620a57c34474510d9937ebf715.zip
llvm-42a56bf63f699a620a57c34474510d9937ebf715.tar.gz
llvm-42a56bf63f699a620a57c34474510d9937ebf715.tar.bz2
[SveEmitter] Add builtins for gather prefetches
Patch by Andrzej Warzynski Reviewed By: efriedma Tags: #clang Differential Revision: https://reviews.llvm.org/D78677
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 0cc626b..0e09eb7 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -3936,6 +3936,9 @@ public:
llvm::Value *EmitSVEPrefetchLoad(SVETypeFlags TypeFlags,
SmallVectorImpl<llvm::Value *> &Ops,
unsigned BuiltinID);
+ llvm::Value *EmitSVEGatherPrefetch(SVETypeFlags TypeFlags,
+ SmallVectorImpl<llvm::Value *> &Ops,
+ unsigned IntID);
llvm::Value *EmitAArch64SVEBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitAArch64BuiltinExpr(unsigned BuiltinID, const CallExpr *E,