HomeSort by relevance Sort by last modified time
    Searched defs:BlackfinRegisterInfo (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.h 1 //===- BlackfinRegisterInfo.h - Blackfin Register Information ..-*- C++ -*-===//
29 struct BlackfinRegisterInfo : public BlackfinGenRegisterInfo {
33 BlackfinRegisterInfo(BlackfinSubtarget &st, const TargetInstrInfo &tii);
BlackfinRegisterInfo.cpp 1 //===- BlackfinRegisterInfo.cpp - Blackfin Register Information -*- C++ -*-===//
16 #include "BlackfinRegisterInfo.h"
37 BlackfinRegisterInfo::BlackfinRegisterInfo(BlackfinSubtarget &st,
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 63 milliseconds