OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSP430InstrInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h
1
//===--
MSP430InstrInfo
.h - MSP430 Instruction Information ------*- C++ -*-===//
43
class
MSP430InstrInfo
: public MSP430GenInstrInfo {
47
explicit
MSP430InstrInfo
(MSP430Subtarget &STI);
MSP430InstrInfo.cpp
1
//===--
MSP430InstrInfo
.cpp - MSP430 Instruction Information --------------===//
14
#include "
MSP430InstrInfo
.h"
31
void
MSP430InstrInfo
::anchor() {}
33
MSP430InstrInfo
::
MSP430InstrInfo
(MSP430Subtarget &STI)
37
void
MSP430InstrInfo
::storeRegToStackSlot(MachineBasicBlock &MBB,
64
void
MSP430InstrInfo
::loadRegFromStackSlot(MachineBasicBlock &MBB,
89
void
MSP430InstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
105
unsigned
MSP430InstrInfo
::RemoveBranch(MachineBasicBlock &MBB) const {
127
bool
MSP430InstrInfo
:
[
all
...]
Completed in 750 milliseconds