Home
last modified time | relevance | path

Searched refs:CheckOpcodeMatcher (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.cpp144 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
278 unsigned CheckOpcodeMatcher::getHashImpl() const { in getHashImpl()
306 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl()
309 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() == in isEqualImpl()
356 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
357 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) { in isContradictoryImpl()
DDAGISelMatcherOpt.cpp158 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes()
408 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) { in FactorNodes()
448 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes()
DDAGISelMatcherGen.cpp212 AddMatcher(new CheckOpcodeMatcher(NI)); in EmitLeafMatchCode()
292 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
310 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
469 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant]))); in EmitMatcherCode()
DDAGISelMatcher.h448 class CheckOpcodeMatcher : public Matcher {
451 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() function
DDAGISelMatcherEmitter.cpp264 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n"; in EmitMatcher()
/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp159 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
286 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl()
289 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() == in isEqualImpl()
326 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
327 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) { in isContradictoryImpl()
DDAGISelMatcherOpt.cpp147 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes()
343 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) { in FactorNodes()
383 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes()
DDAGISelMatcherGen.cpp211 AddMatcher(new CheckOpcodeMatcher(NI)); in EmitLeafMatchCode()
327 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
345 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
506 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant]))); in EmitMatcherCode()
DDAGISelMatcher.h436 class CheckOpcodeMatcher : public Matcher {
439 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() function
DDAGISelMatcherEmitter.cpp295 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n"; in EmitMatcher()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.cpp158 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
285 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl()
288 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() == in isEqualImpl()
325 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
326 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) { in isContradictoryImpl()
DDAGISelMatcherOpt.cpp147 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes()
353 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) { in FactorNodes()
393 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes()
DDAGISelMatcherGen.cpp213 AddMatcher(new CheckOpcodeMatcher(NI)); in EmitLeafMatchCode()
330 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
348 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
510 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant]))); in EmitMatcherCode()
DDAGISelMatcher.h436 class CheckOpcodeMatcher : public Matcher {
439 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() function
DDAGISelMatcherEmitter.cpp408 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n"; in EmitMatcher()