LLVM API Documentation
#include <SparcV9TmpInstr.h>
Inheritance diagram for llvm::TmpInstruction:
Public Member Functions | |
TmpInstruction (MachineCodeForInstruction &mcfi, Value *s1, Value *s2=0, const std::string &name="") | |
TmpInstruction (Value *s1, Value *s2=0, const std::string &name="") | |
TmpInstruction (MachineCodeForInstruction &mcfi, const Type *Ty, Value *s1=0, Value *s2=0, const std::string &name="") | |
virtual Instruction * | clone () const |
virtual const char * | getOpcodeName () const |
Static Public Member Functions | |
static bool | classof (const TmpInstruction *) |
static bool | classof (const Instruction *I) |
Methods for support type inquiry through isa, cast, and dyn_cast:. | |
static bool | classof (const Value *V) |
Definition at line 26 of file SparcV9TmpInstr.h.
TmpInstruction::TmpInstruction | ( | MachineCodeForInstruction & | mcfi, | |
Value * | s1, | |||
Value * | s2 = 0 , |
|||
const std::string & | name = "" | |||
) |
Definition at line 41 of file SparcV9TmpInstr.cpp.
References llvm::MachineCodeForInstruction::addTemp(), llvm::Use::init(), and llvm::LeakDetector::removeGarbageObject().
Definition at line 31 of file SparcV9TmpInstr.cpp.
References llvm::Use::init(), and llvm::LeakDetector::removeGarbageObject().
TmpInstruction::TmpInstruction | ( | MachineCodeForInstruction & | mcfi, | |
const Type * | Ty, | |||
Value * | s1 = 0 , |
|||
Value * | s2 = 0 , |
|||
const std::string & | name = "" | |||
) |
Definition at line 56 of file SparcV9TmpInstr.cpp.
References llvm::MachineCodeForInstruction::addTemp(), llvm::Use::init(), and llvm::LeakDetector::removeGarbageObject().
static bool llvm::TmpInstruction::classof | ( | const Value * | V | ) | [inline, static] |
static bool llvm::TmpInstruction::classof | ( | const Instruction * | I | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::Instruction.
Definition at line 54 of file SparcV9TmpInstr.h.
References llvm::Instruction::getOpcode(), and llvm::Instruction::UserOp1.
static bool llvm::TmpInstruction::classof | ( | const TmpInstruction * | ) | [inline, static] |
virtual Instruction* llvm::TmpInstruction::clone | ( | ) | const [inline, virtual] |
clone() - Create a copy of 'this' instruction that is identical in all ways except the following: The instruction has no parent The instruction has no name
Implements llvm::Instruction.
Definition at line 46 of file SparcV9TmpInstr.h.
virtual const char* llvm::TmpInstruction::getOpcodeName | ( | ) | const [inline, virtual] |