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.
|
Definition at line 30 of file SparcV9TmpInstr.cpp. References llvm::MachineCodeForInstruction::addTemp(), llvm::User::Operands, and llvm::LeakDetector::removeGarbageObject(). |
|
Definition at line 20 of file SparcV9TmpInstr.cpp. References llvm::User::Operands, and llvm::LeakDetector::removeGarbageObject(). |
|
Definition at line 45 of file SparcV9TmpInstr.cpp. References llvm::MachineCodeForInstruction::addTemp(), llvm::User::Operands, and llvm::LeakDetector::removeGarbageObject(). |
|
Reimplemented from llvm::Instruction. Definition at line 65 of file SparcV9TmpInstr.h. References classof(). |
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::Instruction. Definition at line 62 of file SparcV9TmpInstr.h. References llvm::Instruction::getOpcode(), and llvm::Instruction::UserOp1. |
|
Definition at line 61 of file SparcV9TmpInstr.h. Referenced by classof(). |
|
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 54 of file SparcV9TmpInstr.h. |
|
Reimplemented from llvm::Instruction. Definition at line 58 of file SparcV9TmpInstr.h. |