Searched defs:ResultNo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h226 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
228 unsigned ResultNo; member in class:llvm::RecordMatcher
231 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
234 unsigned getResultNo() const { return ResultNo; }
255 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
257 unsigned ResultNo; member in class:llvm::RecordChildMatcher
262 ResultNo(resultNo) {}
266 unsigned getResultNo() const { return ResultNo; }
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcher.h236 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
238 unsigned ResultNo; member in class:llvm::RecordMatcher
241 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
244 unsigned getResultNo() const { return ResultNo; }
267 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
269 unsigned ResultNo; member in class:llvm::RecordChildMatcher
274 ResultNo(resultNo) {}
278 unsigned getResultNo() const { return ResultNo; }

Completed in 3706 milliseconds