/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
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() 270 ElementListIter FindLowerBound(unsigned ElementIndex) { in FindLowerBound() argument 284 if (CurrElementIter->index() == ElementIndex) { in FindLowerBound() 286 } else if (CurrElementIter->index() > ElementIndex) { in FindLowerBound() 288 && ElementIter->index() > ElementIndex) in FindLowerBound() 292 ElementIter->index() < ElementIndex) in FindLowerBound() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SparseBitVector.h | 56 unsigned ElementIndex; 61 ElementIndex = ~0U; 67 ElementIndex = Idx; 73 if (ElementIndex != RHS.ElementIndex) 92 return ElementIndex; 293 ElementListIter FindLowerBound(unsigned ElementIndex) { 307 if (CurrElementIter->index() == ElementIndex) { 309 } else if (CurrElementIter->index() > ElementIndex) { 311 && ElementIter->index() > ElementIndex) 315 ElementIter->index() < ElementIndex) [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 56 unsigned ElementIndex; 61 ElementIndex = ~0U; 67 ElementIndex = Idx; 73 if (ElementIndex != RHS.ElementIndex) 92 return ElementIndex; 278 ElementListIter FindLowerBound(unsigned ElementIndex) { 292 if (CurrElementIter->index() == ElementIndex) { 294 } else if (CurrElementIter->index() > ElementIndex) { 296 && ElementIter->index() > ElementIndex) 300 ElementIter->index() < ElementIndex) [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/index/ |
D | ElementIndex.java | 24 public class ElementIndex implements IIndexUpdate { class 36 public ElementIndex(final ReportOutputFolder baseFolder) { in ElementIndex() method in ElementIndex
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | SessionsPageTest.java | 25 import org.jacoco.report.internal.html.index.ElementIndex; 40 private ElementIndex index; 46 index = new ElementIndex(rootFolder); in setup()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SessionsPage.java | 29 import org.jacoco.report.internal.html.index.ElementIndex; 53 private final ElementIndex index; 73 final ElementIndex index, final ReportPage parent, in SessionsPage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 43 Out << ", ElemIndex=" << Info.ElementIndex; in print() 450 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 451 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 452 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 457 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() 463 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 471 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 472 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 473 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 483 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab() [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
D | HTMLFormatter.java | 33 import org.jacoco.report.internal.html.index.ElementIndex; 61 private ElementIndex index; 192 index = new ElementIndex(root); in createVisitor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 107 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection() 110 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1470 static bool CollectInsertionElements(Value *V, unsigned ElementIndex, in CollectInsertionElements() argument 1485 if (ElementIndex >= Elements.size() || Elements[ElementIndex] != 0) in CollectInsertionElements() 1488 Elements[ElementIndex] = V; in CollectInsertionElements() 1501 ElementIndex, Elements, VecEltTy); in CollectInsertionElements() 1515 if (!CollectInsertionElements(Piece, ElementIndex+i, Elements, VecEltTy)) in CollectInsertionElements() 1528 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1535 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1538 return CollectInsertionElements(I->getOperand(0), ElementIndex, in CollectInsertionElements() 1540 CollectInsertionElements(I->getOperand(1), ElementIndex, in CollectInsertionElements() 1549 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift, in CollectInsertionElements()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 399 IO.mapRequired("Function", Info.ElementIndex); in mapping() 401 IO.mapRequired("Global", Info.ElementIndex); in mapping() 409 IO.mapRequired("Section", Info.ElementIndex); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 155 uint32_t ElementIndex; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 156 encodeULEB128(Info.ElementIndex, SubSection.GetStream()); in writeSectionContent() 169 encodeULEB128(Info.ElementIndex, SubSection.GetStream()); in writeSectionContent()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1650 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 1652 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 1655 if (Elements[ElementIndex]) in collectInsertionElements() 1658 Elements[ElementIndex] = V; in collectInsertionElements()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1877 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 1879 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 1882 if (Elements[ElementIndex]) in collectInsertionElements() 1885 Elements[ElementIndex] = V; in collectInsertionElements()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 947 encodeULEB128(Sym.ElementIndex, W.OS); in writeLinkingMetaDataSection() 961 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1358 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 139 uint32_t ElementIndex; member
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2544 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local 2555 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer() 2558 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer() 2565 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() 2573 StructuredIndex = ElementIndex; in CheckDesignatedInitializer() 2584 StructuredList, ElementIndex); in CheckDesignatedInitializer()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 3244 auto *ElementIndex = llvm::dyn_cast<ConstantInteger32>(Instr->getSrc(1)); 3246 assert(ElementIndex); 3248 unsigned Index = ElementIndex->getValue(); 3908 auto *ElementIndex = llvm::dyn_cast<ConstantInteger32>(Instr->getSrc(2)); 3910 assert(ElementIndex); 3911 unsigned Index = ElementIndex->getValue();
|