Home
last modified time | relevance | path

Searched refs:getIntegerType (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp50 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
70 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DPNaCl.cpp67 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
100 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DNVPTX.cpp162 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
171 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DLanai.cpp124 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DMips.cpp227 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
318 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DCSKY.cpp120 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DARC.cpp106 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DHexagon.cpp101 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
160 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DX86.cpp567 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
884 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1828 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify()
2155 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
2197 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2602 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
2746 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3225 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
H A DARM.cpp355 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
558 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DSparc.cpp239 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()
H A DAArch64.cpp284 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
387 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DPPC.cpp156 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
649 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
H A DLoongArch.cpp372 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DRISCV.cpp428 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DSystemZ.cpp148 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp31 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
54 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DCodeGenTypes.cpp176 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
650 return ConvertType(ED->getIntegerType()); in ConvertType()
H A DCodeGenTBAA.cpp200 return getTypeInfo(ETy->getDecl()->getIntegerType()); in getTypeInfoHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp105 QT = ET->getDecl()->getIntegerType(); in ConvertQualTypeToKind()
H A DInterpreter.cpp781 QT = ET->getDecl()->getIntegerType(); in SetValueDataBasedOnQualType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp359 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
404 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
H A DScanfFormatString.cpp432 PT = ETy->getDecl()->getIntegerType(); in fixType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3769 ExecModeC->getIntegerType(), in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3798 MayUseNestedParallelismC->getIntegerType(), NestedParallelism); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3807 ConstantInt::get(UseGenericStateMachineC->getIntegerType(), false); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4287 ConstantInt::get(ExecModeC->getIntegerType(), in changeToSPMDMode()
4339 ConstantInt::get(UseStateMachineC->getIntegerType(), false)); in buildCustomStateMachine()
4665 MayUseNestedParallelismC->getIntegerType(), AA.NestedParallelism); in updateImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3188 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
3900 ->getIntegerType() in GetTypeInfo()
5494 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator()
7529 qt = enum_decl->getIntegerType(); in SetIntegerInitializerForVariable()
8300 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition()
8308 if (ast.getTypeSize(enum_decl->getIntegerType()) < in CompleteTagDeclarationDefinition()
8310 if (enum_decl->getIntegerType()->isSignedIntegerType()) in CompleteTagDeclarationDefinition()
8315 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition()
8317 enum_decl->completeDefinition(enum_decl->getIntegerType(), in CompleteTagDeclarationDefinition()
8391 return GetType(enum_type->getDecl()->getIntegerType()); in GetEnumerationIntegerType()

123