Home
last modified time | relevance | path

Searched refs:DELEGATE (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/include/llvm/IR/
DInstVisitor.h30 #define DELEGATE(CLASS_TO_VISIT) \ macro
159 DELEGATE(CLASS); \
166 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);} in visitReturnInst()
167 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);} in visitBranchInst()
168 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);} in visitSwitchInst()
169 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);} in visitIndirectBrInst()
170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} in visitResumeInst()
171 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);} in visitUnreachableInst()
172 RetTy visitCleanupReturnInst(CleanupReturnInst &I) { DELEGATE(TerminatorInst);} in visitCleanupReturnInst()
173 RetTy visitCatchReturnInst(CatchReturnInst &I) { DELEGATE(TerminatorInst); } in visitCatchReturnInst()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h29 #define DELEGATE(CLASS_TO_VISIT) \ macro
161 DELEGATE(CLASS); \
168 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} in visitICmpInst()
169 RetTy visitFCmpInst(FCmpInst &I) { DELEGATE(CmpInst);} in visitFCmpInst()
170 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst()
171 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst()
172 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);} in visitStoreInst()
173 RetTy visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { DELEGATE(Instruction);} in visitAtomicCmpXchgInst()
174 RetTy visitAtomicRMWInst(AtomicRMWInst &I) { DELEGATE(Instruction);} in visitAtomicRMWInst()
175 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);} in visitFenceInst()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
89 DELEGATE(capabilities_); in ForEachInst()
90 DELEGATE(extensions_); in ForEachInst()
91 DELEGATE(ext_inst_imports_); in ForEachInst()
95 DELEGATE(entry_points_); in ForEachInst()
96 DELEGATE(execution_modes_); in ForEachInst()
97 DELEGATE(debugs1_); in ForEachInst()
98 DELEGATE(debugs2_); in ForEachInst()
99 DELEGATE(debugs3_); in ForEachInst()
100 DELEGATE(ext_inst_debuginfo_); in ForEachInst()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
89 DELEGATE(capabilities_); in ForEachInst()
90 DELEGATE(extensions_); in ForEachInst()
91 DELEGATE(ext_inst_imports_); in ForEachInst()
95 DELEGATE(entry_points_); in ForEachInst()
96 DELEGATE(execution_modes_); in ForEachInst()
97 DELEGATE(debugs1_); in ForEachInst()
98 DELEGATE(debugs2_); in ForEachInst()
99 DELEGATE(debugs3_); in ForEachInst()
100 DELEGATE(ext_inst_debuginfo_); in ForEachInst()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
89 DELEGATE(capabilities_); in ForEachInst()
90 DELEGATE(extensions_); in ForEachInst()
91 DELEGATE(ext_inst_imports_); in ForEachInst()
95 DELEGATE(entry_points_); in ForEachInst()
96 DELEGATE(execution_modes_); in ForEachInst()
97 DELEGATE(debugs1_); in ForEachInst()
98 DELEGATE(debugs2_); in ForEachInst()
99 DELEGATE(debugs3_); in ForEachInst()
100 DELEGATE(ext_inst_debuginfo_); in ForEachInst()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java105 static final DiscreteDomain<Integer> DELEGATE = DiscreteDomain.integers(); field in DiscreteDomainTest.MyIntegerDomain
109 return DELEGATE.next(value); in next()
114 return DELEGATE.previous(value); in previous()
121 return DELEGATE.distance(start, end); in distance()
126 return DELEGATE.minValue(); in minValue()
131 return DELEGATE.maxValue(); in maxValue()
/external/guava/android/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java105 static final DiscreteDomain<Integer> DELEGATE = DiscreteDomain.integers(); field in DiscreteDomainTest.MyIntegerDomain
109 return DELEGATE.next(value); in next()
114 return DELEGATE.previous(value); in previous()
121 return DELEGATE.distance(start, end); in distance()
126 return DELEGATE.minValue(); in minValue()
131 return DELEGATE.maxValue(); in maxValue()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DSetMultibindingValidator.java19 import static dagger.spi.model.BindingKind.DELEGATE;
61 if (dep.kind().equals(DELEGATE)) { in checkForDuplicateSetContributions()
94 if (delegate.kind().equals(DELEGATE)) { in dereferenceDelegateBinding()
DIncompatiblyScopedBindingsValidator.java134 case DELEGATE: in report()
/external/dagger2/java/dagger/internal/codegen/writing/
DFrameworkInstanceKind.java19 import static dagger.spi.model.BindingKind.DELEGATE;
64 case DELEGATE: in usesSwitchingProvider()
DProvisionBindingRepresentation.java20 import static dagger.spi.model.BindingKind.DELEGATE;
135 if (binding.kind().equals(DELEGATE)) { in needsCaching()
DFrameworkInstanceBindingRepresentation.java22 import static dagger.spi.model.BindingKind.DELEGATE;
66 binding.kind().equals(DELEGATE) && !needsCaching(binding, graph) in FrameworkInstanceBindingRepresentation()
DDelegateRequestRepresentation.java26 import static dagger.spi.model.BindingKind.DELEGATE;
71 checkArgument(bindsBinding.kind().equals(DELEGATE)); in isBindsScopeStrongerThanDependencyScope()
DUnscopedDirectInstanceRequestRepresentationFactory.java86 case DELEGATE: in create()
DDerivedFromFrameworkInstanceRequestRepresentation.java88 return binding.kind().equals(BindingKind.DELEGATE) in requiresTypeCast()
DUnscopedFrameworkInstanceCreationExpressionFactory.java142 case DELEGATE: in create()
DDirectInstanceBindingRepresentation.java159 case DELEGATE: in requiresMethodEncapsulation()
DExperimentalSwitchingProviderDependencyRepresentation.java102 return binding.kind().equals(BindingKind.DELEGATE) in isDelegateSetValuesBinding()
DFactoryGenerator.java122 if (binding.kind() == BindingKind.DELEGATE) { in topLevelTypes()
357 case DELEGATE: in of()
/external/armnn/scripts/
Dbuild_android_ndk_guide.sh51 DELEGATE=1
73 d) DELEGATE=$OPTARG;;
301 if [[ $DELEGATE == 1 ]]; then
366 if [[ $DELEGATE == 1 ]]; then
401 if [[ $DELEGATE == 1 ]]; then
432 if [[ $DELEGATE == 1 || $TFLITE_PARSER ]]; then
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsDeepStubs.java166 return LazyHolder.DELEGATE; in delegate()
171 private static final ReturnsEmptyValues DELEGATE = new ReturnsEmptyValues(); field in ReturnsDeepStubs.LazyHolder
/external/kotlinpoet/interop/ksp/src/main/kotlin/com/squareup/kotlinpoet/ksp/
DAnnotations.kt59 AnnotationUseSiteTarget.DELEGATE -> UseSiteTarget.DELEGATE
/external/dagger2/java/dagger/model/
DBindingKind.java106 DELEGATE, enumConstant
/external/dagger2/java/dagger/spi/model/
DBindingKind.java106 DELEGATE, enumConstant
/external/curl/docs/cmdline-opts/
Ddelegation.d19 Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos

12