Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc78 auto bitcast = parent->AddInstruction(HloInstruction::CreateReshape( in Run() local
Ddfs_hlo_visitor_with_default.h173 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast()
Dhlo_alias_analysis_test.cc1011 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
1031 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
Dcopy_insertion_test.cc238 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
Dalgebraic_simplifier.cc474 auto bitcast = computation_->AddInstruction(HloInstruction::CreateUnary( in ReplaceWithBitcast() local
603 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
618 HloInstruction* bitcast) { in HandleBitcastConvert()
Dtuple_points_to_analysis.cc264 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dhlo_dataflow_analysis.cc306 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet()
Dhlo_verifier.cc463 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dtuple_points_to_analysis_test.cc542 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
Dhlo_evaluator.cc382 Status HloEvaluator::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
Dhlo_dataflow_analysis_test.cc1108 auto bitcast = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_P() local
Dbuffer_assignment_test.cc1496 auto bitcast = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1314 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/
Dir_emitter.cc85 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c179 LLVMValueRef bitcast(struct lp_build_tgsi_context *bld_base, 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
DCGObjC.cpp2492 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) { in emitARCOperationAfterCall() local
DCodeGenModule.cpp2742 if (auto *bitcast = dyn_cast<llvm::ConstantExpr>(user)) { in replaceUsesOfNonProtoConstant() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp866 …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/
Dir_emitter.cc167 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1255 NodeDef* bitcast; in TrySimplify() local