/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | BPF.cpp | 50 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 70 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | PNaCl.cpp | 70 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 103 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | NVPTX.cpp | 166 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 175 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | Lanai.cpp | 124 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | Mips.cpp | 227 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 318 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | CSKY.cpp | 118 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | Hexagon.cpp | 101 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 160 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | ARC.cpp | 106 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | X86.cpp | 568 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 D | ARM.cpp | 353 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 556 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | Sparc.cpp | 239 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()
|
H A D | AArch64.cpp | 300 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 403 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | PPC.cpp | 157 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI() 706 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
|
H A D | LoongArch.cpp | 372 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | RISCV.cpp | 429 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
H A D | SystemZ.cpp | 148 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 31 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 54 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
H A D | CodeGenTypes.cpp | 232 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType() 711 return ConvertType(ED->getIntegerType()); in ConvertType()
|
H A D | CodeGenTBAA.cpp | 249 return getTypeInfo(ETy->getDecl()->getIntegerType()); in getTypeInfoHelper()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 105 QT = ET->getDecl()->getIntegerType(); in ConvertQualTypeToKind()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 359 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 404 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
H A D | ScanfFormatString.cpp | 432 PT = ETy->getDecl()->getIntegerType(); in fixType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 3768 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 D | TypeSystemClang.cpp | 3225 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 D | ConstantHoisting.cpp | 897 IntegerType *Ty = ConstInfo.BaseInt->getIntegerType(); in emitBaseConstants()
|