Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp75 void layoutBuffer(CGHLSLRuntime::Buffer &Buf, const DataLayout &DL) { in layoutBuffer()
89 GlobalVariable *replaceBuffer(CGHLSLRuntime::Buffer &Buf) { in replaceBuffer()
118 llvm::Triple::ArchType CGHLSLRuntime::getArch() { in getArch()
122 void CGHLSLRuntime::addConstant(VarDecl *D, Buffer &CB) { in addConstant()
146 void CGHLSLRuntime::addBufferDecls(const DeclContext *DC, Buffer &CB) { in addBufferDecls()
160 void CGHLSLRuntime::addBuffer(const HLSLBufferDecl *D) { in addBuffer()
165 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
193 CGHLSLRuntime::Buffer::Buffer(const HLSLBufferDecl *D) in Buffer()
197 void CGHLSLRuntime::addBufferResourceAnnotation(llvm::GlobalVariable *GV, in addBufferResourceAnnotation()
276 void CGHLSLRuntime::annotateHLSLResource(const VarDecl *D, GlobalVariable *GV) { in annotateHLSLResource()
[all …]
H A DCGHLSLRuntime.h69 class CGHLSLRuntime {
111 CGHLSLRuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGHLSLRuntime() function
112 virtual ~CGHLSLRuntime() {} in ~CGHLSLRuntime()
H A DCodeGenModule.h95 class CGHLSLRuntime; variable
332 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;
678 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
H A DCodeGenModule.cpp506 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
/src/lib/clang/libclang/
H A DMakefile307 SRCS_MIN+= CodeGen/CGHLSLRuntime.cpp