Home
last modified time | relevance | path

Searched refs:isIndexed (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed() function
51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed() function
53 assert(isIndexed()); in getIndex()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
DSelectionDAGNodes.h2211 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
2315 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed() function
51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed() function
53 assert(isIndexed()); in getIndex()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
DSelectionDAGNodes.h2226 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
2327 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp94 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } in isIndexed() function in vkt::Draw::__anon21b3aed20111::DrawTest
119 if (!isIndexed()) in DrawTest()
131 if (!isIndexed()) in DrawTest()
157 if (isIndexed()) in DrawTest()
235 if (isIndexed()) in iterate()
242 if (isIndexed()) in iterate()
270 if (isIndexed()) in iterate()
279 if (isIndexed()) in iterate()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp102 if (this->isIndexed()) { in addLine()
119 if (this->isIndexed()) { in addQuad()
145 if (this->isIndexed()) { in addCubic()
206 bool isIndexed() const { in isIndexed() function in __anon5192cb150111::PathGeoBuilder
243 if (this->isIndexed()) { in allocNewBuffers()
278 if (this->isIndexed() ? SkToBool(indexCount) : SkToBool(vertexCount)) { in createMeshAndPutBackReserve()
280 if (!this->isIndexed()) { in createMeshAndPutBackReserve()
422 bool isIndexed = instanceCount > 1 || in primType() local
425 return isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in primType()
DGrDrawVerticesOp.cpp270 bool isIndexed() const { in isIndexed() function in __anon119029be0111::DrawVerticesOp
422 if (this->isIndexed()) { in onPrepareDraws()
478 if (this->isIndexed()) { in onPrepareDraws()
512 if (this->isIndexed() != that->isIndexed()) { in onCombineIfPossible()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp99 if (this->isIndexed()) { in addLine()
115 if (this->isIndexed()) { in addQuad()
140 if (this->isIndexed()) { in addCubic()
201 bool isIndexed() const { in isIndexed() function in __anonb3969d6c0111::PathGeoBuilder
238 if (this->isIndexed()) { in allocNewBuffers()
272 if (this->isIndexed() ? SkToBool(indexCount) : SkToBool(vertexCount)) { in emitMeshAndPutBackReserve()
274 if (!this->isIndexed()) { in emitMeshAndPutBackReserve()
422 bool isIndexed = !this->isHairline() || instanceCount > 1 || in onPrepareDraws() local
428 primitiveType = isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in onPrepareDraws()
DGrDrawVerticesOp.cpp241 if (this->isIndexed()) { in drawVolatile()
290 sk_sp<GrBuffer> indexBuffer = this->isIndexed() ? in drawNonVolatile()
295 if (vertexBuffer && (!this->isIndexed() || indexBuffer)) { in drawNonVolatile()
315 if (this->isIndexed()) { in drawNonVolatile()
468 if (this->isIndexed()) { in drawVertices()
DGrDrawVerticesOp.h126 bool isIndexed() const { in isIndexed() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp21 if (I.second || !Entry.isIndexed()) { in getEntry()
45 if (E.getValue().isIndexed()) in getEntriesForEmission()
/external/llvm-project/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp21 if (I.second || !Entry.isIndexed()) { in getEntry()
45 if (E.getValue().isIndexed()) in getEntriesForEmission()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp50 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry()
118 if (Entry.getValue().isIndexed()) in emit()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp48 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry()
116 if (Entry.getValue().isIndexed()) in emit()
/external/skqp/src/gpu/
DGrMesh.h32 bool isIndexed() const { return SkToBool(fIndexBuffer.get()); } in isIndexed() function
207 if (!this->isIndexed()) { in sendToGpu()
221 if (!this->isIndexed()) { in sendToGpu()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java507 protected final boolean isIndexed(int expandedTypeID) in isIndexed() method in DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
682 if (isIndexed(expandedTypeID)) in first()
737 if (isIndexed(expandedTypeID)) in next()
1659 if (isIndexed(expandedTypeID)) in first()
1730 if (isIndexed(expandedTypeID)) in first()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp213 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()
DDAGCombiner.cpp6507 if (!L->isSimple() || L->isIndexed()) in calculateByteProvider()
6598 !Store->isSimple() || Store->isIndexed()) in MatchStoreCombine()
6812 !L->isIndexed() && in MatchLoadCombine()
9372 Load->getExtensionType() == ISD::SEXTLOAD || Load->isIndexed()) in CombineZExtLogicopShiftLoad()
13682 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode()
13687 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode()
13692 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode()
13697 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode()
13734 if (LD->isIndexed()) in getCombineLoadStoreParts()
13741 if (ST->isIndexed()) in getCombineLoadStoreParts()
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp224 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()
DDAGCombiner.cpp2061 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode()
2066 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode()
2071 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode()
2076 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode()
7022 if (!L->isSimple() || L->isIndexed()) in calculateByteProvider()
7122 !Store->isSimple() || Store->isIndexed()) in mergeTruncStores()
7354 !L->isIndexed() && in MatchLoadCombine()
10269 Load->getExtensionType() == ISD::SEXTLOAD || Load->isIndexed()) in CombineZExtLogicopShiftLoad()
14713 if (LD->isIndexed()) in getCombineLoadStoreParts()
14720 if (ST->isIndexed()) in getCombineLoadStoreParts()
[all …]
/external/llvm-project/llvm/unittests/CodeGen/
DDIEHashTest.cpp45 *Pool.insert(std::make_pair(S, Entry)).first, Entry.isIndexed())); in getString()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9618 if (LD->isIndexed() || LD->getBasePtr().getNode() != N) in canFoldInAddressingMode()
9623 if (ST->isIndexed() || ST->getBasePtr().getNode() != N) in canFoldInAddressingMode()
9667 if (LD->isIndexed()) in CombineToPreIndexedLoadStore()
9675 if (ST->isIndexed()) in CombineToPreIndexedLoadStore()
9894 if (LD->isIndexed()) in CombineToPostIndexedLoadStore()
9902 if (ST->isIndexed()) in CombineToPostIndexedLoadStore()
11394 if (OtherST->isVolatile() || OtherST->isIndexed()) in getStoreMergeAndAliasCandidates()
11423 if (Index->isVolatile() || Index->isIndexed()) in getStoreMergeAndAliasCandidates()
11722 if (Ld->isVolatile() || Ld->isIndexed()) in MergeConsecutiveStores()
14067 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1787 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine()
1800 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1786 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine()
1799 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1804 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine()
1822 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()

12