Searched refs:FMBB (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp157 MachineBasicBlock *FMBB = &MBB; local
161 while ((FMBB = getBBFallenThrough(FMBB, TII))) {
162 for (MachineInstr &I : make_range(FMBB->rbegin(), FMBB->rend()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h193 MachineBasicBlock &FMBB,
201 MachineBasicBlock &FMBB) const override;
H A DR600InstrInfo.cpp911 MachineBasicBlock &FMBB,
928 MachineBasicBlock &FMBB) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h253 MachineBasicBlock &FMBB,
H A DSystemZInstrInfo.cpp705 MachineBasicBlock &FMBB,
703 isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumCyclesT, unsigned ExtraPredCyclesT, MachineBasicBlock &FMBB, unsigned NumCyclesF, unsigned ExtraPredCyclesF, BranchProbability Probability) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h456 MachineBasicBlock &FMBB,
466 MachineBasicBlock &FMBB) const override {
H A DPPCInstrInfo.cpp1652 MachineBasicBlock &FMBB,
1655 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h154 MachineBasicBlock &FMBB,
H A DHexagonInstrInfo.cpp782 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB,
785 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3;
781 isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, unsigned NumFCycles, unsigned ExtraFCycles, BranchProbability Probability) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h780 MachineBasicBlock &FMBB, unsigned NumFCycles,
823 MachineBasicBlock &FMBB) const {
778 isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, unsigned NumFCycles, unsigned ExtraFCycles, BranchProbability Probability) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h282 unsigned ExtraT, MachineBasicBlock &FMBB,
296 MachineBasicBlock &FMBB) const override;
H A DARMBaseInstrInfo.cpp2173 MachineBasicBlock &FMBB) const {

Completed in 154 milliseconds