OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherUses
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
15155
SmallVector<SDNode *, 16>
OtherUses
;
15171
OtherUses
.clear();
15177
OtherUses
.clear();
15183
OtherUses
.clear();
15187
OtherUses
.push_back(Use.getUser());
15245
for (unsigned i = 0, e =
OtherUses
.size(); i != e; ++i) {
15247
if (
OtherUses
[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode())
15249
assert(
OtherUses
[i]->getOperand(!OffsetIdx).getNode() ==
15263
auto *CN = cast<ConstantSDNode>(
OtherUses
[i]->getOperand(OffsetIdx));
15266
int X0 = (
OtherUses
[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
2963
bool
OtherUses
= !Val.hasOneUse();
2965
if (
OtherUses
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
5989
SmallVector<SDNode*, 8>
OtherUses
;
5998
OtherUses
.push_back(*UI);
6000
if (!Replicate ||
OtherUses
.empty())
6007
for (SDNode *U :
OtherUses
) {
Completed in 40 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026