Home
last modified time | relevance | path

Searched refs:VEInstrInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.td31 include "VEInstrInfo.td"
33 def VEInstrInfo : InstrInfo {}
63 let InstructionSet = VEInstrInfo;
H A DVEInstrInfo.cpp36 void VEInstrInfo::anchor() {} in anchor()
38 VEInstrInfo::VEInstrInfo(VESubtarget &ST) in VEInstrInfo() function in VEInstrInfo
145 bool VEInstrInfo::analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, in analyzeBranch()
226 unsigned VEInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
291 unsigned VEInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
314 bool VEInstrInfo::reverseBranchCondition( in reverseBranchCondition()
359 void VEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
416 Register VEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
440 Register VEInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
459 void VEInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
[all …]
H A DVEFrameLowering.cpp142 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitPrologueInsns()
190 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogueInsns()
232 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitSPAdjustment()
277 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitSPExtend()
313 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
398 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
H A DVESubtarget.h42 VEInstrInfo InstrInfo;
51 const VEInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DVEInstrInfo.h51 class VEInstrInfo : public VEGenInstrInfo {
56 explicit VEInstrInfo(VESubtarget &ST);
H A DVEInstrFormats.td43 /// These fields correspond to the fields in VEInstrInfo.h. Any changes to
H A DVEISelLowering.cpp2026 const VEInstrInfo *TII = Subtarget->getInstrInfo(); in prepareMBB()
2076 const VEInstrInfo *TII = Subtarget->getInstrInfo(); in prepareSymbol()
2162 const VEInstrInfo *TII = Subtarget->getInstrInfo(); in setupEntryBlockForSjLj()
2379 const VEInstrInfo *TII = Subtarget->getInstrInfo(); in emitSjLjDispatchBlock()
H A DVEInstrInfo.td1 //===-- VEInstrInfo.td - Target Description for VE Target -----------------===//