Searched refs:convertToLLVMType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h107 // Cache the result after calling convertToLLVMType() at the first time
138 virtual llvm::Type *convertToLLVMType() const = 0;
186 mLLVMType = convertToLLVMType();
280 virtual llvm::Type *convertToLLVMType() const;
350 virtual llvm::Type *convertToLLVMType() const;
386 virtual llvm::Type *convertToLLVMType() const;
426 virtual llvm::Type *convertToLLVMType() const;
464 virtual llvm::Type *convertToLLVMType() const;
548 virtual llvm::Type *convertToLLVMType() const;
H A Dslang_rs_export_type.cpp1039 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { function in class:slang::RSExportPrimitiveType
1150 llvm::Type *RSExportPointerType::convertToLLVMType() const { function in class:slang::RSExportPointerType
1230 llvm::Type *RSExportVectorType::convertToLLVMType() const { function in class:slang::RSExportVectorType
1231 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType();
1330 llvm::Type *RSExportMatrixType::convertToLLVMType() const { function in class:slang::RSExportMatrixType
1382 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { function in class:slang::RSExportConstantArrayType
1480 llvm::Type *RSExportRecordType::convertToLLVMType() const { function in class:slang::RSExportRecordType

Completed in 46 milliseconds