HomeSort by: relevance | last modified time | path
    Searched defs:getValueTypeByHwMode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InfoByHwMode.cpp 106 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec,
CodeGenDAGPatterns.cpp 86 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const {
1501 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH);
1533 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH);
1630 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes());
1707 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP);
2245 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH));
2277 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH));
2858 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this);

Completed in 20 milliseconds