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

References

tools/clang/utils/TableGen/NeonEmitter.cpp
  419   Type getBaseType() const { return BaseType; }
 1155   std::string typeCode = getInstTypeCode(BaseType, LocalCK);
 1171   if (BaseType != InBaseType) {
 1181   if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
 1181   if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
 1187   if (BaseType.isScalarForMangling()) {
 1188     switch (BaseType.getElementSizeInBits()) {
 1431       Arg = "(" + BaseType.str() + ") {";
 1432       for (unsigned J = 0; J < BaseType.getNumElements(); ++J) {
 1439       CastToType = BaseType;