Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp32 void ARCInstrInfo::anchor() {} in anchor()
34 ARCInstrInfo::ARCInstrInfo() in ARCInstrInfo() function in ARCInstrInfo
56 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
75 unsigned ARCInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
158 bool ARCInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
242 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
269 void ARCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
281 void ARCInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
338 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition()
346 ARCInstrInfo::loadImmediate(MachineBasicBlock &MBB, in loadImmediate()
[all …]
H A DARC.td13 include "ARCInstrInfo.td"
16 def ARCInstrInfo : InstrInfo;
24 let InstructionSet = ARCInstrInfo;
H A DARCSubtarget.h34 ARCInstrInfo InstrInfo;
49 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DARCInstrInfo.h27 class ARCInstrInfo : public ARCGenInstrInfo {
32 ARCInstrInfo();
H A DARCFrameLowering.cpp47 const ARCInstrInfo &TII, DebugLoc dl, in generateStackAdjustment()
122 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitPrologue()
239 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitEpilogue()
433 const ARCInstrInfo *TII) { in emitRegUpdate()
444 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DARCRegisterInfo.cpp40 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex()
171 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
H A DARCFrameLowering.h26 class ARCInstrInfo; variable
H A DARCExpandPseudos.cpp40 const ARCInstrInfo *TII;
H A DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
H A DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//