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::MLIRIRValue Class Reference

#include <MLIRIRValue.h>

Inheritance diagram for proteus::MLIRIRValue:
Inheritance graph
[legend]
Collaboration diagram for proteus::MLIRIRValue:
Collaboration graph
[legend]

Public Member Functions

 MLIRIRValue (mlir::Value V)
 
- Public Member Functions inherited from proteus::IRValue
virtual ~IRValue ()=default
 

Public Attributes

mlir::Value V
 

Detailed Description

MLIR-backend concrete IRValue. Owned by MLIRCodeBuilder::Impl via a std::deque<MLIRIRValue>; frontend code only ever holds an IRValue* pointing into that deque.

Note: mlir::Value is a lightweight value type (an opaque pointer pair), so we store it directly rather than as a pointer.

Constructor & Destructor Documentation

◆ MLIRIRValue()

proteus::MLIRIRValue::MLIRIRValue ( mlir::Value  V)
inlineexplicit

Member Data Documentation

◆ V

mlir::Value proteus::MLIRIRValue::V

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