Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp163 MachineBasicBlock *FMBB = &MBB; in getLastNonPseudo() local
167 while ((FMBB = getBBFallenThrough(FMBB, TII))) { in getLastNonPseudo()
168 for (MachineInstr &I : llvm::reverse(*FMBB)) in getLastNonPseudo()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h192 MachineBasicBlock &FMBB,
200 MachineBasicBlock &FMBB) const override;
DR600InstrInfo.cpp884 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
901 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h254 MachineBasicBlock &FMBB,
DSystemZInstrInfo.cpp710 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h618 MachineBasicBlock &FMBB,
628 MachineBasicBlock &FMBB) const override { in isProfitableToUnpredicate() argument
DPPCInstrInfo.cpp2157 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
2160 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h271 unsigned ExtraT, MachineBasicBlock &FMBB,
285 MachineBasicBlock &FMBB) const override;
DARMBaseInstrInfo.cpp2237 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h836 MachineBasicBlock &FMBB, unsigned NumFCycles, in isProfitableToIfCvt() argument
879 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate() argument
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h154 MachineBasicBlock &FMBB,
DHexagonInstrInfo.cpp825 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
828 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()