Home
last modified time | relevance | path

Searched refs:isPredictableSelectExpensive (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSelectOptimize.cpp926 if (isSelectHighlyPredictable(SI) && TLI->isPredictableSelectExpensive()) { in isConvertToBranchProfitableBase()
HDCodeGenPrepare.cpp6986 if (!TLI->isPredictableSelectExpensive()) in isFormingBranchFromSelectProfitable()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h641 bool isPredictableSelectExpensive() const { in isPredictableSelectExpensive() function