|
static constexpr MachineRepresentation | PointerRepresentation () |
|
static constexpr MachineType | UintPtr () |
|
static constexpr MachineType | IntPtr () |
|
static constexpr MachineType | Int8 () |
|
static constexpr MachineType | Uint8 () |
|
static constexpr MachineType | Int16 () |
|
static constexpr MachineType | Uint16 () |
|
static constexpr MachineType | Int32 () |
|
static constexpr MachineType | Uint32 () |
|
static constexpr MachineType | Int64 () |
|
static constexpr MachineType | Uint64 () |
|
static constexpr MachineType | Float32 () |
|
static constexpr MachineType | Float64 () |
|
static constexpr MachineType | Simd128 () |
|
static constexpr MachineType | Pointer () |
|
static constexpr MachineType | TaggedPointer () |
|
static constexpr MachineType | TaggedSigned () |
|
static constexpr MachineType | AnyTagged () |
|
static constexpr MachineType | Bool () |
|
static constexpr MachineType | TaggedBool () |
|
static constexpr MachineType | None () |
|
static constexpr MachineType | RepWord8 () |
|
static constexpr MachineType | RepWord16 () |
|
static constexpr MachineType | RepWord32 () |
|
static constexpr MachineType | RepWord64 () |
|
static constexpr MachineType | RepFloat32 () |
|
static constexpr MachineType | RepFloat64 () |
|
static constexpr MachineType | RepSimd128 () |
|
static constexpr MachineType | RepTagged () |
|
static constexpr MachineType | RepBit () |
|
static MachineType | TypeForRepresentation (const MachineRepresentation &rep, bool isSigned=true) |
|