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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 845 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
848 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
862 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)|
863 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP);
    [all...]
CodeGenDAGPatterns.h 452 /// UpdateNodeType - Set the node type of N to VT if VT contains
456 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
461 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
CodeGenDAGPatterns.h 483 /// UpdateNodeType - Set the node type of N to VT if VT contains
487 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
492 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.h 745 /// UpdateNodeType - Set the node type of N to VT if VT contains
749 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy,
751 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
753 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy,
    [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 266 milliseconds