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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h200 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp927 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h668 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; } function in class:llvm::ARMSubtarget
H A DARMBaseInstrInfo.h295 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DARMBaseInstrInfo.cpp2172 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, function in class:ARMBaseInstrInfo
2176 return Subtarget.isProfitableToUnpredicate();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h465 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h822 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, function in class:llvm::TargetInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1947 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) {

Completed in 194 milliseconds