Home | History | Annotate | Download | only in TableGen

Lines Matching defs:getParamType

379   Type getParamType(unsigned I) const { return Types[I + 1]; }
399 Idx += std::max(1U, getParamType(I).getNumVectors());
1007 Type T = getParamType(I);
1243 if (getParamType(I).isPointer())
1350 ThisTy = getParamType(0);
1352 ThisTy = getParamType(1);
1876 ErrMsg += I->getParamType(A).str();
1885 if (I->getParamType(Arg) != Types[Arg]) {
2020 Ty = Def->getParamType(0);
2022 Ty = Def->getParamType(1);
2141 Type T = Def->getParamType(Def->getImmediateIdx() - 1);