Searched refs:ARCInstrInfo (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 32 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() 310 void ARCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot() 338 bool ARCInstrInfo::reverseBranchCondition( in reverseBranchCondition() [all …]
|
D | ARC.td | 13 include "ARCInstrInfo.td" 16 def ARCInstrInfo : InstrInfo; 24 let InstructionSet = ARCInstrInfo;
|
D | ARCSubtarget.h | 34 ARCInstrInfo InstrInfo; 49 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | ARCInstrInfo.h | 27 class ARCInstrInfo : public ARCGenInstrInfo { 32 ARCInstrInfo();
|
D | ARCFrameLowering.cpp | 47 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()
|
D | ARCRegisterInfo.cpp | 40 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex() 171 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
|
D | CMakeLists.txt | 18 ARCInstrInfo.cpp
|
D | ARCFrameLowering.h | 26 class ARCInstrInfo; variable
|
D | ARCExpandPseudos.cpp | 40 const ARCInstrInfo *TII;
|
D | ARCBranchFinalize.cpp | 55 const ARCInstrInfo *TII{nullptr};
|
D | ARCInstrInfo.td | 1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//
|