Lines Matching refs:MipsInstrInfo

38 void MipsInstrInfo::anchor() {}  in anchor()
40 MipsInstrInfo::MipsInstrInfo(const MipsSubtarget &STI, unsigned UncondBr) in MipsInstrInfo() function in MipsInstrInfo
44 const MipsInstrInfo *MipsInstrInfo::create(MipsSubtarget &STI) { in create()
51 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm()
57 void MipsInstrInfo::
64 MachineInstrBuilder MipsInstrInfo::insertNop(MachineBasicBlock &MBB, in insertNop()
79 MipsInstrInfo::GetMemOperand(MachineBasicBlock &MBB, int FI, in GetMemOperand()
93 void MipsInstrInfo::AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc, in AnalyzeCondBr()
108 bool MipsInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
119 void MipsInstrInfo::BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in BuildCondBr()
134 unsigned MipsInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
168 unsigned MipsInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
196 bool MipsInstrInfo::reverseBranchCondition( in reverseBranchCondition()
204 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
292 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange()
452 unsigned MipsInstrInfo::getEquivalentCompactForm( in getEquivalentCompactForm()
577 bool MipsInstrInfo::SafeInForbiddenSlot(const MachineInstr &MI) const { in SafeInForbiddenSlot()
584 bool MipsInstrInfo::SafeInFPUDelaySlot(const MachineInstr &MIInSlot, in SafeInFPUDelaySlot()
616 bool MipsInstrInfo::SafeInLoadDelaySlot(const MachineInstr &MIInSlot, in SafeInLoadDelaySlot()
627 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot()
632 bool MipsInstrInfo::HasFPUDelaySlot(const MachineInstr &MI) const { in HasFPUDelaySlot()
651 bool MipsInstrInfo::HasLoadDelaySlot(const MachineInstr &MI) const { in HasLoadDelaySlot()
667 unsigned MipsInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes()
685 MipsInstrInfo::genInstrWithNewOpc(unsigned NewOpc, in genInstrWithNewOpc()
771 bool MipsInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices()
850 bool MipsInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction()
899 MipsInstrInfo::decomposeMachineOperandsTargetFlags(unsigned TF) const { in decomposeMachineOperandsTargetFlags()
904 MipsInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags()
937 MipsInstrInfo::describeLoadedValue(const MachineInstr &MI, Register Reg) const { in describeLoadedValue()
965 std::optional<RegImmPair> MipsInstrInfo::isAddImmediate(const MachineInstr &MI, in isAddImmediate()