Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h245 virtual llvm::Type *convertToLLVMType() const = 0;
291 mLLVMType = convertToLLVMType(); in getLLVMType()
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;
Dslang_rs_export_type.cpp1159 llvm::Type *RSExportPrimitiveType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPrimitiveType
1270 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportPointerType
1336 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportVectorType
1337 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); in convertToLLVMType()
1414 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportMatrixType
1455 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportConstantArrayType
1537 llvm::Type *RSExportRecordType::convertToLLVMType() const { in convertToLLVMType() function in slang::RSExportRecordType