HomeSort by relevance Sort by last modified time
    Searched refs:getExtType (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
DAGISelMatcherGen.cpp 466 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue;
467 NodeNoTypes->setType(i, N->getExtType(i));
    [all...]
CodeGenDAGPatterns.h 373 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
374 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
DAGISelMatcherGen.cpp 470 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue;
471 NodeNoTypes->setType(i, N->getExtType(i));
    [all...]
CodeGenDAGPatterns.h 626 const TypeSetByHwMode &getExtType(unsigned ResNo) const {
629 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; }
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 851 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
854 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
857 return NodeToApply->getExtType(ResNo).EnforceVector(TP);
862 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)|
863 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP);
883 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP);
890 return NodeToApply->getExtType(ResNo).
891 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP);
901 return VecOperand->getExtType(VResNo).
902 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP)
    [all...]
CodeGenDAGPatterns.h 347 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
348 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
DAGISelMatcherGen.cpp 417 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue;
418 NodeNoTypes->setType(i, N->getExtType(i));
    [all...]

Completed in 130 milliseconds