Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp153 MachineBasicBlock *FMBB = &MBB; in getLastNonPseudo() local
157 while ((FMBB = getBBFallenThrough(FMBB, TII))) { in getLastNonPseudo()
158 for (MachineInstr &I : make_range(FMBB->rbegin(), FMBB->rend())) in getLastNonPseudo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp158 MachineBasicBlock *FMBB = &MBB; in getLastNonPseudo() local
162 while ((FMBB = getBBFallenThrough(FMBB, TII))) { in getLastNonPseudo()
163 for (MachineInstr &I : make_range(FMBB->rbegin(), FMBB->rend())) in getLastNonPseudo()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h217 MachineBasicBlock &FMBB,
227 MachineBasicBlock &FMBB) const override { in isProfitableToUnpredicate() argument
DPPCInstrInfo.cpp1297 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
1300 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h187 MachineBasicBlock &FMBB,
198 MachineBasicBlock &FMBB) const override;
DR600InstrInfo.cpp922 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
939 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h194 MachineBasicBlock &FMBB,
202 MachineBasicBlock &FMBB) const override;
DR600InstrInfo.cpp912 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
929 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h282 MachineBasicBlock &FMBB,
292 MachineBasicBlock &FMBB) const override { in isProfitableToUnpredicate() argument
DPPCInstrInfo.cpp1393 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
1396 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h237 unsigned ExtraT, MachineBasicBlock &FMBB,
247 MachineBasicBlock &FMBB) const override;
DARMBaseInstrInfo.cpp1745 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
1767 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h268 unsigned ExtraT, MachineBasicBlock &FMBB,
278 MachineBasicBlock &FMBB) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h182 MachineBasicBlock &FMBB,
DSystemZInstrInfo.cpp577 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h228 MachineBasicBlock &FMBB,
DSystemZInstrInfo.cpp791 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h637 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
667 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h706 MachineBasicBlock &FMBB, unsigned NumFCycles, in isProfitableToIfCvt() argument
736 MachineBasicBlock &FMBB) const { in isProfitableToUnpredicate() argument
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h139 MachineBasicBlock &FMBB,
DHexagonInstrInfo.cpp748 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
751 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h176 MachineBasicBlock &FMBB,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h338 MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h166 MachineBasicBlock &FMBB,
DHexagonInstrInfo.cpp767 unsigned NumTCycles, unsigned ExtraTCycles, MachineBasicBlock &FMBB, in isProfitableToIfCvt() argument
770 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()

12