Home
last modified time | relevance | path

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

12

/external/FP16/test/
Dbitcasts.cc35 uint32_t bitcast; in TEST() local
48 uint32_t bitcast; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc78 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
Dhlo_alias_analysis_test.cc1003 auto bitcast = builder.AddInstruction( in TEST_F() local
1183 auto bitcast = builder.AddInstruction( in TEST_F() local
Ddfs_hlo_visitor_with_default.h192 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
Dmemory_space_assignment_test.cc901 HloInstruction* bitcast = builder.AddInstruction( in TEST_P() local
938 HloInstruction* bitcast = in TEST_P() local
1056 HloInstruction* bitcast = in TEST_P() local
1141 HloInstruction* bitcast = in TEST_P() local
1195 HloInstruction* bitcast = in TEST_P() local
1248 HloInstruction* bitcast = in TEST_P() local
4881 auto bitcast = in TEST_P() local
Dcopy_insertion_test.cc238 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
261 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
282 HloInstruction* bitcast = builder.AddInstruction( in TEST_F() local
Dtuple_points_to_analysis.cc267 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dtuple_points_to_analysis_test.cc570 auto bitcast = builder.AddInstruction( in TEST_F() local
Dalgebraic_simplifier.cc776 auto bitcast = computation_->AddInstruction( in ReplaceWithBitcast() local
1158 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
1172 HloInstruction* bitcast) { in HandleBitcastConvert()
Dhlo_dataflow_analysis.cc387 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
Dhlo_verifier.cc681 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dhlo_rematerialization.cc1640 for (auto* bitcast : indirect_users) { in RematerializeInstructions() local
Dhlo_dataflow_analysis_test.cc1161 auto bitcast = builder.AddInstruction( in TEST_P() local
Dhlo_evaluator.cc402 Status HloEvaluator::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dbuffer_assignment_test.cc1668 auto bitcast = builder.AddInstruction( in TEST_F() local
/external/llvm-project/compiler-rt/test/cfi/
Dmfcall.cpp52 To bitcast(From f) { in bitcast() function
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmsgpack.cpp50 template <typename T, typename R> R bitcast(T x) { in bitcast() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1419 Literal ConvertIfTypesMatch(const LiteralBase& src_literal, bool bitcast) { in ConvertIfTypesMatch()
1439 bool bitcast) { in ConvertIfDestTypeMatches()
1480 bool bitcast) { in ConvertSwitch()
/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp511 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Damd_ext_to_khr.cpp511 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp511 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/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
DCGObjC.cpp2492 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) { in emitARCOperationAfterCall() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1417 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1432 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1482 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
1495 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2791 llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(insn); in eraseUnusedBitCasts() local
2817 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(generator)) { in tryEmitFusedAutoreleaseOfResult() local
2870 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(result)) { in tryEmitFusedAutoreleaseOfResult() local

12