Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp236 bool ConvertSwitch = false, bool KeepLoops = true, in CFGSimplifyPass()
254 : ConvertSwitch; in CFGSimplifyPass()
291 bool ConvertSwitch, bool KeepLoops, in INITIALIZE_PASS_DEPENDENCY()
294 return new CFGSimplifyPass(Threshold, ForwardSwitchCond, ConvertSwitch, in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DScalar.h264 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
/external/skia/src/sksl/dsl/priv/
DDSLWriter.h188 static DSLPossibleStatement ConvertSwitch(std::unique_ptr<Expression> value,
DDSLWriter.cpp192 DSLPossibleStatement DSLWriter::ConvertSwitch(std::unique_ptr<Expression> value, in ConvertSwitch() function in SkSL::dsl::DSLWriter
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1478 StatusOr<Literal> ConvertSwitch(const LiteralBase& literal, in ConvertSwitch() function
1517 return ConvertSwitch(*this, primitive_dest_type, /*bitcast=*/false); in Convert()
1532 return ConvertSwitch(*this, primitive_dest_type, /*bitcast=*/true); in BitcastConvert()
/external/skia/src/sksl/dsl/
DDSLCore.cpp181 return DSLWriter::ConvertSwitch(value.release(), std::move(values), std::move(statements), in Switch()