Home
last modified time | relevance | path

Searched refs:getArrayRef (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_outlining.cc109 BuildFunction(live_ins.getArrayRef(), cluster_op, symbol_table, builder); in OutlineCluster()
116 live_ins.getArrayRef(), cluster_op->getAttrs()); in OutlineCluster()
131 BuildFunction(live_ins.getArrayRef(), launch_op, symbol_table, builder); in OutlineLaunch()
138 live_ins.getArrayRef(), launch_op->getAttrs()); in OutlineLaunch()
Dtpu_extract_outside_compilation.cc407 loc, device_output_types, inputs.getArrayRef(), in CreateHostCompute()
478 bool has_dynamic_outputs = HasDynamicOutputs(external_outputs.getArrayRef()); in ReplaceExternalOutputUsage()
531 if (HasDynamicOutputs(external_outputs.getArrayRef())) { in MoveOpsToHost()
532 FuncOp shape_op = BuildFunction(clustered_ops.getArrayRef(), in MoveOpsToHost()
533 external_operands.getArrayRef(), in MoveOpsToHost()
534 external_outputs.getArrayRef(), &builder); in MoveOpsToHost()
541 external_outputs.getArrayRef(), args_communication_key, in MoveOpsToHost()
561 CreateSendFromHostOp(builder, op.getLoc(), external_outputs.getArrayRef(), in MoveOpsToHost()
627 if (ShouldCloseCluster(external_outputs.getArrayRef())) { in MoveOpsToHost()
Dexecutor_tpuv1_outline_tpu_island.cc149 island_op.getLoc(), func_result_types, operands.getArrayRef(), in runOnOperation()
Dtpu_cluster_formation.cc390 unique_replicated_input_ops.getArrayRef(), &replicated_input_ops))) in ReplicateCluster()
580 block, cluster_ops, results, preceding_users.getArrayRef()); in FormClustersInBlock()
Dexecutor_island_coarsening.cc419 merged_island, island_operands_and_results.operands.getArrayRef(), in MergeIslands()
Dcluster_ops_by_policy.cc580 builder.create<tf_device::ReturnOp>(loc, return_values.getArrayRef()); in CreateClusterOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc225 llvm::ArrayRef<Value> implicit_inputs_ref = implicit_inputs.getArrayRef(); in TupleImplicitInputs()
347 ReplaceImplicitInputs(&cond_block, inputs_size, implicit_inputs.getArrayRef(), in LowerWhileRegion()
363 &body_block, inputs_size, implicit_inputs.getArrayRef(), &builder); in LowerWhileRegion()
/external/llvm/include/llvm/ADT/
DSetVector.h62 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc241 extern_values.getArrayRef().drop_front(old_extern_values_size); in OutlineWhile()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp406 llvm::ConstantArray::get(ATy, UsedValuesSet.getArrayRef()), in preserveDiscardableGVs()
/external/llvm/lib/Linker/
DLinkModules.cpp582 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp908 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
921 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
DDIBuilder.cpp109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
116 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h998 return LibFunctions.getArrayRef(); in getLibFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp545 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1227 if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1533 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc2024 compiled_module.operands.getArrayRef()); in OutlineClusterOp()