OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InGlue
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
275
SDValue
InGlue
= SDValue(nullptr, 0);
276
if (AddGlue(Lead,
InGlue
, true, DAG))
277
InGlue
= SDValue(Lead, Lead->getNumValues() - 1);
284
if (AddGlue(Load,
InGlue
, OutGlue, DAG)) {
286
InGlue
= SDValue(Load, Load->getNumValues() - 1);
290
else if (!OutGlue &&
InGlue
.getNode())
291
RemoveUnusedGlue(
InGlue
.getNode(), DAG);
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
607
SDValue
InGlue
, SDLoc DL) {
613
if (
InGlue
.getNode())
614
Ops.push_back(
InGlue
);
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
444
SDValue
InGlue
= DivRem;
449
InGlue
);
452
InGlue
= CopyFromLo.getValue(2);
458
HI, Ty,
InGlue
);
[
all
...]
Completed in 174 milliseconds