aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorKerry McLaughlin <kerry.mclaughlin@arm.com>2023-11-01 15:55:56 +0000
committerKerry McLaughlin <kerry.mclaughlin@arm.com>2023-11-01 15:57:14 +0000
commite2550b7aa072130230baa9dba0feff808ffe907d (patch)
tree04c5be2ccb5ccc7b22e21b2603b185a7ed36d64b /clang/lib/CodeGen/CodeGenFunction.h
parent6e8d957a228bb5d8eaa3e02e61d95b101f5321f1 (diff)
downloadllvm-e2550b7aa072130230baa9dba0feff808ffe907d.zip
llvm-e2550b7aa072130230baa9dba0feff808ffe907d.tar.gz
llvm-e2550b7aa072130230baa9dba0feff808ffe907d.tar.bz2
Revert "[AArch64][Clang] Refactor code to emit SVE & SME builtins (#70662)"
This reverts commit c34efe3c2734629b925d9411b3c86a710911a93a.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index ee2c4b1..e82115e 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -4311,11 +4311,6 @@ public:
llvm::Value *EmitSMELdrStr(const SVETypeFlags &TypeFlags,
llvm::SmallVectorImpl<llvm::Value *> &Ops,
unsigned IntID);
-
- void GetAArch64SVEProcessedOperands(unsigned BuiltinID, const CallExpr *E,
- SmallVectorImpl<llvm::Value *> &Ops,
- SVETypeFlags TypeFlags);
-
llvm::Value *EmitAArch64SMEBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitAArch64BuiltinExpr(unsigned BuiltinID, const CallExpr *E,