Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h56 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/
DSparseBitVector.h56 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/
DElementIndex.java24 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/
DSessionsPageTest.java25 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/
DSessionsPage.java29 import org.jacoco.report.internal.html.index.ElementIndex;
53 private final ElementIndex index;
73 final ElementIndex index, final ReportPage parent, in SessionsPage()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
DHTMLFormatter.java33 import org.jacoco.report.internal.html.index.ElementIndex;
61 private ElementIndex index;
192 index = new ElementIndex(root); in createVisitor()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1470 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/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1650 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/clang/lib/Sema/
DSemaInit.cpp2544 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/
DIceTargetLoweringX86BaseImpl.h3244 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();