Searched refs:whatfor (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 230 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument 231 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument 261 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 230 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument 231 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument 261 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 240 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument 241 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 271 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument 273 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()
|