OmniSciDB
a5dc49c757
|
#include "NvidiaKernel.h"
#include "ResultSetReductionInterpreter.h"
#include "ResultSetReductionJIT.h"
Go to the source code of this file.
Classes | |
class | StubGenerator |
Functions | |
bool | is_integer_type (const Type type) |
bool | is_pointer_type (const Type type) |
bool is_integer_type | ( | const Type | type | ) |
Definition at line 87 of file ResultSetReductionInterpreterStubs.cpp.
References Int1, Int32, Int64, and Int8.
Referenced by StubGenerator::generateStub(), ReductionInterpreterImpl::runAlloca(), ReductionInterpreterImpl::runBinaryOperator(), ReductionInterpreterImpl::runCast(), ReductionInterpreterImpl::runFor(), ReductionInterpreterImpl::runICmp(), and ReductionInterpreterImpl::runMemCpy().
bool is_pointer_type | ( | const Type | type | ) |
Definition at line 101 of file ResultSetReductionInterpreterStubs.cpp.
References DoublePtr, FloatPtr, Int32Ptr, Int64Ptr, Int64PtrPtr, Int8Ptr, and VoidPtr.
Referenced by StubGenerator::generateStub(), ReductionInterpreterImpl::runCast(), ReductionInterpreterImpl::runLoad(), and ReductionInterpreterImpl::runMemCpy().