/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | SideEffectInterfaceBase.td | 54 "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/ |
D | TestSideEffects.cpp | 24 op.getEffects(effects); in runOnOperation() 56 op.getEffects(testEffects); in runOnOperation()
|
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | NativeInterface.kt | 29 effectDescriptionMap = getEffects() 91 private external fun getEffects(): Array<EffectDescription> method
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | op-side-effects.td | 26 // CHECK: void SideEffectOpA::getEffects 36 // CHECK: void SideEffectOpB::getEffects
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | SideEffects.h | 47 Operator::var_decorator_range getEffects() const;
|
/external/skqp/tools/lua/ |
D | count_effects.lua | 38 count_fields(t.paint:getEffects())
|
/external/llvm-project/mlir/lib/TableGen/ |
D | SideEffects.cpp | 47 Operator::var_decorator_range SideEffectTrait::getEffects() const { in getEffects() function in SideEffectTrait
|
/external/llvm-project/mlir/lib/Interfaces/ |
D | SideEffectInterfaces.cpp | 64 effectInterface.getEffects(effects); in wouldOpBeTriviallyDeadImpl()
|
/external/skqp/src/core/ |
D | SkTypeface_remote.cpp | 95 auto desc = SkScalerContext::DescriptorGivenRecAndEffects(this->getRec(), this->getEffects()); in generatePath()
|
D | SkScalerContext.h | 348 SkScalerContextEffects getEffects() const { in getEffects() function
|
/external/llvm-project/mlir/lib/Transforms/ |
D | BufferUtils.cpp | 80 opInterface.getEffects(effects); in build()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 380 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/ |
D | SkScalerContext.h | 344 SkScalerContextEffects getEffects() const { in getEffects() function
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestDialect.cpp | 726 void SideEffectOp::getEffects( in getEffects() function in SideEffectOp 762 void SideEffectOp::getEffects( in getEffects() function in SideEffectOp
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | side_effect_analysis.cc | 116 interface.getEffects(effects); in GetResourceInfoForOp()
|
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/ |
D | passes.cc | 66 mem_effects_interface.getEffects(effects); in HasEffectsOnValue()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpDefinitionsGen.cpp | 1672 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/ |
D | tf_ops_n_z.cc | 2078 void TPUExecuteOp::getEffects( in getEffects() function in mlir::TF::TPUExecuteOp 2144 void TPUExecuteAndUpdateVariablesOp::getEffects( in getEffects() function in mlir::TF::TPUExecuteAndUpdateVariablesOp
|