Searched refs:CountResults (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h106 /// CountResults - The results of target nodes have register or immediate
109 static unsigned CountResults(SDNode *Node);
H A DInstrEmitter.cpp42 /// CountResults - The results of target nodes have register or immediate
45 unsigned InstrEmitter::CountResults(SDNode *Node) { function in class:InstrEmitter
215 unsigned NumResults = CountResults(Node);
238 unsigned NumResults = CountResults(Node);
752 unsigned NumResults = CountResults(Node);
H A DScheduleDAGSDNodes.cpp448 unsigned NumUsed = InstrEmitter::CountResults(N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h103 /// CountResults - The results of target nodes have register or immediate
106 static unsigned CountResults(SDNode *Node);
H A DInstrEmitter.cpp39 /// CountResults - The results of target nodes have register or immediate
42 unsigned InstrEmitter::CountResults(SDNode *Node) { function in class:InstrEmitter
202 unsigned NumResults = CountResults(Node);
686 unsigned NumResults = CountResults(Node);
H A DScheduleDAGSDNodes.cpp410 unsigned NumUsed = InstrEmitter::CountResults(N);

Completed in 176 milliseconds