aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2025-06-18 19:30:43 -0400
committerGitHub <noreply@github.com>2025-06-18 19:30:43 -0400
commit5f69d680e2cc94dcb30a7f29e8144725530a6da4 (patch)
tree5eb88ff3bac5c7a9991924d2ae30b0d336c06884 /clang/lib/CodeGen/CodeGenFunction.h
parentbb1f5c3189c4d8d30e3b1273e0b774a7ccdbd86a (diff)
downloadllvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.zip
llvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.tar.gz
llvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.tar.bz2
Revert "[HLSL][SPIRV] Add vk::constant_id attribute." (#144812)
Reverts llvm/llvm-project#143544
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 59f14b3..a5ab9df 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -4850,12 +4850,6 @@ public:
llvm::Value *EmitAMDGPUBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitHLSLBuiltinExpr(unsigned BuiltinID, const CallExpr *E,
ReturnValueSlot ReturnValue);
-
- // Returns a builtin function that the SPIR-V backend will expand into a spec
- // constant.
- llvm::Function *
- getSpecConstantFunction(const clang::QualType &SpecConstantType);
-
llvm::Value *EmitDirectXBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitSPIRVBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
llvm::Value *EmitScalarOrConstFoldImmArg(unsigned ICEArguments, unsigned Idx,