Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp64 void *PassRegistry::getImpl() const { in getImpl() function in PassRegistry
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo()
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo()
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerPass()
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in unregisterPass()
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in enumerateWith()
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup()
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup()
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in addRegistrationListener()
203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in removeRegistrationListener()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h26 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
31 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
35 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
253 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
256 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
260 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
323 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
361 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value,
364 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage,
[all …]
DMetadata.h1062 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1075 return getImpl(Context, MDs, Uniqued);
1078 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1085 return getImpl(Context, MDs, Distinct);
1095 return TempMDTuple(getImpl(Context, MDs, Temporary));
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
161 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode
215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange
221 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator
230 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType
242 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType
257 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType
338 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, in getImpl() function in DISubroutineType
348 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile
358 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit
[all …]
DConstants.cpp893 if (Constant *C = getImpl(Ty, V)) in get()
898 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray
999 if (Constant *C = getImpl(V)) in get()
1005 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector
2344 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
2419 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty); in get()
2424 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty); in get()
2429 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
2434 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty); in get()
2439 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
[all …]
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java56 Object getImpl(); in getImpl() method
72 @Override public Object getImpl() { in newExecutionList() method
90 @Override public Object getImpl() { in newExecutionList() method
108 @Override public Object getImpl() { in newExecutionList() method
126 @Override public Object getImpl() {
144 @Override public Object getImpl() {
192 return list.getImpl();
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicIMDescriptor.java27 protected abstract IndicInputMethodImpl getImpl(); in getImpl() method in IndicIMDescriptor
53 return new IndicInputMethod(locale, getImpl()); in createInputMethod()
DTamilInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in TamilInputMethodDescriptor
DMalayalamInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in MalayalamInputMethodDescriptor
DTeluguInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in TeluguInputMethodDescriptor
DKannadaInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in KannadaInputMethodDescriptor
DGujaratiInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in GujaratiInputMethodDescriptor
DGurmukhiInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { in getImpl() method in GurmukhiInputMethodDescriptor
DOriyaInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { in getImpl() method in OriyaInputMethodDescriptor
DBengaliInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { in getImpl() method in BengaliInputMethodDescriptor
DDevanagariInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { in getImpl() method in DevanagariInputMethodDescriptor
/external/clang/lib/Analysis/
DLiveVariables.cpp111 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
473 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
565 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
/external/llvm/include/llvm/ADT/
DPointerSumType.h87 void *P = is<N>() ? getImpl() : nullptr; in get()
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl()); in cast()
108 void *getImpl() const { in getImpl() function
/external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
DShadowGooglePlayServicesUtilTest.java43 assertNotNull(ShadowGooglePlayServicesUtil.getImpl()); in getImplementation_defaultNotNull()
56 ShadowGooglePlayServicesUtil.getImpl(); in getImplementation_shouldGetSetted()
DShadowGoogleAuthUtilTest.java46 assertNotNull(ShadowGoogleAuthUtil.getImpl()); in getImplementation_defaultNotNull()
58 GoogleAuthUtilImpl googleAuthUtil = ShadowGoogleAuthUtil.getImpl(); in getImplementation_shouldGetSetted()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMultimapsTest.java460 abstract E getImpl(); in getImpl() method in MultimapsTest.CountingSupplier
465 return getImpl(); in get()
470 @Override public Queue<Integer> getImpl() { in getImpl() method in MultimapsTest.QueueSupplier
479 public Set<Integer> getImpl() { in testNewMultimapWithCollectionRejectingNegativeElements()
480 final Set<Integer> backing = super.getImpl(); in testNewMultimapWithCollectionRejectingNegativeElements()
548 @Override public LinkedList<Integer> getImpl() { in getImpl() method in MultimapsTest.ListSupplier
572 @Override public Set<Integer> getImpl() { in getImpl() method in MultimapsTest.SetSupplier
593 @Override public TreeSet<Integer> getImpl() { in getImpl() method in MultimapsTest.SortedSetSupplier
/external/guava/guava-tests/test/com/google/common/collect/
DMultimapsTest.java561 abstract E getImpl(); in getImpl() method in MultimapsTest.CountingSupplier
566 return getImpl(); in get()
571 @Override public Queue<Integer> getImpl() { in getImpl() method in MultimapsTest.QueueSupplier
580 public Set<Integer> getImpl() { in testNewMultimapWithCollectionRejectingNegativeElements()
581 final Set<Integer> backing = super.getImpl(); in testNewMultimapWithCollectionRejectingNegativeElements()
659 @Override public LinkedList<Integer> getImpl() { in getImpl() method in MultimapsTest.ListSupplier
693 @Override public Set<Integer> getImpl() { in getImpl() method in MultimapsTest.SetSupplier
724 @Override public TreeSet<Integer> getImpl() { in getImpl() method in MultimapsTest.SortedSetSupplier
/external/swiftshader/third_party/LLVM/include/llvm/
DPassRegistry.h35 void *getImpl() const;
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp62 Type *getImpl(Type *T);
191 Elements[i] = getImpl(SrcSTy->getElementType(i)); in linkDefinedTypeBodies()
213 Type *Result = getImpl(Ty); in get()
222 Type *TypeMapTy::getImpl(Type *Ty) { in getImpl() function in TypeMapTy
240 ElementTypes[i] = getImpl(Ty->getContainedType(i)); in getImpl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h1087 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1100 return getImpl(Context, MDs, Uniqued);
1104 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1111 return getImpl(Context, MDs, Distinct);
1121 return TempMDTuple(getImpl(Context, MDs, Temporary));

12