Searched refs:ARCInstrInfo (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.h18 #include "ARCInstrInfo.h"
33 ARCInstrInfo InstrInfo;
48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DARCInstrInfo.cpp1 //===- ARCInstrInfo.cpp - ARC Instruction Information -----------*- C++ -*-===//
13 #include "ARCInstrInfo.h"
44 void ARCInstrInfo::anchor() {}
46 ARCInstrInfo::ARCInstrInfo() function in class:ARCInstrInfo
68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
87 unsigned ARCInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
170 bool ARCInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
254 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB,
281 void ARCInstrInfo
[all...]
H A DARCInstrInfo.h1 //===- ARCInstrInfo.h - ARC Instruction Information -------------*- C++ -*-===//
26 class ARCInstrInfo : public ARCGenInstrInfo { class in namespace:llvm
31 ARCInstrInfo();
H A DARCFrameLowering.h25 class ARCInstrInfo;
H A DARCExpandPseudos.cpp13 #include "ARCInstrInfo.h"
39 const ARCInstrInfo *TII;
H A DARCRegisterInfo.cpp15 #include "ARCInstrInfo.h"
39 const ARCInstrInfo &TII, unsigned Reg,
174 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo();
H A DARCFrameLowering.cpp46 const ARCInstrInfo &TII, DebugLoc dl,
123 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
244 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
455 const ARCInstrInfo *TII) {
473 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo();
H A DARCBranchFinalize.cpp15 #include "ARCInstrInfo.h"
55 const ARCInstrInfo *TII{nullptr};
H A DARCOptAddrMode.cpp16 #include "ARCInstrInfo.h"
60 const ARCInstrInfo *AII = nullptr;

Completed in 144 milliseconds