Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h184 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DR600InstrInfo.cpp896 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function in R600InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h256 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp713 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function in SystemZInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h164 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DHexagonInstrInfo.cpp788 bool HexagonInstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function in HexagonInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h498 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h275 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h821 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DIfConversion.cpp659 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple()
700 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle()