Home
last modified time | relevance | path

Searched refs:isJumpExpensive (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h601 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp618 if (!TLI->isJumpExpensive() && CondI && CondI->hasOneUse() && in translateBr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8746 if (!TM->Options.EnableFastISel || TLI->isJumpExpensive()) in splitBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2826 if (!DAG.getTargetLoweringInfo().isJumpExpensive() && BOp && in visitBr()