summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-09 08:47:25 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-09 08:47:25 +0000
commit65b2a965fbecbd9484547abb2fc293dbdb3e7b2e (patch)
tree5103ae5f1344d13522d1dc427045c7be222de692 /clang/lib/CodeGen/CodeGenFunction.h
parent3431778a2b0dc1ea8d0f31bf95c72c04319ef7e0 (diff)
downloadbcm5719-llvm-65b2a965fbecbd9484547abb2fc293dbdb3e7b2e.tar.gz
bcm5719-llvm-65b2a965fbecbd9484547abb2fc293dbdb3e7b2e.zip
Add target implementations for the X86 builtins:
__builtin_ia32_vec_init_v8qi __builtin_ia32_vec_init_v4hi __builtin_ia32_vec_init_v2si They are lowered to bitcasts. (These are all ready tested by the gcc testsuite.) <rdar://problem/8529957> llvm-svn: 116147
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 2c8b1eaebe0..cb9274388ef 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1515,6 +1515,7 @@ public:
llvm::Value *EmitNeonShiftVector(llvm::Value *V, const llvm::Type *Ty,
bool negateForRightShift);
+ llvm::Value *BuildVector(const llvm::SmallVectorImpl<llvm::Value*> &Ops);
llvm::Value *EmitX86BuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
OpenPOWER on IntegriCloud