OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResNo
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
122
unsigned
ResNo
= User->getOperand(2).getResNo();
128
if (
ResNo
>= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg))
134
TRI->getMinimalPhysRegClass(Reg, Def->getSimpleValueType(
ResNo
));
SDNodeDbgValue.h
46
/// Returns the
ResNo
for a register ref
49
return u.s.
ResNo
;
70
static SDDbgOperand fromNode(SDNode *Node, unsigned
ResNo
) {
71
return SDDbgOperand(Node,
ResNo
);
105
unsigned
ResNo
; ///< Valid for expressions.
115
u.s.
ResNo
= R;
TargetLowering.cpp
4636
unsigned
ResNo
= 0; //
ResNo
- The result number of the next output.
4662
getSimpleValueType(DL, STy->getElementType(
ResNo
));
4664
assert(
ResNo
== 0 && "Asm only has one result!");
4667
++
ResNo
;
SelectionDAGBuilder.cpp
8382
unsigned
ResNo
= 0; //
ResNo
- The result number of the next output.
8420
DAG.getDataLayout(), STy->getElementType(
ResNo
));
8422
assert(
ResNo
== 0 && "Asm only has one result!");
8426
++
ResNo
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
294
unsigned
ResNo
= 0; //
ResNo
- The result number of the next output.
334
TLI->getSimpleValueType(DL, STy->getElementType(
ResNo
));
336
assert(
ResNo
== 0 && "Asm only has one result!");
339
++
ResNo
;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h
499
unsigned
ResNo
;
501
CheckTypeMatcher(MVT::SimpleValueType type, unsigned
resno
)
502
: Matcher(CheckType), Type(type),
ResNo
(
resno
) {}
505
unsigned getResNo() const { return
ResNo
; }
CodeGenDAGPatterns.cpp
1558
/// N, and the result number in
ResNo
.
1561
unsigned &
ResNo
) {
1564
ResNo
= OpNo;
1591
unsigned
ResNo
= 0; // The result number being referenced.
1592
TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo,
ResNo
);
1598
return NodeToApply->UpdateNodeType(
ResNo
, VVT, TP);
1601
return NodeToApply->UpdateNodeType(
ResNo
, MVT::iPTR, TP);
1604
return TI.EnforceInteger(NodeToApply->getExtType(
ResNo
));
1607
return TI.EnforceFloatingPoint(NodeToApply->getExtType(
ResNo
));
1610
return TI.EnforceVector(NodeToApply->getExtType(
ResNo
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
142
unsigned
ResNo
= 0; // Which return value of the node we are using.
146
SDValue(SDNode *node, unsigned
resno
);
149
unsigned getResNo() const { return
ResNo
; }
160
return Node == O.Node &&
ResNo
== O.
ResNo
;
166
return std::tie(Node,
ResNo
) < std::tie(O.Node, O.
ResNo
);
225
/// Return true if there are no nodes using value
ResNo
of Node.
228
/// Return true if there is exactly one node using value
ResNo
of Node.
235
V.
ResNo
= -1U
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
15018
unsigned
ResNo
= UI.getUse().getResNo();
15020
if (
ResNo
== NumVecs)
15023
DCI.CombineTo(User, SDValue(VLDDup.getNode(),
ResNo
));
Completed in 46 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026