Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h199 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp900 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in R600InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h597 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h283 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DARMBaseInstrInfo.cpp2232 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in ARMBaseInstrInfo
2236 return Subtarget.isProfitableToUnpredicate(); in isProfitableToUnpredicate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h864 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp1945 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) { in IfConvertDiamondCommon()