Home
last modified time | relevance | path

Searched refs:CGHLSLRuntime (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp76 void layoutBuffer(CGHLSLRuntime::Buffer &Buf, const DataLayout &DL) { in layoutBuffer()
90 GlobalVariable *replaceBuffer(CGHLSLRuntime::Buffer &Buf) { in replaceBuffer()
119 void CGHLSLRuntime::addConstant(VarDecl *D, Buffer &CB) { in addConstant()
157 void CGHLSLRuntime::addBuffer(const HLSLBufferDecl *D) { in addBuffer()
162 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
190 CGHLSLRuntime::Buffer::Buffer(const HLSLBufferDecl *D) in Buffer()
293 CGHLSLRuntime::BufferResBinding::BufferResBinding( in BufferResBinding()
307 void clang::CodeGen::CGHLSLRuntime::setHLSLEntryAttributes( in setHLSLEntryAttributes()
335 llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B, in emitInputSemantic()
352 void CGHLSLRuntime::emitEntryFunction(const FunctionDecl *FD, in emitEntryFunction()
[all …]
H A DCGHLSLRuntime.h49 class CGHLSLRuntime {
77 CGHLSLRuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGHLSLRuntime() function
78 virtual ~CGHLSLRuntime() {} in ~CGHLSLRuntime()
H A DCodeGenModule.h95 class CGHLSLRuntime; variable
332 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;
658 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
H A DCodeGenModule.cpp495 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile282 SRCS_MIN+= CodeGen/CGHLSLRuntime.cpp