Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::RuntimeConstantInfo Struct Reference

#include <CompilerInterfaceRuntimeConstantInfo.h>

Collaboration diagram for proteus::RuntimeConstantInfo:
Collaboration graph
[legend]

Public Member Functions

 RuntimeConstantInfo (RuntimeConstantType Type, int32_t Pos)
 
 RuntimeConstantInfo (RuntimeConstantType Type, int32_t Pos, int32_t NumElts, RuntimeConstantType EltType)
 
 RuntimeConstantInfo (RuntimeConstantType Type, int32_t Pos, RuntimeConstantType EltType, RuntimeConstantType NumEltsType, int32_t NumEltsPos)
 
 RuntimeConstantInfo (RuntimeConstantType Type, int32_t Pos, int32_t Size, bool PassByValue)
 
bool operator== (const RuntimeConstantInfo &O) const
 
bool operator!= (const RuntimeConstantInfo &O) const
 
bool operator< (const RuntimeConstantInfo &O) const
 

Public Attributes

RuntimeConstantArgInfo ArgInfo
 
std::optional< RuntimeConstantArrayInfoOptArrInfo = std::nullopt
 
std::optional< RuntimeConstantObjectInfoOptObjInfo = std::nullopt
 

Constructor & Destructor Documentation

◆ RuntimeConstantInfo() [1/4]

proteus::RuntimeConstantInfo::RuntimeConstantInfo ( RuntimeConstantType  Type,
int32_t  Pos 
)
inlineexplicit

◆ RuntimeConstantInfo() [2/4]

proteus::RuntimeConstantInfo::RuntimeConstantInfo ( RuntimeConstantType  Type,
int32_t  Pos,
int32_t  NumElts,
RuntimeConstantType  EltType 
)
inlineexplicit

◆ RuntimeConstantInfo() [3/4]

proteus::RuntimeConstantInfo::RuntimeConstantInfo ( RuntimeConstantType  Type,
int32_t  Pos,
RuntimeConstantType  EltType,
RuntimeConstantType  NumEltsType,
int32_t  NumEltsPos 
)
inlineexplicit

◆ RuntimeConstantInfo() [4/4]

proteus::RuntimeConstantInfo::RuntimeConstantInfo ( RuntimeConstantType  Type,
int32_t  Pos,
int32_t  Size,
bool  PassByValue 
)
inlineexplicit

Member Function Documentation

◆ operator!=()

bool proteus::RuntimeConstantInfo::operator!= ( const RuntimeConstantInfo O) const
inline

◆ operator<()

bool proteus::RuntimeConstantInfo::operator< ( const RuntimeConstantInfo O) const
inline

◆ operator==()

bool proteus::RuntimeConstantInfo::operator== ( const RuntimeConstantInfo O) const
inline

Member Data Documentation

◆ ArgInfo

RuntimeConstantArgInfo proteus::RuntimeConstantInfo::ArgInfo

◆ OptArrInfo

std::optional<RuntimeConstantArrayInfo> proteus::RuntimeConstantInfo::OptArrInfo = std::nullopt

◆ OptObjInfo

std::optional<RuntimeConstantObjectInfo> proteus::RuntimeConstantInfo::OptObjInfo = std::nullopt

The documentation for this struct was generated from the following file: