Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 25 of 48) 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 …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h44 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
49 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
53 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
57 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
277 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
280 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
284 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
347 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
408 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp44 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
192 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode
250 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange
254 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl()
257 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
265 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator
274 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType
299 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType
316 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType
399 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, in getImpl() function in DISubroutineType
[all …]
DAttributes.cpp844 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
935 return getImpl(C, AttrVec); in get()
976 return getImpl(C, AttrSets); in get()
986 return getImpl(C, AttrSets); in get()
1028 return getImpl(C, NewAttrSets); in get()
1080 return getImpl(C, AttrSets); in addAttributes()
1100 return getImpl(C, AttrSets); in addParamAttribute()
1113 return getImpl(C, AttrSets); in removeAttribute()
1126 return getImpl(C, AttrSets); in removeAttribute()
1142 return getImpl(C, AttrSets); in removeAttributes()
[all …]
/external/icu/icu4c/source/common/
Dstatic_unicode_sets.cpp36 inline UnicodeSet* getImpl(Key key) { in getImpl() function
49 result->addAll(*getImpl(k1)); in computeUnion()
50 result->addAll(*getImpl(k2)); in computeUnion()
60 result->addAll(*getImpl(k1)); in computeUnion()
61 result->addAll(*getImpl(k2)); in computeUnion()
62 result->addAll(*getImpl(k3)); in computeUnion()
197 return getImpl(key); in get()
/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()
DMalayalamInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in MalayalamInputMethodDescriptor
DTamilInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in TamilInputMethodDescriptor
DKannadaInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in KannadaInputMethodDescriptor
DTeluguInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in TeluguInputMethodDescriptor
DGujaratiInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in GujaratiInputMethodDescriptor
DGurmukhiInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { in getImpl() method in GurmukhiInputMethodDescriptor
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerSumType.h88 void *P = is<N>() ? getImpl() : nullptr; in get()
95 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl()); in cast()
109 void *getImpl() const { in getImpl() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1466 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function
1486 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction()
1505 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1555 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1573 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange()
1592 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1611 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge()
1697 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
1717 ValueLatticeElement Result = getImpl(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
1807 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
[all …]
/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;

12