reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/MveEmitter.cpp
 1152           IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
 1153           IA.i1 = Bounds->getValueAsInt("lo");
 1154           IA.i2 = Bounds->getValueAsInt("hi");
 1156           IA.boundsType = ImmediateArg::BoundsType::UInt;
 1157           IA.i1 = Param->sizeInBits();
 1159           IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
 1160           IA.i1 = 0;
 1161           IA.i2 = 128 / Param->sizeInBits();
 1163           IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
 1164           IA.i1 = Bounds->getValueAsInt("base");
 1165           IA.i2 = IA.i1 + Param->sizeInBits() - 1;
 1165           IA.i2 = IA.i1 + Param->sizeInBits() - 1;
 1170         IA.ArgType = ArgType;
 1173           IA.ExtraCheckType = TypeRec->getValueAsString("extra");
 1175             IA.ExtraCheckArgs = TypeRec->getValueAsString("extraarg");