Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
DwarfStringPoolEntry.h
27
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
D
SelectionDAGNodes.h
2211
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
D
DefaultPathRenderer.cpp
98
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
D
DrawVerticesOp.cpp
272
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
D
vktDrawShaderDrawParametersTests.cpp
93
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
D
vktDrawMultiExtTests.cpp
817
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
D
vktDrawShaderDrawParametersTests.cpp
93
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
D
vktDrawMultiExtTests.cpp
815
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
D
NonRelocatableStringpool.cpp
21
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
D
DwarfStringPool.cpp
50
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
D
SelectionDAGAddressAnalysis.cpp
213
if (LSBase->
isIndexed
() && Base.getResNo() == IndexResNo)
in matchLSNode()
H
A
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...]
H
A
D
SelectionDAG.cpp
9384
if (LD->
isIndexed
() || Base->
isIndexed
())
H
A
D
LegalizeDAG.cpp
1306
if (ST->
isIndexed
() || ST->isTruncatingStore() ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H
A
D
XCoreISelLowering.cpp
1787
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
D
PPCISelLowering.cpp
7869
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
D
NVPTXISelDAGToDAG.cpp
848
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
D
R600ISelLowering.cpp
1316
if (StoreNode->
isIndexed
()) {
in LowerSTORE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64ISelLowering.cpp
11421
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
D
ARMISelLowering.cpp
14032
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
D
X86ISelLowering.cpp
[all...]
Completed in 202 milliseconds