Searched refs:WhatFor (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 224 std::string WhatFor; variable 231 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 233 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor() 253 std::string WhatFor; variable 261 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher() 265 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 224 std::string WhatFor; variable 231 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 233 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor() 253 std::string WhatFor; variable 261 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher() 265 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 234 std::string WhatFor; variable 241 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher() 243 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor() 265 std::string WhatFor; variable 273 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher() 277 const std::string &getWhatFor() const { return WhatFor; } in getWhatFor()
|