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/ |
D | AArch64A53Fix835769.cpp | 157 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/ |
D | R600InstrInfo.h | 193 MachineBasicBlock &FMBB, 201 MachineBasicBlock &FMBB) const override;
|
D | R600InstrInfo.cpp | 911 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/ |
D | PPCInstrInfo.h | 321 MachineBasicBlock &FMBB, 331 MachineBasicBlock &FMBB) const override { in isProfitableToUnpredicate() argument
|
D | PPCInstrInfo.cpp | 1408 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/ |
D | SystemZInstrInfo.h | 238 MachineBasicBlock &FMBB,
|
D | SystemZInstrInfo.cpp | 704 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 269 unsigned ExtraT, MachineBasicBlock &FMBB, 283 MachineBasicBlock &FMBB) const override;
|
D | ARMBaseInstrInfo.cpp | 2113 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 782 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/ |
D | HexagonInstrInfo.h | 154 MachineBasicBlock &FMBB,
|
D | HexagonInstrInfo.cpp | 776 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument 779 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()
|