HomeSort by relevance Sort by last modified time
    Searched refs:CountResults (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 106 /// CountResults - The results of target nodes have register or immediate
109 static unsigned CountResults(SDNode *Node);
InstrEmitter.cpp 41 /// CountResults - The results of target nodes have register or immediate
44 unsigned InstrEmitter::CountResults(SDNode *Node) {
214 unsigned NumResults = CountResults(Node);
237 unsigned NumResults = CountResults(Node);
750 unsigned NumResults = CountResults(Node);
    [all...]
ScheduleDAGSDNodes.cpp 448 unsigned NumUsed = InstrEmitter::CountResults(N);
    [all...]

Completed in 435 milliseconds