Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h200 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp927 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in R600InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h330 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h652 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; } in isProfitableToUnpredicate() function
DARMBaseInstrInfo.h282 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
DARMBaseInstrInfo.cpp2112 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in ARMBaseInstrInfo
2116 return Subtarget.isProfitableToUnpredicate(); in isProfitableToUnpredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h824 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1947 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) { in IfConvertDiamondCommon()