Home
last modified time | relevance | path

Searched refs:isProfitableToUnpredicate (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h200 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp904 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in R600InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h693 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; } in isProfitableToUnpredicate() function
H A DARMBaseInstrInfo.h284 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DARMBaseInstrInfo.cpp2200 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in ARMBaseInstrInfo
2204 return Subtarget.isProfitableToUnpredicate(); in isProfitableToUnpredicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h503 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h851 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1947 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) { in IfConvertDiamondCommon()