OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Chains
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
72
// Limit the width of DAG
chains
. This is important in general to prevent
750
SmallVector<SDValue, 8>
Chains
(NumRegs);
760
Chains
[i] = Part.getValue(0);
774
Chain =
Chains
[NumRegs-1];
776
Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &
Chains
[0], NumRegs);
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 17 milliseconds