/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DwarfStringPoolEntry.h | 27 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()
|
D | SelectionDAGNodes.h | 2211 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } 2315 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DwarfStringPoolEntry.h | 27 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()
|
D | SelectionDAGNodes.h | 2226 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } 2327 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; }
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 94 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/ |
D | GrDefaultPathRenderer.cpp | 102 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()
|
D | GrDrawVerticesOp.cpp | 270 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/ |
D | GrDefaultPathRenderer.cpp | 99 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()
|
D | GrDrawVerticesOp.cpp | 241 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()
|
D | GrDrawVerticesOp.h | 126 bool isIndexed() const { in isIndexed() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | NonRelocatableStringpool.cpp | 21 if (I.second || !Entry.isIndexed()) { in getEntry() 45 if (E.getValue().isIndexed()) in getEntriesForEmission()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | NonRelocatableStringpool.cpp | 21 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/ |
D | DwarfStringPool.cpp | 50 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry() 118 if (Entry.getValue().isIndexed()) in emit()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 48 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry() 116 if (Entry.getValue().isIndexed()) in emit()
|
/external/skqp/src/gpu/ |
D | GrMesh.h | 32 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/ |
D | DTMDefaultBaseTraversers.java | 507 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/ |
D | SelectionDAGAddressAnalysis.cpp | 213 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()
|
D | DAGCombiner.cpp | 6507 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/ |
D | SelectionDAGAddressAnalysis.cpp | 224 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()
|
D | DAGCombiner.cpp | 2061 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/ |
D | DIEHashTest.cpp | 45 *Pool.insert(std::make_pair(S, Entry)).first, Entry.isIndexed())); in getString()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9618 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/ |
D | XCoreISelLowering.cpp | 1787 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine() 1800 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1786 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine() 1799 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1804 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine() 1822 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
|