Home
last modified time | relevance | path

Searched refs:isIndexed (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h27 bool isIndexed() const { return Index != NotIndexed; } in isIndexed() function
51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed() function in llvm::DwarfStringPoolEntryRef
53 assert(isIndexed()); in getIndex()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
H A DSelectionDAGNodes.h2211 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } in isIndexed() function in llvm::LSBaseSDNode
2315 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } in isIndexed() function in llvm::MaskedLoadStoreSDNode
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp98 if (this->isIndexed()) { in addLine()
117 if (this->isIndexed()) { in addQuad()
145 if (this->isIndexed()) { in addCubic()
206 bool isIndexed() const { in isIndexed() function in __anon18835::PathGeoBuilder
253 if (this->isIndexed()) { in allocNewBuffers()
299 if (this->isIndexed() ? SkToBool(indexCount) : SkToBool(vertexCount)) { in createMeshAndPutBackReserve()
301 if (!this->isIndexed()) { in createMeshAndPutBackReserve()
453 bool isIndexed = instanceCount > 1 || in primType() local
456 return isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in primType()
H A DDrawVerticesOp.cpp272 bool isIndexed() const { in isIndexed() function in skgpu::v1::DrawVerticesOp::final
426 if (this->isIndexed()) { in onPrepareDraws()
482 if (this->isIndexed()) { in onPrepareDraws()
517 if (this->isIndexed() != that->isIndexed()) { in onCombineIfPossible()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderDrawParametersTests.cpp93 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } in isIndexed() function in vkt::Draw::__anon27947::DrawTest
123 if (!isIndexed()) in DrawTest()
135 if (!isIndexed()) in DrawTest()
161 if (isIndexed()) in DrawTest()
351 if (isIndexed()) in draw()
358 if (isIndexed()) in draw()
386 if (isIndexed()) in draw()
395 if (isIndexed()) in draw()
H A DvktDrawMultiExtTests.cpp817 const auto isIndexed = (m_params.drawType == DrawType::INDEXED); in iterate() local
818 const auto isMixedMode = (isIndexed && m_params.vertexOffset && m_params.vertexOffset->offsetType == VertexOffsetType::MIXED); in iterate()
823 DE_ASSERT(!isIndexed || static_cast<bool>(m_params.vertexOffset)); in iterate()
934 const auto frontFace = (isIndexed ? VK_FRONT_FACE_COUNTER_CLOCKWISE : VK_FRONT_FACE_CLOCKWISE); in iterate()
956 const auto depthCompareOp = (isMosaic ? VK_COMPARE_OP_ALWAYS : (isIndexed ? VK_COMPARE_OP_GREATER : VK_COMPARE_OP_LESS)); in iterate()
1036 if (isIndexed && !isMixedMode) in iterate()
1046 if (isIndexed && isMixedMode && moreThanOneDraw && pixelIndex == trianglesPerDraw) in iterate()
1068 if (isIndexed) in iterate()
1104 const auto drawOffset = ((isIndexed && (!isMixedMode || (moreThanOneDraw && drawIdx < m_params.drawCount - 1u))) ? vertexOffset : 0); in iterate()
1113 clearValues.push_back(makeClearValueDepthStencil(((isMosaic || isIndexed) in iterate()
1475 const auto isIndexed = (drawTypeCase.drawType == DrawType::INDEXED); createDrawMultiExtTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderDrawParametersTests.cpp93 bool isIndexed (void) const { return (m_flags & TEST_FLAG_INDEXED) != 0; } in isIndexed() function in vkt::Draw::__anon29182::DrawTest
123 if (!isIndexed()) in DrawTest()
135 if (!isIndexed()) in DrawTest()
161 if (isIndexed()) in DrawTest()
351 if (isIndexed()) in draw()
358 if (isIndexed()) in draw()
386 if (isIndexed()) in draw()
395 if (isIndexed()) in draw()
H A DvktDrawMultiExtTests.cpp815 const auto isIndexed = (m_params.drawType == DrawType::INDEXED); in iterate() local
816 const auto isMixedMode = (isIndexed && m_params.vertexOffset && m_params.vertexOffset->offsetType == VertexOffsetType::MIXED); in iterate()
821 DE_ASSERT(!isIndexed || static_cast<bool>(m_params.vertexOffset)); in iterate()
932 const auto frontFace = (isIndexed ? VK_FRONT_FACE_COUNTER_CLOCKWISE : VK_FRONT_FACE_CLOCKWISE); in iterate()
954 const auto depthCompareOp = (isMosaic ? VK_COMPARE_OP_ALWAYS : (isIndexed ? VK_COMPARE_OP_GREATER : VK_COMPARE_OP_LESS)); in iterate()
1034 if (isIndexed && !isMixedMode) in iterate()
1044 if (isIndexed && isMixedMode && moreThanOneDraw && pixelIndex == trianglesPerDraw) in iterate()
1066 if (isIndexed) in iterate()
1102 const auto drawOffset = ((isIndexed && (!isMixedMode || (moreThanOneDraw && drawIdx < m_params.drawCount - 1u))) ? vertexOffset : 0); in iterate()
1111 clearValues.push_back(makeClearValueDepthStencil(((isMosaic || isIndexed) in iterate()
1473 const auto isIndexed = (drawTypeCase.drawType == DrawType::INDEXED); createDrawMultiExtTests() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp21 if (I.second || !Entry.isIndexed()) { in getEntry()
45 if (E.getValue().isIndexed()) in getEntriesForEmission()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp50 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry()
118 if (Entry.getValue().isIndexed()) in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp213 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()
H A 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...]
H A DSelectionDAG.cpp9384 if (LD->isIndexed() || Base->isIndexed())
H A DLegalizeDAG.cpp1306 if (ST->isIndexed() || ST->isTruncatingStore() ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1787 ST->isVolatile() || ST->isIndexed()) { in PerformDAGCombine()
1800 !LD->isVolatile() && !LD->isIndexed() && in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7869 if (LD->isIndexed() && !LD->getOffset().isUndef()) { in canReuseLoadAddress()
7884 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1); in canReuseLoadAddress()
10066 if (Idx == 0 && LN->isIndexed()) { in LowerVectorLoad()
10084 if (LN->isIndexed()) { in LowerVectorLoad()
10158 if (Idx == 0 && SN->isIndexed()) { in LowerVectorStore()
10173 if (SN->isIndexed()) { in LowerVectorStore()
13898 if (LD->isIndexed()) { in PerformDAGCombine()
13919 if (LD->isIndexed()) { in PerformDAGCombine()
13928 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, LD->isIndexed() ? 2 : 1), in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp848 if (PlainLoad && PlainLoad->isIndexed())
1715 if (PlainStore && PlainStore->isIndexed())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1316 if (StoreNode->isIndexed()) { in LowerSTORE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11421 if (S->isVolatile() || S->isIndexed()) in splitStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14032 if (!LD->isSimple() || !N0.hasOneUse() || LD->isIndexed() || in PerformSplittingToWideningLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 202 milliseconds