HomeSort by relevance Sort by last modified time
    Searched refs:MSP430RegisterInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h 1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
27 struct MSP430RegisterInfo : public MSP430GenRegisterInfo {
36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
MSP430RegisterInfo.cpp 1 //===-- MSP430RegisterInfo.cpp - MSP430 Register Information --------------===//
16 #include "MSP430RegisterInfo.h"
35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm,
42 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
77 BitVector MSP430RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
99 MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
104 void MSP430RegisterInfo::
165 MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
224 MSP430RegisterInfo::processFunctionBeforeFrameFinalized(MachineFunction &MF
    [all...]
MSP430InstrInfo.h 17 #include "MSP430RegisterInfo.h"
44 const MSP430RegisterInfo RI;

Completed in 1568 milliseconds