Home
last modified time | relevance | path

Searched refs:ARCInstrInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp44 void ARCInstrInfo::anchor() {} in anchor()
46 ARCInstrInfo::ARCInstrInfo(const ARCSubtarget &ST) in ARCInstrInfo() function in ARCInstrInfo
68 Register ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
87 Register ARCInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
170 bool ARCInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
254 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
281 void ARCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
293 void ARCInstrInfo::storeRegToStackSlot( in storeRegToStackSlot()
320 void ARCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
349 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition()
[all …]
H A DARC.td24 include "ARCInstrInfo.td"
27 def ARCInstrInfo : InstrInfo;
35 let InstructionSet = ARCInstrInfo;
H A DARCSubtarget.h33 ARCInstrInfo InstrInfo;
51 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DARCInstrInfo.h26 class ARCInstrInfo : public ARCGenInstrInfo {
31 ARCInstrInfo(const ARCSubtarget &);
H A DARCFrameLowering.cpp46 const ARCInstrInfo &TII, DebugLoc dl, in generateStackAdjustment()
121 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitPrologue()
242 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitEpilogue()
452 const ARCInstrInfo *TII) { in emitRegUpdate()
470 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DARCRegisterInfo.cpp39 const ARCInstrInfo &TII, unsigned Reg, in replaceFrameIndex()
172 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
H A DARCFrameLowering.h25 class ARCInstrInfo; variable
H A DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
H A DARCExpandPseudos.cpp42 const ARCInstrInfo *TII;
H A DARCOptAddrMode.cpp71 const ARCInstrInfo *AII = nullptr;
H A DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//