Home
last modified time | relevance | path

Searched refs:JumpIsExpensive (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h160 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
1022 JumpIsExpensive = isExpensive;
1680 bool JumpIsExpensive; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h257 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
1920 bool JumpIsExpensive; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp545 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
720 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp811 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
979 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h363 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
2373 bool JumpIsExpensive; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp607 JumpIsExpensive = false; in TargetLowering()