OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Glue
(Results
26 - 38
of
38
) sorted by null
1
2
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
495
if (N->getValueType(0) == MVT::
Glue
)
507
if (N->getValueType(i) == MVT::
Glue
)
653
if (!Erased && N->getValueType(N->getNumValues()-1) != MVT::
Glue
&&
[
all
...]
LegalizeIntegerTypes.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
LegalizeDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
547
/// getGluedNode - If this node has a
glue
operand, return the node
548
/// to which the
glue
operand points. Otherwise return NULL.
551
getOperand(getNumOperands()-1).getValueType() == MVT::
Glue
)
561
// Climb up
glue
edges until a machine-opcode node is found, or the
572
/// getGluedUser - If this node has a
glue
value with a user, return
576
if (UI.getUse().get().getValueType() == MVT::
Glue
)
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp
74
/// nodes array of all of the recorded input nodes that have
glue
results.
362
//
glue
).
380
// If this node has an output
glue
and isn't the root, remember it.
387
"'
glue
output node",
389
// Remember all of the nodes with output
glue
our pattern will match.
393
// If this node is known to have an input
glue
or if it *might* have an input
394
//
glue
, capture it as the
glue
input of the pattern.
695
// TreeHasOutGlue - True if this tree has
glue
.
751
// If this node has input
glue
or explicitly specified input physregs, w
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp
803
SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::
Glue
);
[
all
...]
/external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp
314
SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::
Glue
);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp
[
all
...]
Completed in 415 milliseconds
1
2