| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PPCTypes.def | 12 // PPC_VECTOR_TYPE(Name, Id, Size) - A PPC vector type of a given size 23 #if defined(PPC_VECTOR_TYPE) 24 #define PPC_VECTOR_MMA_TYPE(Name, Id, Size) PPC_VECTOR_TYPE(Name, Id, Size) 25 #define PPC_VECTOR_VSX_TYPE(Name, Id, Size) PPC_VECTOR_TYPE(Name, Id, Size) 39 #undef PPC_VECTOR_TYPE
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPPC.cpp | 268 #define PPC_VECTOR_TYPE(Name, Id, Size) || CoreType == Context.Id##Ty in CheckPPCMMAType() macro 307 #define PPC_VECTOR_TYPE(typeName, Id, size) \ in DecodePPCMMATypeFromStr() macro
|
| H A D | SemaExpr.cpp | 6218 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in isPlaceholderToRemoveAsArg() macro 21384 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in CheckPlaceholderExpr() macro
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 246 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeIdxFromBuiltin() macro
|
| H A D | ASTReader.cpp | 7766 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in GetType() macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 1134 #define PPC_VECTOR_TYPE(Name, Id, Size) PREDEF_TYPE_##Id##_ID, macro
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 449 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getNSNumberFactoryMethodKind() macro
|
| H A D | TypeLoc.cpp | 425 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getWrittenTypeSpec() macro
|
| H A D | PrintfFormatString.cpp | 861 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in fixType() macro
|
| H A D | Type.cpp | 3547 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getName() macro 5016 #define PPC_VECTOR_TYPE(Name, Id, Size) case BuiltinType::Id: in canHaveNullability() macro
|
| H A D | ItaniumMangle.cpp | 3498 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in mangleType() macro
|
| H A D | ASTContext.cpp | 2376 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getTypeInfoImpl() macro 9128 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getObjCEncodingForPrimitiveType() macro
|
| H A D | ASTImporter.cpp | 1315 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitBuiltinType() macro
|
| H A D | ExprConstant.cpp | 12419 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in EvaluateBuiltinClassifyType() macro
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 544 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in ConvertType() macro
|
| H A D | ItaniumCXXABI.cpp | 3660 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeInfoIsInStandardLibrary() macro
|
| H A D | CGDebugInfo.cpp | 949 #define PPC_VECTOR_TYPE(Name, Id, size) \ in CreateType() macro
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 770 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitType() macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 890 #define PPC_VECTOR_TYPE(NAME, ID, SIZE) \
|
| H A D | ASTContext.h | 1260 #define PPC_VECTOR_TYPE(Name, Id, Size) \ macro
|
| H A D | Type.h | 3105 #define PPC_VECTOR_TYPE(Name, Id, Size) Id,
|