Home
last modified time | relevance | path

Searched defs:bitcast (Results 1 – 25 of 34) sorted by relevance

12

/external/FP16/test/
Dbitcasts.cc35 uint32_t bitcast; in TEST() local
48 uint32_t bitcast; in TEST() local
/external/rust/android-crates-io/crates/rustix/src/
Dbitcast.rs7 macro_rules! bitcast { macro
Dlib.rs158 pub(crate) mod bitcast; module
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc82 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
Dbitcast_decomposer_test.cc173 const HloInstruction* bitcast = nullptr; in TEST_P() local
Ddfs_hlo_visitor_with_default.h205 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
Dmemory_space_assignment_test.cc936 HloInstruction* bitcast = builder.AddInstruction( in TEST_P() local
973 HloInstruction* bitcast = in TEST_P() local
1091 HloInstruction* bitcast = in TEST_P() local
1176 HloInstruction* bitcast = in TEST_P() local
1230 HloInstruction* bitcast = in TEST_P() local
1283 HloInstruction* bitcast = in TEST_P() local
6150 auto bitcast = in TEST_P() local
6196 auto bitcast = in TEST_P() local
Dcopy_insertion_test.cc203 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
226 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
247 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
Dalgebraic_simplifier.cc633 auto bitcast = instruction->AddInstruction( in ReplaceWithBitcast() local
1045 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
1249 HloInstruction* bitcast = root_copy->mutable_operand(0); in SwapCopyBitcastCopy() local
1313 HloInstruction* bitcast) { in HandleBitcastConvert()
1543 HloInstruction* bitcast) { in TrySimplifyTautologicalBitcastConvert()
Dhlo_alias_analysis_test.cc885 auto bitcast = builder.AddInstruction( in TEST_F() local
Dtuple_points_to_analysis.cc268 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dhlo_dataflow_analysis.cc556 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
Dhlo_rematerialization.cc1675 for (auto* bitcast : indirect_users) { in RematerializeInstructions() local
Dhlo_verifier.cc1044 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_bitcast_lift.cc102 HloInstruction* bitcast = nullptr; in Run() local
Dall_reduce_blueconnect_test.cc72 auto bitcast = AllOf(op::Shape("f32[16]"), op::Bitcast(op::Parameter(0))); in TEST_F() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py1179 def bitcast( function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1607 Literal ConvertIfTypesMatch(const LiteralBase& src_literal, bool bitcast) { in ConvertIfTypesMatch()
1627 bool bitcast) { in ConvertIfDestTypeMatches()
1668 bool bitcast) { in ConvertSwitch()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/external/angle/third_party/spirv-tools/src/source/opt/
Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dir.h125 ExprHandle bitcast(const ExprHandle& src_value) { in bitcast() function
/external/clang/lib/CodeGen/
DCGCall.cpp2446 llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(insn); in eraseUnusedBitCasts() local
2472 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(generator)) { in tryEmitFusedAutoreleaseOfResult() local
2525 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(result)) { in tryEmitFusedAutoreleaseOfResult() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc1509 auto bitcast = func_builder->create<mlir::mhlo::BitcastOp>( in ImportInstructionImpl() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1399 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1414 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1464 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
1477 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local

12