|
Enzyme main
|
#include "Utils.h"

Public Member Functions | |
| llvm::Type * | fpType (llvm::LLVMContext &ctx, bool to_scalar=false) const |
| llvm::IntegerType * | intType (llvm::LLVMContext &ctx) const |
Public Attributes | |
| std::string | floatType |
| std::string | prefix |
| std::string | suffix |
| std::string | function |
| bool | is64 |
| Type * BlasInfo::fpType | ( | llvm::LLVMContext & | ctx, |
| bool | to_scalar = false ) const |
| IntegerType * BlasInfo::intType | ( | llvm::LLVMContext & | ctx | ) | const |
| std::string BlasInfo::floatType |
Definition at line 745 of file Utils.h.
Referenced by callMemcpyStridedBlas(), callMemcpyStridedLapack(), callSPMVDiagUpdate(), copy_lower_to_upper(), fpType(), and getorInsertInnerProd().
| std::string BlasInfo::prefix |
Definition at line 746 of file Utils.h.
Referenced by callMemcpyStridedBlas(), callMemcpyStridedLapack(), copy_lower_to_upper(), and getorInsertInnerProd().
| std::string BlasInfo::suffix |
Definition at line 747 of file Utils.h.
Referenced by callMemcpyStridedBlas(), callMemcpyStridedLapack(), callSPMVDiagUpdate(), copy_lower_to_upper(), and getorInsertInnerProd().