LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::DagRecTy Class Reference

#include <Record.h>

Inheritance diagram for llvm::DagRecTy:
Inheritance graph
[legend]
Collaboration diagram for llvm::DagRecTy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

InitconvertValue (UnsetInit *UI) override
InitconvertValue (BitInit *BI) override
InitconvertValue (BitsInit *BI) override
InitconvertValue (IntInit *II) override
InitconvertValue (StringInit *SI) override
InitconvertValue (ListInit *LI) override
InitconvertValue (VarBitInit *VB) override
InitconvertValue (DefInit *DI) override
InitconvertValue (UnOpInit *BO) override
InitconvertValue (BinOpInit *BO) override
InitconvertValue (TernOpInit *BO) override
InitconvertValue (DagInit *CI) override
InitconvertValue (TypedInit *TI) override
InitconvertValue (VarInit *VI) override
InitconvertValue (FieldInit *FI) override
std::string getAsString () const override
bool typeIsConvertibleTo (const RecTy *RHS) const override

Static Public Member Functions

static bool classof (const RecTy *RT)
static DagRecTyget ()

Detailed Description

DagRecTy - 'dag' - Represent a dag fragment

Definition at line 334 of file Record.h.


Member Function Documentation

static bool llvm::DagRecTy::classof ( const RecTy RT) [inline, static]

Definition at line 339 of file Record.h.

References llvm::RecTy::DagRecTyKind, and llvm::RecTy::getRecTyKind().

Init* llvm::DagRecTy::convertValue ( UnsetInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 345 of file Record.h.

Referenced by convertValue().

Init* llvm::DagRecTy::convertValue ( BitInit BI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 346 of file Record.h.

Init* llvm::DagRecTy::convertValue ( BitsInit BI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 347 of file Record.h.

Init* llvm::DagRecTy::convertValue ( IntInit II) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 348 of file Record.h.

Init* llvm::DagRecTy::convertValue ( StringInit SI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 349 of file Record.h.

Init* llvm::DagRecTy::convertValue ( ListInit LI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 350 of file Record.h.

Init* llvm::DagRecTy::convertValue ( VarBitInit VB) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 351 of file Record.h.

Init* llvm::DagRecTy::convertValue ( DefInit DI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 352 of file Record.h.

Init * DagRecTy::convertValue ( UnOpInit BO) [override, virtual]
Init * DagRecTy::convertValue ( BinOpInit BO) [override, virtual]
Init* llvm::DagRecTy::convertValue ( TernOpInit BO) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 355 of file Record.h.

References convertValue().

Init* llvm::DagRecTy::convertValue ( DagInit CI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 356 of file Record.h.

Init * DagRecTy::convertValue ( TypedInit TI) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 318 of file Record.cpp.

References llvm::TypedInit::getType(), and llvm::RecTy::typeIsConvertibleTo().

Init* llvm::DagRecTy::convertValue ( VarInit VI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 358 of file Record.h.

References convertValue().

Init* llvm::DagRecTy::convertValue ( FieldInit FI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 359 of file Record.h.

References convertValue().

static DagRecTy* llvm::DagRecTy::get ( ) [inline, static]

Definition at line 343 of file Record.h.

std::string llvm::DagRecTy::getAsString ( ) const [inline, override, virtual]

Implements llvm::RecTy.

Definition at line 361 of file Record.h.

bool llvm::DagRecTy::typeIsConvertibleTo ( const RecTy RHS) const [inline, override, virtual]

typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type.

Implements llvm::RecTy.

Definition at line 363 of file Record.h.

References llvm::RecTy::baseClassOf().


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