Home
last modified time | relevance | path

Searched refs:TMBB (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h191 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
200 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp885 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument
904 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h487 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
498 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
H A DPPCInstrInfo.cpp2129 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument
2134 return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); in isProfitableToIfCvt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h251 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DSystemZInstrInfo.cpp703 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h270 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
284 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DARMBaseInstrInfo.cpp2210 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h794 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() argument
838 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DHexagonInstrInfo.cpp781 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() argument
785 return nonDbgBBSize(&TMBB) <= 3 && nonDbgBBSize(&FMBB) <= 3; in isProfitableToIfCvt()