/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_index_splitter.cc | 78 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
|
D | dfs_hlo_visitor_with_default.h | 173 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
|
D | hlo_alias_analysis_test.cc | 1011 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 1031 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
|
D | copy_insertion_test.cc | 238 HloInstruction* bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 261 HloInstruction* bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 282 HloInstruction* bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
|
D | algebraic_simplifier.cc | 474 auto bitcast = computation_->AddInstruction(HloInstruction::CreateUnary( in ReplaceWithBitcast() local 603 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() 618 HloInstruction* bitcast) { in HandleBitcastConvert()
|
D | tuple_points_to_analysis.cc | 264 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
D | hlo_dataflow_analysis.cc | 306 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
|
D | hlo_verifier.cc | 463 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
D | tuple_points_to_analysis_test.cc | 542 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
|
D | hlo_evaluator.cc | 382 Status HloEvaluator::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
D | hlo_dataflow_analysis_test.cc | 1108 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_P() local
|
D | buffer_assignment_test.cc | 1496 auto bitcast = builder.AddInstruction( in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 1314 Literal ConvertIfTypesMatch(const LiteralBase& src_literal, bool bitcast) { in ConvertIfTypesMatch() 1334 bool bitcast) { in ConvertIfDestTypeMatches() 1375 bool bitcast) { in ConvertSwitch()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 85 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 179 LLVMValueRef bitcast(struct lp_build_tgsi_context *bld_base, in bitcast() function
|
/external/clang/lib/CodeGen/ |
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
|
D | CGObjC.cpp | 2492 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) { in emitARCOperationAfterCall() local
|
D | CodeGenModule.cpp | 2742 if (auto *bitcast = dyn_cast<llvm::ConstantExpr>(user)) { in replaceUsesOfNonProtoConstant() local
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 866 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local 879 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local 925 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local 937 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 167 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 1255 NodeDef* bitcast; in TrySimplify() local
|