/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 263 ElementList Elements; 279 const_cast<SparseBitVector<ElementSize> *>(this)->Elements.begin(); 281 const_cast<SparseBitVector<ElementSize> *>(this)->Elements.end(); 283 if (Elements.empty()) { 340 if (BitVector->Elements.empty()) { 344 Iter = BitVector->Elements.begin(); 372 if (Iter == BitVector->Elements.end()) { 398 Iter = BitVector->Elements.begin(); in SparseBitVectorIterator() 443 SparseBitVector() : Elements(), CurrElementIter(Elements [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_constants_test.cc | 40 ASSERT_EQ(sem->ConstantValue().Elements().size(), 1u); in TEST_F() 41 EXPECT_EQ(sem->ConstantValue().Elements()[0].i32, 99); in TEST_F() 55 ASSERT_EQ(sem->ConstantValue().Elements().size(), 1u); in TEST_F() 56 EXPECT_EQ(sem->ConstantValue().Elements()[0].u32, 99u); in TEST_F() 70 ASSERT_EQ(sem->ConstantValue().Elements().size(), 1u); in TEST_F() 71 EXPECT_EQ(sem->ConstantValue().Elements()[0].f32, 9.9f); in TEST_F() 85 ASSERT_EQ(sem->ConstantValue().Elements().size(), 1u); in TEST_F() 86 EXPECT_EQ(sem->ConstantValue().Elements()[0].bool_, true); in TEST_F() 102 ASSERT_EQ(sem->ConstantValue().Elements().size(), 3u); in TEST_F() 103 EXPECT_EQ(sem->ConstantValue().Elements()[ in TEST_F() [all...] |
H A D | resolver_constants.cc | 98 elems.insert(elems.end(), cast.Elements().begin(), cast.Elements().end()); in EvaluateConstantValue() 118 for (size_t i = 0; i < value.Elements().size(); ++i) { in ConstantCast()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglarray.c | 50 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0])); in _eglGrowArray() 57 array->Elements = elems; in _eglGrowArray() 95 free_cb(array->Elements[i]); in _eglDestroyArray() 97 free(array->Elements); in _eglDestroyArray() 111 array->Elements[array->Size++] = elem; in _eglAppendArray() 122 free_cb(array->Elements[i]); in _eglEraseArray() 124 memmove(&array->Elements[i], &array->Elements[i + 1], in _eglEraseArray() 125 (array->Size - i - 1) * sizeof(array->Elements[ in _eglEraseArray() [all...] |
H A D | eglarray.h | 46 void **Elements; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute() argument 122 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements"); in distribute() 123 assert(Position <= Elements && "Invalid position"); in distribute() 128 const unsigned PerNode = (Elements + Grow) / Nodes; in distribute() 129 const unsigned Extra = (Elements + Grow) % Nodes; in distribute() 137 assert(Sum == Elements + Grow && "Bad distribution sum"); in distribute() 152 assert(Sum == Elements && "Bad distribution sum"); in distribute()
|
H A D | JSON.cpp | 91 Array::Array(std::initializer_list<Value> Elements) { in Array() argument 92 V.reserve(Elements.size()); in Array() 93 for (const Value &V : Elements) { in Array() 99 Value::Value(std::initializer_list<Value> Elements) in Value() argument 100 : Value(json::Array(Elements)) {} in Value() 522 std::vector<const Object::value_type *> Elements; in sortedElements() local 524 Elements.push_back(&E); in sortedElements() 525 llvm::sort(Elements, in sortedElements() 529 return Elements; in sortedElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 139 Elements(1, BucketElement(I)) {} in Bucket() 142 SmallVector<BucketElement, 16> Elements; member 318 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate() 382 for (unsigned j = 0, je = BucketChain.Elements.size(); j != je; ++j) { in prepareBaseForDispFormChain() 383 if (!BucketChain.Elements[j].Offset) in prepareBaseForDispFormChain() 387 BucketChain.Elements[j].Offset->getAPInt().urem(Form); in prepareBaseForDispFormChain() 427 BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first].Offset; in prepareBaseForDispFormChain() 429 for (auto &E : BucketChain.Elements) { in prepareBaseForDispFormChain() 436 std::swap(BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first], in prepareBaseForDispFormChain() 437 BucketChain.Elements[ in prepareBaseForDispFormChain() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument 380 NumContainedTys = Elements.size(); in setBody() 382 if (Elements.empty()) { in setBody() 387 ContainedTys = Elements.copy(getContext().pImpl->Alloc).data(); in setBody() 452 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() argument 455 ST->setBody(Elements, isPacked); in create() 459 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() argument 460 return create(Context, Elements, StringRef()); in create() 467 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() argument 469 assert(!Elements in create() 474 create(ArrayRef<Type*> Elements) create() argument [all...] |
H A D | DebugInfoMetadata.cpp | 391 Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, in getImpl() 399 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang, in getImpl() 402 Elements, VTableHolder, TemplateParams, Identifier, in getImpl() 413 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in buildODRType() 422 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang, in buildODRType() 434 Elements, VTableHolder, TemplateParams, &Identifier, in buildODRType() 448 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in getODRType() 457 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang, VTableHolder, in getODRType() 827 ArrayRef<uint64_t> Elements, in getImpl() 829 DEFINE_GETIMPL_LOOKUP(DIExpression, (Elements)); in getImpl() 387 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, MDString *Identifier, Metadata *Discriminator, StorageType Storage, bool ShouldCreate) getImpl() argument 409 buildODRType( LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, Metadata *Discriminator) buildODRType() argument 444 getODRType( LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, Metadata *Discriminator) getODRType() argument 826 getImpl(LLVMContext &Context, ArrayRef<uint64_t> Elements, StorageType Storage, bool ShouldCreate) getImpl() argument 1256 getImpl(LLVMContext &Context, unsigned MIType, unsigned Line, Metadata *File, Metadata *Elements, StorageType Storage, bool ShouldCreate) getImpl() argument [all...] |
H A D | DIBuilder.cpp | 448 DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, in createClassType() 456 OffsetInBits, Flags, Elements, 0, VTableHolder, in createClassType() 465 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, in createStructType() 470 Flags, Elements, RunTimeLang, VTableHolder, nullptr, UniqueIdentifier); in createStructType() 478 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) { in createUnionType() 482 Elements, RunTimeLang, nullptr, nullptr, UniqueIdentifier); in createUnionType() 490 DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) { in createVariantPart() 494 Elements, 0, nullptr, nullptr, UniqueIdentifier, Discriminator); in createVariantPart() 507 uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, in createEnumerationType() 512 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, in createEnumerationType() 445 createClassType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) createClassType() argument 462 createStructType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, DIType *VTableHolder, StringRef UniqueIdentifier) createStructType() argument 475 createUnionType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) createUnionType() argument 487 createVariantPart( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) createVariantPart() argument 505 createEnumerationType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) createEnumerationType() argument 604 getOrCreateArray(ArrayRef<Metadata *> Elements) getOrCreateArray() argument 609 getOrCreateMacroArray(ArrayRef<Metadata *> Elements) getOrCreateMacroArray() argument 613 getOrCreateTypeArray(ArrayRef<Metadata *> Elements) getOrCreateTypeArray() argument 1003 replaceArrays(DICompositeType *&T, DINodeArray Elements, DINodeArray TParams) replaceArrays() argument [all...] |
H A D | LLVMContextImpl.h | 506 Metadata *Elements; member 516 Metadata *Elements, unsigned RuntimeLang, in MDNodeKeyImpl() 521 AlignInBits(AlignInBits), Flags(Flags), Elements(Elements), in MDNodeKeyImpl() 530 Flags(N->getFlags()), Elements(N->getRawElements()), in MDNodeKeyImpl() 543 Elements == RHS->getRawElements() && in isKeyOf() 556 return hash_combine(Name, File, Line, BaseType, Scope, Elements, in getHashValue() 1002 ArrayRef<uint64_t> Elements; member 1004 MDNodeKeyImpl(ArrayRef<uint64_t> Elements) : Elements(Element 1118 Metadata *Elements; global() member [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout.h | 326 template <class Elements, class SizeSeq, class OffsetSeq> 331 // `Elements...` contains all template arguments of `Layout` that created this 338 // `Min(sizeof...(Elements), NumSizes + 1)` (the number of arrays for which we 340 template <class... Elements, size_t... SizeSeq, size_t... OffsetSeq> 341 class LayoutImpl<std::tuple<Elements...>, absl::index_sequence<SizeSeq...>, 344 static_assert(sizeof...(Elements) > 0, "At least one field is required"); 345 static_assert(absl::conjunction<IsLegalElementType<Elements>...>::value, 349 NumTypes = sizeof...(Elements), 359 // Returns the index of `T` in `Elements...`. Results in a compilation error 360 // if `Elements [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 167 DINodeArray Elements = ETy->getElements(); in completeType() local 168 for (const auto Element : Elements) { in completeType() 234 const DINodeArray Elements = STy->getElements(); in completeType() local 235 for (const auto *Element : Elements) { in completeType() 282 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local 283 auto RetType = Elements[0]; in completeType() 289 for (unsigned I = 1, N = Elements.size(); I < N; ++I) { in completeType() 291 auto Element = Elements[I]; in completeType() 426 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local 427 uint32_t VLen = Elements in visitSubroutineType() 450 const DINodeArray Elements = CTy->getElements(); visitStructType() local 482 DINodeArray Elements = CTy->getElements(); visitArrayType() local 515 DINodeArray Elements = CTy->getElements(); visitEnumType() local 640 const DINodeArray Elements = CTy->getElements(); visitMapDefType() local [all...] |
/third_party/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 219 // Elements of left_ and right_ are either kUnused or mutually 292 *os << "has " << Elements(1) << " and that element "; in DescribeToImpl() 296 *os << "has " << Elements(matcher_describers_.size()) in DescribeToImpl() 333 *os << "doesn't have " << Elements(1) << ", or has " << Elements(1) in DescribeNegationToImpl() 338 *os << "doesn't have " << Elements(matcher_describers_.size()) in DescribeNegationToImpl() 384 *listener << "which has " << Elements(matrix.LhsSize()); in VerifyMatchMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 225 static StructType *create(ArrayRef<Type *> Elements, StringRef Name, 227 static StructType *create(ArrayRef<Type *> Elements); 228 static StructType *create(LLVMContext &Context, ArrayRef<Type *> Elements, 230 static StructType *create(LLVMContext &Context, ArrayRef<Type *> Elements); 234 static StructType *get(LLVMContext &Context, ArrayRef<Type*> Elements, 271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 369 /// \param Elements class members. 379 DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, 391 /// \param Elements Struct elements. 397 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang = 0, 408 /// \param Elements Union elements. 415 DINodeArray Elements, 430 /// \param Elements Variant elements. 437 DINodeArray Elements, 503 /// \param Elements Enumeration elements. 509 uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, [all...] |
H A D | DerivedTypes.h | 263 static StructType *create(ArrayRef<Type *> Elements, StringRef Name, 265 static StructType *create(ArrayRef<Type *> Elements); 266 static StructType *create(LLVMContext &Context, ArrayRef<Type *> Elements, 268 static StructType *create(LLVMContext &Context, ArrayRef<Type *> Elements); 279 static StructType *get(LLVMContext &Context, ArrayRef<Type*> Elements, 324 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
|
H A D | DebugInfoMetadata.h | 919 DINodeArray Elements, unsigned RuntimeLang, DIType *VTableHolder, in getImpl() 925 BaseType, SizeInBits, AlignInBits, OffsetInBits, Flags, Elements.get(), in getImpl() 933 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, 951 DINodeArray Elements, unsigned RuntimeLang, 957 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang, 963 uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, 969 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang, 985 uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, 1004 uint64_t OffsetInBits, DIFlags Flags, Metadata *Elements, 1035 void replaceElements(DINodeArray Elements) { in replaceElements() argument 916 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, unsigned Line, DIScope *Scope, DIType *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, DINodeArray Elements, unsigned RuntimeLang, DIType *VTableHolder, DITemplateParameterArray TemplateParams, StringRef Identifier, DIDerivedType *Discriminator, StorageType Storage, bool ShouldCreate = true) getImpl() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | debug_output.c | 60 struct list_head Elements; member 253 list_inithead(&ns->Elements); in debug_namespace_init() 264 list_for_each_entry_safe(struct gl_debug_element, elem, &ns->Elements, link) in debug_namespace_clear() 274 list_inithead(&dst->Elements); in debug_namespace_copy() 275 list_for_each_entry(struct gl_debug_element, elem, &src->Elements, link) { in debug_namespace_copy() 286 list_addtail(©->link, &dst->Elements); in debug_namespace_copy() 304 list_for_each_entry(struct gl_debug_element, tmp, &ns->Elements, link) { in debug_namespace_set() 326 list_addtail(&elem->link, &ns->Elements); in debug_namespace_set() 350 list_inithead(&ns->Elements); in debug_namespace_set_all() 359 list_for_each_entry_safe(struct gl_debug_element, elem, &ns->Elements, in debug_namespace_set_all() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 244 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() argument 250 for (auto it=Elements.begin() ; it != Elements.end(); ++it) { in checkOverlappingElement() 261 if (nt != Elements.end()) { in checkOverlappingElement() 264 Elements.insert(nt, {Offset, Size, Name}); in checkOverlappingElement() 269 Elements.push_back({Offset, Size, Name}); in checkOverlappingElement() 281 std::list<MachOElement> &Elements) { in parseSegmentLoadCommand() 358 if (Error Err = checkOverlappingElement(Elements, s.offset, s.size, in parseSegmentLoadCommand() 374 if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc * in parseSegmentLoadCommand() 405 std::list<MachOElement> &Elements) { in checkSymtabCommand() 277 parseSegmentLoadCommand( const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment, uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders, std::list<MachOElement> &Elements) parseSegmentLoadCommand() argument 401 checkSymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **SymtabLoadCmd, std::list<MachOElement> &Elements) checkSymtabCommand() argument 459 checkDysymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **DysymtabLoadCmd, std::list<MachOElement> &Elements) checkDysymtabCommand() argument 592 checkLinkeditDataCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements, const char *ElementName) checkLinkeditDataCommand() argument 630 checkDyldInfoCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements) checkDyldInfoCommand() argument 825 checkNoteCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, std::list<MachOElement> &Elements) checkNoteCommand() argument 1191 checkTwoLevelHintsCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, std::list<MachOElement> &Elements) checkTwoLevelHintsCommand() argument 1288 std::list<MachOElement> Elements; MachOObjectFile() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 851 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE() local 852 if (Elements.size()) in constructTypeDIE() 853 if (auto RTy = Elements[0]) in constructTypeDIE() 857 if (Elements.size() == 2 && !Elements[1]) in constructTypeDIE() 860 constructSubprogramArguments(Buffer, Elements); in constructTypeDIE() 915 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() local 916 for (const auto *Element : Elements) { in constructTypeDIE() 1379 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded() local 1380 assert(Elements in hasVectorBeenPadded() 1410 DINodeArray Elements = CTy->getElements(); constructArrayTypeDIE() local 1432 DINodeArray Elements = CTy->getElements(); constructEnumTypeDIE() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 70 SmallVector<Constant *, 8> Elements(MaxThreads); in createLoweredInitializer() 72 Elements[i] = OriginalInitializer; in createLoweredInitializer() 74 return ConstantArray::get(NewType, Elements); in createLoweredInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1956 /// filling in Elements with the elements found here. 1958 SmallVectorImpl<Value *> &Elements, in collectInsertionElements() 1976 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 1979 if (Elements[ElementIndex]) in collectInsertionElements() 1982 Elements[ElementIndex] = V; in collectInsertionElements() 1995 Shift, Elements, VecEltTy, isBigEndian); in collectInsertionElements() 2010 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements() 2024 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 2031 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltTy, in collectInsertionElements() 2034 return collectInsertionElements(I->getOperand(0), Shift, Elements, VecEltT in collectInsertionElements() 1957 collectInsertionElements(Value *V, unsigned Shift, SmallVectorImpl<Value *> &Elements, Type *VecEltTy, bool isBigEndian) collectInsertionElements() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 591 * \param Elements Enumeration elements. 598 uint64_t SizeInBits, uint32_t AlignInBits, LLVMMetadataRef *Elements, 612 * \param Elements Union elements. 622 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, 708 * \param Elements Struct elements. 719 LLVMMetadataRef DerivedFrom, LLVMMetadataRef *Elements, 978 * \param Elements Class members. 993 LLVMMetadataRef *Elements, unsigned NumElements,
|