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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h213 // Cache the result after calling convertToLLVMType() at the first time
245 virtual llvm::Type *convertToLLVMType() const = 0;
291 mLLVMType = convertToLLVMType();
345 virtual llvm::Type *convertToLLVMType() const;
417 virtual llvm::Type *convertToLLVMType() const;
451 virtual llvm::Type *convertToLLVMType() const;
489 virtual llvm::Type *convertToLLVMType() const;
523 virtual llvm::Type *convertToLLVMType() const;
607 virtual llvm::Type *convertToLLVMType() const;
H A Dslang_rs_export_type.cpp1159 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { function in class:slang::RSExportPrimitiveType
1270 llvm::Type *RSExportPointerType::convertToLLVMType() const { function in class:slang::RSExportPointerType
1336 llvm::Type *RSExportVectorType::convertToLLVMType() const { function in class:slang::RSExportVectorType
1337 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType();
1414 llvm::Type *RSExportMatrixType::convertToLLVMType() const { function in class:slang::RSExportMatrixType
1455 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { function in class:slang::RSExportConstantArrayType
1537 llvm::Type *RSExportRecordType::convertToLLVMType() const { function in class:slang::RSExportRecordType

Completed in 57 milliseconds