Home
last modified time | relevance | path

Searched refs:getValueTypeByHwMode (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h138 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
DInfoByHwMode.cpp105 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
DCodeGenDAGPatterns.h208 ValueTypeByHwMode getValueTypeByHwMode() const;
259 return VTS.getValueTypeByHwMode(); in getConcrete()
623 return Types[ResNo].getValueTypeByHwMode(); in getType()
DCodeGenDAGPatterns.cpp82 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode() function in TypeSetByHwMode
1336 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1368 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1464 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint()
1541 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
2058 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2089 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2650 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
DCodeGenRegisters.cpp744 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()