Home
last modified time | relevance | path

Searched refs:PPC_VECTOR_TYPE (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPPCTypes.def12 // 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 DSemaPPC.cpp268 #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 DSemaExpr.cpp6218 #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 DASTCommon.cpp246 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeIdxFromBuiltin() macro
H A DASTReader.cpp7766 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in GetType() macro
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1134 #define PPC_VECTOR_TYPE(Name, Id, Size) PREDEF_TYPE_##Id##_ID, macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp449 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getNSNumberFactoryMethodKind() macro
H A DTypeLoc.cpp425 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getWrittenTypeSpec() macro
H A DPrintfFormatString.cpp861 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in fixType() macro
H A DType.cpp3547 #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 DItaniumMangle.cpp3498 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in mangleType() macro
H A DASTContext.cpp2376 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getTypeInfoImpl() macro
9128 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getObjCEncodingForPrimitiveType() macro
H A DASTImporter.cpp1315 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitBuiltinType() macro
H A DExprConstant.cpp12419 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in EvaluateBuiltinClassifyType() macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp544 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in ConvertType() macro
H A DItaniumCXXABI.cpp3660 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeInfoIsInStandardLibrary() macro
H A DCGDebugInfo.cpp949 #define PPC_VECTOR_TYPE(Name, Id, size) \ in CreateType() macro
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp770 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitType() macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td890 #define PPC_VECTOR_TYPE(NAME, ID, SIZE) \
H A DASTContext.h1260 #define PPC_VECTOR_TYPE(Name, Id, Size) \ macro
H A DType.h3105 #define PPC_VECTOR_TYPE(Name, Id, Size) Id,