OmniSciDB
a5dc49c757
|
Classes | |
struct | GpuFunctionDefinition |
struct | GpuFunction |
Functions | |
template<typename T > | |
llvm::Type * | getTy (llvm::LLVMContext &ctx) |
template<> | |
llvm::Type * | getTy< double > (llvm::LLVMContext &ctx) |
Variables | |
static const std::unordered_map < std::string, std::shared_ptr < GpuFunctionDefinition > > | gpu_replacement_functions |
llvm::Type* anonymous_namespace{CgenState.cpp}::getTy | ( | llvm::LLVMContext & | ctx | ) |
Definition at line 257 of file CgenState.cpp.
llvm::Type* anonymous_namespace{CgenState.cpp}::getTy< double > | ( | llvm::LLVMContext & | ctx | ) |
Definition at line 265 of file CgenState.cpp.
|
static |
Definition at line 291 of file CgenState.cpp.
Referenced by CgenState::gpuFunctionsToReplace(), and CgenState::replaceFunctionForGpu().