Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
191 CGHLSLRuntime::Buffer::Buffer(const HLSLBufferDecl *D) in Buffer()
298 CGHLSLRuntime::BufferResBinding::BufferResBinding( in BufferResBinding()
312 void clang::CodeGen::CGHLSLRuntime::setHLSLEntryAttributes( in setHLSLEntryAttributes()
340 llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B, in emitInputSemantic()
357 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 DCMakeLists.txt57 CGHLSLRuntime.cpp
H A DCodeGenModule.h93 class CGHLSLRuntime; variable
332 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;
648 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
H A DCodeGenModule.cpp266 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
/openbsd/gnu/usr.bin/clang/libclangCodeGen/
H A DMakefile34 CGHLSLRuntime.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn63 "CGHLSLRuntime.cpp",