Home
last modified time | relevance | path

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

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