Searched defs:BlackfinRegisterInfo (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinRegisterInfo.h1 //===- BlackfinRegisterInfo.h - Blackfin Register Information ..-*- C++ -*-===//
29 struct BlackfinRegisterInfo : public BlackfinGenRegisterInfo { struct in namespace:llvm
33 BlackfinRegisterInfo(BlackfinSubtarget &st, const TargetInstrInfo &tii);
H A DBlackfinRegisterInfo.cpp1 //===- BlackfinRegisterInfo.cpp - Blackfin Register Information -*- C++ -*-===//
16 #include "BlackfinRegisterInfo.h"
37 BlackfinRegisterInfo::BlackfinRegisterInfo(BlackfinSubtarget &st, function in class:BlackfinRegisterInfo
42 BlackfinRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
53 BlackfinRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
81 bool BlackfinRegisterInfo::
88 void BlackfinRegisterInfo::adjustRegister(MachineBasicBlock &MBB,
122 void BlackfinRegisterInfo::loadConstant(MachineBasicBlock &MBB,
154 void BlackfinRegisterInfo
[all...]

Completed in 106 milliseconds