Searched refs:ConvertSwitch (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 236 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/ |
D | Scalar.h | 264 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
|
/external/skia/src/sksl/dsl/priv/ |
D | DSLWriter.h | 188 static DSLPossibleStatement ConvertSwitch(std::unique_ptr<Expression> value,
|
D | DSLWriter.cpp | 192 DSLPossibleStatement DSLWriter::ConvertSwitch(std::unique_ptr<Expression> value, in ConvertSwitch() function in SkSL::dsl::DSLWriter
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 1478 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/ |
D | DSLCore.cpp | 181 return DSLWriter::ConvertSwitch(value.release(), std::move(values), std::move(statements), in Switch()
|