Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp90 CGHLSLRuntime::convertHLSLSpecificType(const Type *T, in convertHLSLSpecificType()
102 llvm::Triple::ArchType CGHLSLRuntime::getArch() { in getArch()
115 void CGHLSLRuntime::emitBufferGlobalsAndMetadata(const HLSLBufferDecl *BufDecl, in emitBufferGlobalsAndMetadata()
244 void CGHLSLRuntime::addBuffer(const HLSLBufferDecl *BufDecl) { in addBuffer()
283 CGHLSLRuntime::getHLSLBufferLayoutType(const RecordType *StructType) { in getHLSLBufferLayoutType()
290 void CGHLSLRuntime::addHLSLBufferLayoutType(const RecordType *StructType, in addHLSLBufferLayoutType()
297 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
318 void clang::CodeGen::CGHLSLRuntime::setHLSLEntryAttributes( in setHLSLEntryAttributes()
386 llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B, in emitInputSemantic()
429 void CGHLSLRuntime::emitEntryFunction(const FunctionDecl *FD, in emitEntryFunction()
[all …]
H A DCGHLSLRuntime.h78 class CGHLSLRuntime {
140 CGHLSLRuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGHLSLRuntime() function
141 virtual ~CGHLSLRuntime() {} in ~CGHLSLRuntime()
H A DCGHLSLBuiltins.cpp164 static Intrinsic::ID getDotProductIntrinsic(CGHLSLRuntime &RT, QualType QT) { in getDotProductIntrinsic()
173 static Intrinsic::ID getFirstBitHighIntrinsic(CGHLSLRuntime &RT, QualType QT) { in getFirstBitHighIntrinsic()
184 CGHLSLRuntime &RT, QualType QT) { in getWaveActiveSumIntrinsic()
201 CGHLSLRuntime &RT, QualType QT) { in getWaveActiveMaxIntrinsic()
H A DCodeGenModule.h96 class CGHLSLRuntime; variable
377 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;
740 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
H A DCodeGenModule.cpp613 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
/freebsd/lib/clang/libclang/
H A DMakefile298 SRCS_MIN+= CodeGen/CGHLSLRuntime.cpp