Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARC/
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 …]
DARC.td12 include "ARCInstrInfo.td"
15 def ARCInstrInfo : InstrInfo;
23 let InstructionSet = ARCInstrInfo;
DARCSubtarget.h33 ARCInstrInfo InstrInfo;
48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DARCInstrInfo.h26 class ARCInstrInfo : public ARCGenInstrInfo {
31 ARCInstrInfo();
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()
DCMakeLists.txt20 ARCInstrInfo.cpp
DARCFrameLowering.h25 class ARCInstrInfo; variable
DARCRegisterInfo.cpp39 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex()
169 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
DARCExpandPseudos.cpp39 const ARCInstrInfo *TII;
DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
DARCOptAddrMode.cpp60 const ARCInstrInfo *AII = nullptr;
DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
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 …]
DARC.td12 include "ARCInstrInfo.td"
15 def ARCInstrInfo : InstrInfo;
23 let InstructionSet = ARCInstrInfo;
DARCSubtarget.h33 ARCInstrInfo InstrInfo;
48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DARCInstrInfo.h26 class ARCInstrInfo : public ARCGenInstrInfo {
31 ARCInstrInfo();
DARCFrameLowering.cpp46 const ARCInstrInfo &TII, DebugLoc dl, in generateStackAdjustment()
123 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitPrologue()
244 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitEpilogue()
455 const ARCInstrInfo *TII) { in emitRegUpdate()
473 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
DCMakeLists.txt18 ARCInstrInfo.cpp
DARCFrameLowering.h25 class ARCInstrInfo; variable
DARCRegisterInfo.cpp39 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex()
174 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
DARCExpandPseudos.cpp39 const ARCInstrInfo *TII;
DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
DARCOptAddrMode.cpp60 const ARCInstrInfo *AII = nullptr;
DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//