Home
last modified time | relevance | path

Searched refs:removeAttr (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/mlir/lib/IR/
DFunctionSupport.cpp53 op->removeAttr(getArgAttrName(i, nameBuf)); in eraseFunctionArguments()
63 op->removeAttr(nameAttr); in eraseFunctionArguments()
89 op->removeAttr(getResultAttrName(i, nameBuf)); in eraseFunctionResults()
99 op->removeAttr(nameAttr); in eraseFunctionResults()
/external/llvm/include/llvm/IR/
DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr() function
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind)); in removeAttr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr() function
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind)); in removeAttr()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doutside_compiled_to_host_launch.cc76 host_op->removeAttr(Identifier::get(kXlaOutsideCompilationAttr, context)); in WrapOpInLaunch()
77 host_op->removeAttr(Identifier::get(kDeviceAttr, context)); in WrapOpInLaunch()
Ddrop_while_shape_invariant.cc38 op->removeAttr(kShapeInvariantAttr); in runOnFunction()
Dtpu_cluster_cleanup_attributes.cc42 op->removeAttr(attr); in runOnOperation()
Dtpu_cluster_formation.cc275 inner_op->removeAttr(kTPUReplicateAttr); in CreateClusterOp()
276 inner_op->removeAttr(kDeviceAttr); in CreateClusterOp()
585 cluster.removeAttr(kNumReplicasAttr); in FormClustersInBlock()
Dtpu_update_embedding_enqueue_op_inputs.cc59 op->removeAttr(kTPUEmbeddingAttr); in ExtractEmbeddingAttribute()
Dtpu_extract_head_tail_outside_compilation.cc186 head_outside_compiled_op->removeAttr(kXlaOutsideCompilationAttr); in CreateHeadComputation()
294 tail_outside_compiled_op->removeAttr(kXlaOutsideCompilationAttr); in CreateTailComputation()
Dcluster_formation.cc149 op->removeAttr(builder->getIdentifier("device")); in BuildLaunchForCluster()
Doptimize_global_tensors.cc234 global_tensor.removeAttr("is_mutable"); in MarkGlobalTensorsImmutable()
Dtpu_extract_outside_compilation.cc306 op.removeAttr(Identifier::get(kDeviceAttr, op.getContext())); in MoveOpsToHost()
413 op->removeAttr( in RemoveOutsideCompilation()
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h549 concreteOp->removeAttr(getArgAttrName(i, nameBuf)); in setType()
551 concreteOp->removeAttr(getResultAttrName(i, nameBuf)); in setType()
568 return (void)static_cast<ConcreteType *>(this)->removeAttr(nameOut); in setArgAttrs()
579 this->getOperation()->removeAttr(getArgAttrName(index, nameOut)); in setArgAttrs()
629 return (void)this->getOperation()->removeAttr(nameOut); in setResultAttrs()
640 this->getOperation()->removeAttr(getResultAttrName(index, nameOut)); in setResultAttrs()
DOperation.h352 MutableDictionaryAttr::RemoveResult removeAttr(Identifier name) { in removeAttr() function
355 MutableDictionaryAttr::RemoveResult removeAttr(StringRef name) { in removeAttr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h127 void removeAttr(Attribute::AttrKind Kind);
/external/llvm-project/llvm/include/llvm/IR/
DArgument.h153 void removeAttr(Attribute::AttrKind Kind);
/external/eigen/doc/
Deigen_navtree_hacks.js122 $('.item').removeAttr('id');
129 $('.item').removeAttr('id');
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DCodegenStrategy.cpp95 op.removeAttr(LinalgTransforms::kLinalgTransformMarker); in transform()
/external/llvm-project/mlir/test/lib/Transforms/
DTestConvVectorization.cpp122 op.removeAttr(linalg::LinalgTransforms::kLinalgTransformMarker); in runOnOperation()
DTestLinalgTransforms.cpp215 op.removeAttr(LinalgTransforms::kLinalgTransformMarker); in applyPatterns()
494 op.removeAttr(LinalgTransforms::kLinalgTransformMarker); in runOnFunction()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js16 $("#apiLevelSelector").removeAttr("disabled");
92 else obj.removeClass("absent").removeAttr("title");
/external/doclava/res/assets/templates-sdk/assets/design/
Ddefault.js142 $target.removeAttr('title');
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp256 arg.removeAttr(llvm::Attribute::ByVal); in fixupRSAllocationStructByValCalls()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp676 A->removeAttr(Attribute::WriteOnly); in addReadAttr()
677 A->removeAttr(Attribute::ReadOnly); in addReadAttr()
678 A->removeAttr(Attribute::ReadNone); in addReadAttr()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
DLowerABIAttributesPass.cpp142 funcOp.removeAttr(entryPointAttrName); in lowerEntryPointABIAttr()

123