Searched refs:AccumTy (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 164 return getTypeInfo(Context.AccumTy); in getTypeInfoHelper()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 130 SIGNED_TYPE(Accum, AccumTy)
|
H A D | ASTContext.h | 1131 CanQualType ShortAccumTy, AccumTy, variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 4818 string AsmTy, ValueType AccumTy, ValueType InputTy, 4823 [(set (AccumTy RegTy:$dst), 4824 (OpNode (AccumTy RegTy:$Vd), 4885 ValueType AccumTy, ValueType InputTy, SDPatternOperator OpNode, 4899 (AccumTy (OpNode (AccumTy RegTy:$Vd), 4901 (InputTy (bitconvert (AccumTy 4902 (ARMvduplane (AccumTy RegTy:$Vm), 4908 multiclass SUDOTLane<bit Q, RegisterClass RegTy, ValueType AccumTy, ValueType InputTy, dag RHS> 4909 : N3VMixedDotLane<Q, 1, "vsudot", "u8", RegTy, AccumTy, InputTy, null_frag, null_frag> { 4911 (AccumTy (int_arm_neon_usdot (AccumTy RegTy:$Vd), [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 683 return Ctx.AccumTy; in getScalarArgType()
|
H A D | ASTContext.cpp | 1269 InitBuiltinType(AccumTy, BuiltinType::Accum); in InitBuiltinTypes() 11617 return AccumTy; in getCorrespondingSignedType() 13815 return AccumTy; in getCorrespondingUnsaturatedType() 14014 return AccumTy; in getCorrespondingSignedFixedPointType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1073 Result = Context.AccumTy; in ConvertDeclSpecToType()
|
H A D | SemaExpr.cpp | 3785 Ty = Context.AccumTy; in ActOnNumericConstant()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7253 T = Context.AccumTy; in GetType()
|