Searched refs:ARCInstrInfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 44 void ARCInstrInfo::anchor() {} in anchor() 46 ARCInstrInfo::ARCInstrInfo(const ARCSubtarget &ST) 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( in storeRegToStackSlot() 349 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() 357 ARCInstrInfo::loadImmediate(MachineBasicBlock &MBB, in loadImmediate() [all …]
|
| H A D | ARC.td | 24 include "ARCInstrInfo.td" 27 def ARCInstrInfo : InstrInfo; 35 let InstructionSet = ARCInstrInfo;
|
| H A D | ARCSubtarget.h | 33 ARCInstrInfo InstrInfo; 51 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
| H A D | ARCInstrInfo.h | 26 class ARCInstrInfo : public ARCGenInstrInfo { 31 ARCInstrInfo(const ARCSubtarget &);
|
| H A D | ARCFrameLowering.cpp | 46 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 D | ARCRegisterInfo.cpp | 39 const ARCInstrInfo &TII, unsigned Reg, in replaceFrameIndex() 172 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
|
| H A D | ARCFrameLowering.h | 25 class ARCInstrInfo; variable
|
| H A D | ARCBranchFinalize.cpp | 55 const ARCInstrInfo *TII{nullptr};
|
| H A D | ARCExpandPseudos.cpp | 42 const ARCInstrInfo *TII;
|
| H A D | ARCOptAddrMode.cpp | 71 const ARCInstrInfo *AII = nullptr;
|
| H A D | ARCInstrInfo.td | 1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//
|