Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp44 void ARCInstrInfo::anchor() {} in anchor()
46 ARCInstrInfo::ARCInstrInfo() in ARCInstrInfo() function in ARCInstrInfo
68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
87 unsigned 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(MachineBasicBlock &MBB, in storeRegToStackSlot()
322 void ARCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
350 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition()
[all …]
H A DARC.td12 include "ARCInstrInfo.td"
15 def ARCInstrInfo : InstrInfo;
23 let InstructionSet = ARCInstrInfo;
H A DARCSubtarget.h33 ARCInstrInfo InstrInfo;
48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DARCInstrInfo.h26 class ARCInstrInfo : public ARCGenInstrInfo {
31 ARCInstrInfo();
H A DARCFrameLowering.cpp46 const ARCInstrInfo &TII, DebugLoc dl, in generateStackAdjustment()
122 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitPrologue()
243 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitEpilogue()
453 const ARCInstrInfo *TII) { in emitRegUpdate()
471 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DARCRegisterInfo.cpp39 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex()
169 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
H A DCMakeLists.txt20 ARCInstrInfo.cpp
H A DARCFrameLowering.h25 class ARCInstrInfo; variable
H A DARCExpandPseudos.cpp39 const ARCInstrInfo *TII;
H A DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
H A DARCOptAddrMode.cpp60 const ARCInstrInfo *AII = nullptr;
H A DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//