Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h247 virtual llvm::Type *convertToLLVMType() const = 0;
293 mLLVMType = convertToLLVMType(); in getLLVMType()
399 virtual llvm::Type *convertToLLVMType() const;
471 virtual llvm::Type *convertToLLVMType() const;
505 virtual llvm::Type *convertToLLVMType() const;
543 virtual llvm::Type *convertToLLVMType() const;
578 virtual llvm::Type *convertToLLVMType() const;
666 virtual llvm::Type *convertToLLVMType() const;
Dslang_rs_export_type.cpp1163 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPrimitiveType
1275 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPointerType
1342 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportVectorType
1343 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); in convertToLLVMType()
1421 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportMatrixType
1463 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportConstantArrayType
1557 llvm::Type *RSExportRecordType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportRecordType