Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h160 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive() function
/external/llvm/include/llvm/Target/
DTargetLowering.h257 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h363 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5479 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6763 if (!TM || !TM->Options.EnableFastISel || !TLI || TLI->isJumpExpensive()) in splitBranchCondition()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1492 if (!TLI.isJumpExpensive() && in visitBr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1827 if (!DAG.getTargetLoweringInfo().isJumpExpensive() && BOp->hasOneUse() && in visitBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2007 if (!DAG.getTargetLoweringInfo().isJumpExpensive() && BOp->hasOneUse() && in visitBr()