Searched refs:TMBB (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 192 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, 201 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
|
| H A D | R600InstrInfo.cpp | 869 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument 888 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 622 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, 633 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
|
| H A D | PPCInstrInfo.cpp | 2163 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument 2168 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 268 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
| H A D | SystemZInstrInfo.cpp | 811 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 272 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT, 286 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
|
| H A D | ARMBaseInstrInfo.cpp | 2066 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
| H A D | HexagonInstrInfo.cpp | 828 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument 832 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 890 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() argument 934 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
|