Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h138 virtual llvm::Type *convertToLLVMType() const = 0;
186 mLLVMType = convertToLLVMType(); in getLLVMType()
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;
Dslang_rs_export_type.cpp1041 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPrimitiveType
1152 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPointerType
1232 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportVectorType
1233 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); in convertToLLVMType()
1332 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportMatrixType
1384 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportConstantArrayType
1482 llvm::Type *RSExportRecordType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportRecordType