Home
last modified time | relevance | path

Searched refs:ElementIndex (Results 1 – 14 of 14) 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()
311 return FindLowerBoundImpl(ElementIndex); in FindLowerBoundConst()
314 return FindLowerBoundImpl(ElementIndex); in FindLowerBound()
476 unsigned ElementIndex = Idx / ElementSize; in test() local
482 ElementIter->index() != ElementIndex) in test()
491 unsigned ElementIndex = Idx / ElementSize; in reset() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp111 unsigned ElementIndex);
272 size_t ElementIndex = 0; in mergeModuleStringPool() local
281 replaceUsesWithGEP(GV, PooledGlobal, ElementIndex); in mergeModuleStringPool()
288 ElementIndex++; in mergeModuleStringPool()
298 unsigned ElementIndex) { in replaceUsesWithGEP() argument
301 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)); in replaceUsesWithGEP()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp54 Out << ", ElemIndex=" << Info.ElementIndex; in print()
641 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
667 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
697 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
755 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
763 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
1317 Info.ElementIndex = Ex.Index; in parseExportSection()
1348 Info.ElementIndex = Ex.Index; in parseExportSection()
1354 Info.ElementIndex = Ex.Index; in parseExportSection()
1692 return Sym.Info.ElementIndex; in getWasmSymbolValue()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp171 unsigned ElementIndex; member in clang::dataflow::__anon82c1748b0111::HTMLLogger
234 ElementIndex = 0; in enterBlock()
237 ++ElementIndex; in enterElement()
264 JOS->attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState()
268 JOS->attribute("element", ElementIndex); in recordState()
271 if (ElementIndex > 0) { in recordState()
273 Iters.back().Block->Elements[ElementIndex - 1].getAs<CFGStmt>(); in recordState()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp512 IO.mapRequired("Function", Info.ElementIndex); in mapping()
514 IO.mapRequired("Global", Info.ElementIndex); in mapping()
516 IO.mapRequired("Table", Info.ElementIndex); in mapping()
518 IO.mapRequired("Tag", Info.ElementIndex); in mapping()
528 IO.mapRequired("Section", Info.ElementIndex); in mapping()
H A DWasmEmitter.cpp206 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
220 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h411 uint32_t ElementIndex; member
/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/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2127 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local
2129 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements()
2132 if (Elements[ElementIndex]) in collectInsertionElements()
2135 Elements[ElementIndex] = V; in collectInsertionElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h166 uint32_t ElementIndex; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1176 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection()
1191 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1810 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp861 unsigned ElementIndex = 0; in VisitInitListExpr() local
863 if (!this->visitArrayElemInit(ElementIndex, Init)) in VisitInitListExpr()
865 ++ElementIndex; in VisitInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3131 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local
3142 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer()
3145 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer()
3152 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer()
3160 StructuredIndex = ElementIndex; in CheckDesignatedInitializer()
3171 StructuredList, ElementIndex); in CheckDesignatedInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14925 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local
14927 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64()
14928 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()