Home
last modified time | relevance | path

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

123

/freebsd/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.cpp70 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
103 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DNVPTX.cpp166 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
175 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.cpp118 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 DARC.cpp106 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DX86.cpp568 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
887 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1843 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify()
2173 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
2215 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2620 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
2764 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3248 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
H A DARM.cpp353 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
556 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DSparc.cpp239 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()
H A DAArch64.cpp300 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
403 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DPPC.cpp157 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
706 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
H A DLoongArch.cpp372 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DRISCV.cpp429 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DSystemZ.cpp148 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
/freebsd/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.cpp232 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
711 return ConvertType(ED->getIntegerType()); in ConvertType()
H A DCodeGenTBAA.cpp249 return getTypeInfo(ETy->getDecl()->getIntegerType()); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp105 QT = ET->getDecl()->getIntegerType(); in ConvertQualTypeToKind()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3768 ExecModeC->getIntegerType(), in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3797 MayUseNestedParallelismC->getIntegerType(), NestedParallelism); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3806 ConstantInt::get(UseGenericStateMachineC->getIntegerType(), false); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4288 ConstantInt::get(ExecModeC->getIntegerType(), in changeToSPMDMode()
4340 ConstantInt::get(UseStateMachineC->getIntegerType(), false)); in buildCustomStateMachine()
4666 MayUseNestedParallelismC->getIntegerType(), AA.NestedParallelism); in updateImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3225 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
3937 ->getIntegerType() in GetTypeInfo()
5581 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator()
7688 qt = enum_decl->getIntegerType(); in SetIntegerInitializerForVariable()
8464 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition()
8472 if (ast.getTypeSize(enum_decl->getIntegerType()) < in CompleteTagDeclarationDefinition()
8474 if (enum_decl->getIntegerType()->isSignedIntegerType()) in CompleteTagDeclarationDefinition()
8479 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition()
8481 enum_decl->completeDefinition(enum_decl->getIntegerType(), in CompleteTagDeclarationDefinition()
8556 return GetType(enum_type->getDecl()->getIntegerType()); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp897 IntegerType *Ty = ConstInfo.BaseInt->getIntegerType(); in emitBaseConstants()

123