Searched refs:WhatFor (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h227 /// WhatFor - This is a string indicating why we're recording this. This
229 std::string WhatFor; member in class:llvm::RecordMatcher
236 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
238 const std::string &getWhatFor() const { return WhatFor; }
256 /// WhatFor - This is a string indicating why we're recording this. This
258 std::string WhatFor; member in class:llvm::RecordChildMatcher
266 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
270 const std::string &getWhatFor() const { return WhatFor; }
H A DDAGISelMatcherGen.cpp476 std::string WhatFor; local
478 if (!WhatFor.empty())
479 WhatFor += ',';
480 WhatFor += "$" + Name;
482 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo));

Completed in 105 milliseconds