Home
last modified time | relevance | path

Searched refs:isProfitableToDupForIfCvt (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h228 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
H A DSystemZInstrInfo.cpp725 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function in SystemZInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
H A DR600InstrInfo.cpp920 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function in R600InstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h330 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h176 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
H A DHexagonInstrInfo.cpp773 bool HexagonInstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function in HexagonInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h275 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h718 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp555 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple()
593 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle()