Home
last modified time | relevance | path

Searched refs:ElementIndex (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h54 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 DWasmObjectFile.cpp53 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 DHTMLLogger.cpp174 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 DWasmYAML.cpp517 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 DWasmEmitter.cpp214 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 DWasmDumper.cpp236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h477 uint32_t ElementIndex; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2279 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 DWasmYAML.h167 uint32_t ElementIndex; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1150 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 DCompiler.cpp1891 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 DSemaInit.cpp3352 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 DAArch64TargetTransformInfo.cpp6052 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local
6054 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64()
6055 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()