Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp157 MachineBasicBlock *FMBB = &MBB; in getLastNonPseudo() local
161 while ((FMBB = getBBFallenThrough(FMBB, TII))) { in getLastNonPseudo()
162 for (MachineInstr &I : make_range(FMBB->rbegin(), FMBB->rend())) in getLastNonPseudo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h193 MachineBasicBlock &FMBB,
201 MachineBasicBlock &FMBB) const override;
DR600InstrInfo.cpp911 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
928 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h321 MachineBasicBlock &FMBB,
331 MachineBasicBlock &FMBB) const override { in isProfitableToUnpredicate() argument
DPPCInstrInfo.cpp1408 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
1411 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h238 MachineBasicBlock &FMBB,
DSystemZInstrInfo.cpp704 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h269 unsigned ExtraT, MachineBasicBlock &FMBB,
283 MachineBasicBlock &FMBB) const override;
DARMBaseInstrInfo.cpp2113 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h782 MachineBasicBlock &FMBB, unsigned NumFCycles, in isProfitableToIfCvt() argument
825 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h154 MachineBasicBlock &FMBB,
DHexagonInstrInfo.cpp776 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
779 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()