Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp32 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 …]
DARC.td13 include "ARCInstrInfo.td"
16 def ARCInstrInfo : InstrInfo;
24 let InstructionSet = ARCInstrInfo;
DARCSubtarget.h34 ARCInstrInfo InstrInfo;
49 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DARCInstrInfo.h27 class ARCInstrInfo : public ARCGenInstrInfo {
32 ARCInstrInfo();
DARCFrameLowering.cpp47 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()
DARCRegisterInfo.cpp40 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex()
171 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
DCMakeLists.txt18 ARCInstrInfo.cpp
DARCFrameLowering.h26 class ARCInstrInfo; variable
DARCExpandPseudos.cpp40 const ARCInstrInfo *TII;
DARCBranchFinalize.cpp55 const ARCInstrInfo *TII{nullptr};
DARCInstrInfo.td1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//