Lines Matching refs:CGHLSLRuntime
76 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()
143 void CGHLSLRuntime::addBufferDecls(const DeclContext *DC, Buffer &CB) { in addBufferDecls()
157 void CGHLSLRuntime::addBuffer(const HLSLBufferDecl *D) { in addBuffer()
162 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
190 CGHLSLRuntime::Buffer::Buffer(const HLSLBufferDecl *D) in Buffer()
194 void CGHLSLRuntime::addBufferResourceAnnotation(llvm::GlobalVariable *GV, in addBufferResourceAnnotation()
273 void CGHLSLRuntime::annotateHLSLResource(const VarDecl *D, GlobalVariable *GV) { in annotateHLSLResource()
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()
422 void CGHLSLRuntime::generateGlobalCtorDtorCalls() { in generateGlobalCtorDtorCalls()