Home
last modified time | relevance | path

Searched refs:AccumTy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp164 return getTypeInfo(Context.AccumTy); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def130 SIGNED_TYPE(Accum, AccumTy)
H A DASTContext.h1131 CanQualType ShortAccumTy, AccumTy, variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td4818 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 DPrintfFormatString.cpp683 return Ctx.AccumTy; in getScalarArgType()
H A DASTContext.cpp1269 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 DSemaType.cpp1073 Result = Context.AccumTy; in ConvertDeclSpecToType()
H A DSemaExpr.cpp3785 Ty = Context.AccumTy; in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7253 T = Context.AccumTy; in GetType()