/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 44 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 …]
|
D | ARC.td | 12 include "ARCInstrInfo.td" 15 def ARCInstrInfo : InstrInfo; 23 let InstructionSet = ARCInstrInfo;
|
D | ARCSubtarget.h | 33 ARCInstrInfo InstrInfo; 48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | ARCInstrInfo.h | 26 class ARCInstrInfo : public ARCGenInstrInfo { 31 ARCInstrInfo();
|
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()
|
D | CMakeLists.txt | 20 ARCInstrInfo.cpp
|
D | ARCFrameLowering.h | 25 class ARCInstrInfo; variable
|
D | ARCRegisterInfo.cpp | 39 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex() 169 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
|
D | ARCExpandPseudos.cpp | 39 const ARCInstrInfo *TII;
|
D | ARCBranchFinalize.cpp | 55 const ARCInstrInfo *TII{nullptr};
|
D | ARCOptAddrMode.cpp | 60 const ARCInstrInfo *AII = nullptr;
|
D | ARCInstrInfo.td | 1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 44 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 …]
|
D | ARC.td | 12 include "ARCInstrInfo.td" 15 def ARCInstrInfo : InstrInfo; 23 let InstructionSet = ARCInstrInfo;
|
D | ARCSubtarget.h | 33 ARCInstrInfo InstrInfo; 48 const ARCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | ARCInstrInfo.h | 26 class ARCInstrInfo : public ARCGenInstrInfo { 31 ARCInstrInfo();
|
D | ARCFrameLowering.cpp | 46 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()
|
D | CMakeLists.txt | 18 ARCInstrInfo.cpp
|
D | ARCFrameLowering.h | 25 class ARCInstrInfo; variable
|
D | ARCRegisterInfo.cpp | 39 const ARCInstrInfo &TII, unsigned Reg, in ReplaceFrameIndex() 174 const ARCInstrInfo &TII = *MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateFrameIndex()
|
D | ARCExpandPseudos.cpp | 39 const ARCInstrInfo *TII;
|
D | ARCBranchFinalize.cpp | 55 const ARCInstrInfo *TII{nullptr};
|
D | ARCOptAddrMode.cpp | 60 const ARCInstrInfo *AII = nullptr;
|
D | ARCInstrInfo.td | 1 //===- ARCInstrInfo.td - Target Description for ARC --------*- tablegen -*-===//
|