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

  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h 1 //===-- XCoreRegisterInfo.h - XCore Register Information Impl ---*- C++ -*-===//
26 struct XCoreRegisterInfo : public XCoreGenRegisterInfo {
43 XCoreRegisterInfo(const TargetInstrInfo &tii);
XCoreRegisterInfo.cpp 1 //===-- XCoreRegisterInfo.cpp - XCore Register Information ----------------===//
14 #include "XCoreRegisterInfo.h"
40 XCoreRegisterInfo::XCoreRegisterInfo(const TargetInstrInfo &tii)
57 bool XCoreRegisterInfo::needsFrameMoves(const MachineFunction &MF) {
62 const uint16_t* XCoreRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF)
72 BitVector XCoreRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
87 XCoreRegisterInfo::requiresRegisterScavenging(const MachineFunction &MF) const {
95 XCoreRegisterInfo::trackLivenessAfterRegAlloc(const MachineFunction &MF) const {
100 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const
    [all...]

Completed in 218 milliseconds