Home
last modified time | relevance | path

Searched refs:getEffects (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DSideEffectInterfaceBase.td54 "void", "getEffects",
63 template <typename Effect> void getEffects(
66 getEffects(effects);
75 getEffects(effects);
84 getEffects(effects);
93 getEffects(effects);
109 getEffects(effects);
118 getEffects(effects);
129 getEffects(effects);
/external/llvm-project/mlir/test/lib/IR/
DTestSideEffects.cpp24 op.getEffects(effects); in runOnOperation()
56 op.getEffects(testEffects); in runOnOperation()
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DNativeInterface.kt29 effectDescriptionMap = getEffects()
91 private external fun getEffects(): Array<EffectDescription> method
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-side-effects.td26 // CHECK: void SideEffectOpA::getEffects
36 // CHECK: void SideEffectOpB::getEffects
/external/llvm-project/mlir/include/mlir/TableGen/
DSideEffects.h47 Operator::var_decorator_range getEffects() const;
/external/skqp/tools/lua/
Dcount_effects.lua38 count_fields(t.paint:getEffects())
/external/llvm-project/mlir/lib/TableGen/
DSideEffects.cpp47 Operator::var_decorator_range SideEffectTrait::getEffects() const { in getEffects() function in SideEffectTrait
/external/llvm-project/mlir/lib/Interfaces/
DSideEffectInterfaces.cpp64 effectInterface.getEffects(effects); in wouldOpBeTriviallyDeadImpl()
/external/skqp/src/core/
DSkTypeface_remote.cpp95 auto desc = SkScalerContext::DescriptorGivenRecAndEffects(this->getRec(), this->getEffects()); in generatePath()
DSkScalerContext.h348 SkScalerContextEffects getEffects() const { in getEffects() function
/external/llvm-project/mlir/lib/Transforms/
DBufferUtils.cpp80 opInterface.getEffects(effects); in build()
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp380 void GenericOp::getEffects( in getEffects() function in GenericOp
387 void IndexedGenericOp::getEffects( in getEffects() function in IndexedGenericOp
1154 void FillOp::getEffects( in getEffects() function in FillOp
1169 void CopyOp::getEffects( in getEffects() function in CopyOp
1224 void ConvOp::getEffects( in getEffects() function in ConvOp
1285 void OP_NAME::getEffects( \
/external/skia/src/core/
DSkScalerContext.h344 SkScalerContextEffects getEffects() const { in getEffects() function
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp726 void SideEffectOp::getEffects( in getEffects() function in SideEffectOp
762 void SideEffectOp::getEffects( in getEffects() function in SideEffectOp
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc116 interface.getEffects(effects); in GetResourceInfoForOp()
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dpasses.cc66 mem_effects_interface.getEffects(effects); in HasEffectsOnValue()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1672 for (auto decorator : opTrait->getEffects()) in genSideEffectInterfaceMethods()
1705 auto *getEffects = in genSideEffectInterfaceMethods() local
1707 auto &body = getEffects->body(); in genSideEffectInterfaceMethods()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2078 void TPUExecuteOp::getEffects( in getEffects() function in mlir::TF::TPUExecuteOp
2144 void TPUExecuteAndUpdateVariablesOp::getEffects( in getEffects() function in mlir::TF::TPUExecuteAndUpdateVariablesOp