| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 54 unsigned ElementIndex; 58 ElementIndex = ~0U; in SparseBitVectorElement() 64 ElementIndex = Idx; in SparseBitVectorElement() 70 if (ElementIndex != RHS.ElementIndex) 89 return ElementIndex; in index() 272 ElementListIter FindLowerBoundImpl(unsigned ElementIndex) const { in FindLowerBoundImpl() argument 296 if (CurrElementIter->index() == ElementIndex) { in FindLowerBoundImpl() 298 } else if (CurrElementIter->index() > ElementIndex) { in FindLowerBoundImpl() 300 && ElementIter->index() > ElementIndex) in FindLowerBoundImpl() 310 FindLowerBoundConst(unsigned ElementIndex) FindLowerBoundConst() argument 313 FindLowerBound(unsigned ElementIndex) FindLowerBound() argument 476 unsigned ElementIndex = Idx / ElementSize; test() local 491 unsigned ElementIndex = Idx / ElementSize; reset() local 509 unsigned ElementIndex = Idx / ElementSize; set() local [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 53 Out << ", ElemIndex=" << Info.ElementIndex; in print() 735 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 736 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 737 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 742 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() 748 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 761 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 762 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 763 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 772 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 174 unsigned ElementIndex; member in clang::dataflow::__anon109acdc30111::HTMLLogger 241 ElementIndex = 0; in enterBlock() 244 ++ElementIndex; in enterElement() 271 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState() 275 JOS.attribute("element", ElementIndex); in recordState() 278 if (ElementIndex > 0) { in recordState() 280 Iters.back().Block->Elements[ElementIndex - 1].getAs<CFGStmt>(); in recordState()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 517 IO.mapRequired("Function", Info.ElementIndex); in mapping() 519 IO.mapRequired("Global", Info.ElementIndex); in mapping() 521 IO.mapRequired("Table", Info.ElementIndex); in mapping() 523 IO.mapRequired("Tag", Info.ElementIndex); in mapping() 533 IO.mapRequired("Section", Info.ElementIndex); in mapping()
|
| H A D | WasmEmitter.cpp | 214 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent() 228 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 477 uint32_t ElementIndex; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 2279 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 2281 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 2284 if (Elements[ElementIndex]) in collectInsertionElements() 2287 Elements[ElementIndex] = V; in collectInsertionElements()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 167 uint32_t ElementIndex; member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1150 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection() 1165 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1809 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 1891 unsigned ElementIndex = 0; in visitInitList() local 1907 if (!EmbedS->doForEachDataElement(Eval, ElementIndex)) in visitInitList() 1910 if (!this->visitArrayElemInit(ElementIndex, Init, InitT)) in visitInitList() 1912 ++ElementIndex; in visitInitList() 1919 for (; ElementIndex != NumElems; ++ElementIndex) { in visitInitList() 1920 if (!this->visitArrayElemInit(ElementIndex, ArrayFiller, InitT)) in visitInitList()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 3352 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local 3363 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer() 3366 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer() 3373 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() 3381 StructuredIndex = ElementIndex; in CheckDesignatedInitializer() 3392 StructuredList, ElementIndex); in CheckDesignatedInitializer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 6052 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local 6054 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64() 6055 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()
|