/aosp_15_r20/external/FP16/test/ |
H A D | bitcasts.cc | 35 uint32_t bitcast; in TEST() local 48 uint32_t bitcast; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | bitcast.rs | 7 macro_rules! bitcast { macro
|
D | lib.rs | 158 pub(crate) mod bitcast; module
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dynamic_index_splitter.cc | 82 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
|
H A D | bitcast_decomposer_test.cc | 173 const HloInstruction* bitcast = nullptr; in TEST_P() local
|
H A D | memory_space_assignment_test.cc | 936 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 D | algebraic_simplifier.cc | 633 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 D | copy_insertion_test.cc | 203 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 D | dfs_hlo_visitor_with_default.h | 205 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
|
H A D | hlo_alias_analysis_test.cc | 885 auto bitcast = builder.AddInstruction( in TEST_F() local
|
H A D | tuple_points_to_analysis.cc | 268 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
H A D | hlo_dataflow_analysis.cc | 556 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
|
H A D | hlo_rematerialization.cc | 1675 for (auto* bitcast : indirect_users) { in RematerializeInstructions() local
|
H A D | hlo_verifier.cc | 1044 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | fusion_bitcast_lift.cc | 102 HloInstruction* bitcast = nullptr; in Run() local
|
H A D | all_reduce_blueconnect_test.cc | 72 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 D | literal.cc | 1607 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 D | ragged_array_ops.py | 1179 def bitcast( function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2446 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 D | amd_ext_to_khr.cpp | 516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | amd_ext_to_khr.cpp | 516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir.h | 125 ExprHandle bitcast(const ExprHandle& src_value) { in bitcast() function
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 1399 …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 D | hlo_function_importer.cc | 1509 auto bitcast = func_builder->create<mlir::mhlo::BitcastOp>( in ImportInstructionImpl() local
|