Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/FP16/test/
H A Dbitcasts.cc35 uint32_t bitcast; in TEST() local
48 uint32_t bitcast; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dbitcast.rs7 macro_rules! bitcast { macro
Dlib.rs158 pub(crate) mod bitcast; module
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_index_splitter.cc82 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
H A Dbitcast_decomposer_test.cc173 const HloInstruction* bitcast = nullptr; in TEST_P() local
H A 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
H A 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()
H A 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
H A Ddfs_hlo_visitor_with_default.h205 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
H A Dhlo_alias_analysis_test.cc885 auto bitcast = builder.AddInstruction( in TEST_F() local
H A Dtuple_points_to_analysis.cc268 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
H A Dhlo_dataflow_analysis.cc556 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
H A Dhlo_rematerialization.cc1675 for (auto* bitcast : indirect_users) { in RematerializeInstructions() local
H A Dhlo_verifier.cc1044 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dfusion_bitcast_lift.cc102 HloInstruction* bitcast = nullptr; in Run() local
H A Dall_reduce_blueconnect_test.cc72 auto bitcast = AllOf(op::Shape("f32[16]"), op::Bitcast(op::Parameter(0))); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc1607 Literal ConvertIfTypesMatch(const LiteralBase& src_literal, bool bitcast) { in ConvertIfTypesMatch()
1627 bool bitcast) { in ConvertIfDestTypeMatches()
1668 bool bitcast) { in ConvertSwitch()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_array_ops.py1179 def bitcast( function
/aosp_15_r20/external/clang/lib/CodeGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir.h125 ExprHandle bitcast(const ExprHandle& src_value) { in bitcast() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1509 auto bitcast = func_builder->create<mlir::mhlo::BitcastOp>( in ImportInstructionImpl() local

12