OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NodeIndex
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceLiveness.cpp
89
SizeT
NodeIndex
= VMetadata->getLocalUseNode(Var)->getIndex();
90
LiveIndex = Nodes[
NodeIndex
].NumLocals++;
91
Nodes[
NodeIndex
].LiveToVarMap[LiveIndex] = Var;
138
SizeT
NodeIndex
= Node->getIndex();
139
return Nodes[
NodeIndex
].LiveToVarMap[LiveIndex - NumGlobals];
IceTargetLowering.cpp
858
SizeT
NodeIndex
= VMetadata->getLocalUseNode(Var)->getIndex();
859
LocalsSize[
NodeIndex
] += Increment;
860
if (LocalsSize[
NodeIndex
] > *SpillAreaSizeBytes)
861
*SpillAreaSizeBytes = LocalsSize[
NodeIndex
];
[
all
...]
IceCfg.cpp
705
for (auto
NodeIndex
: Body) {
706
auto *Node = Nodes[
NodeIndex
];
812
SizeT
NodeIndex
= 0;
814
Node->resetIndex(
NodeIndex
++);
[
all
...]
IceTargetLoweringMIPS32.cpp
131
SizeT
NodeIndex
= VMetadata->getLocalUseNode(Var)->getIndex();
132
LocalsSize[
NodeIndex
] += Increment;
135
LocalsSize[
NodeIndex
];
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c
[
all
...]
Completed in 367 milliseconds