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

References

tools/clang/utils/TableGen/MveEmitter.cpp
 1292       if (Polymorphic && !Int.polymorphic())
 1306         raw_ostream &OS = parts[(Int.requiresFloat() ? Float : 0) |
 1312             Polymorphic ? Int.shortName() : Int.fullName();
 1312             Polymorphic ? Int.shortName() : Int.fullName();
 1319         std::string RetTypeName = Int.returnType()->cName();
 1324         for (const Type *ArgTypePtr : Int.argTypes())
 1378            << "__clang_arm_mve_alias(__builtin_arm_mve_" << Int.fullName()