Searched refs:getValueTypeByHwMode (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InfoByHwMode.h | 138 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,
|
D | InfoByHwMode.cpp | 105 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, in getValueTypeByHwMode() function in llvm
|
D | CodeGenDAGPatterns.h | 208 ValueTypeByHwMode getValueTypeByHwMode() const; 259 return VTS.getValueTypeByHwMode(); in getConcrete() 623 return Types[ResNo].getValueTypeByHwMode(); in getType()
|
D | CodeGenDAGPatterns.cpp | 82 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()
|
D | CodeGenRegisters.cpp | 744 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()
|