| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 149 return Context.getIntTypeForBitwidth(Value.getBitWidth(), Value.isSigned()); in VisitConcreteInt() 156 return Context.getIntTypeForBitwidth(LI.getNumBits(), in VisitLocAsInteger()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 284 return ast_ctx.getIntTypeForBitwidth(32, true); in BuildType() 298 return ast_ctx.getIntTypeForBitwidth(32, false); in BuildType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 109 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual() 112 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
|
| H A D | SemaOpenMP.cpp | 4374 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4377 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4380 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() 4418 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4421 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4424 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() 5921 LogicalTy = Ctx.getIntTypeForBitwidth(BitWidth, false); in ActOnOpenMPCanonicalLoop() 8696 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() 8984 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in buildNumIterations() 9000 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations() [all …]
|
| H A D | SemaStmtAsm.cpp | 682 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
|
| H A D | SemaDeclAttr.cpp | 4868 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr() 7680 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
|
| H A D | SemaExpr.cpp | 4188 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant() 13601 const QualType IntTy = Context.getIntTypeForBitwidth(TypeSize, true); in GetSignedSizelessVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 171 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars() 1359 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0); in emitCriticalRegion() 1454 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction() 1490 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore() 1716 C.getIntTypeForBitwidth(32, /* Signed */ true), in emitInterWarpCopyFunction() 1789 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() 3065 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper() 3067 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper() 3334 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk() 3350 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
|
| H A D | CGOpenMPRuntime.cpp | 1952 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress() 2224 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() 2337 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk() 2707 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext() 2937 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl() 2939 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl() 3586 QualType FlagsTy = C.getIntTypeForBitwidth(32, /*Signed=*/false); in getKmpAffinityType() 4021 FlagsTy = C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in getDependTypes() 4273 Loc, C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0), in emitDependClause() 5453 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false)); in emitTaskReductionInit() [all …]
|
| H A D | CGAtomic.cpp | 99 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo() 823 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument() 1398 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
|
| H A D | CGStmtOpenMP.cpp | 3984 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() 4637 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective() 5066 getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1), in EmitOMPTargetTaskBasedDirective() 5154 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective() 5854 QualType Int64Ty = CGF.CGM.getContext().getIntTypeForBitwidth( in emitRestoreIP()
|
| H A D | CGDecl.cpp | 1423 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
|
| H A D | CGStmt.cpp | 2421 CGF.getContext().getIntTypeForBitwidth(Size, /*Signed=*/false); in EmitAsmStores()
|
| H A D | CGDebugInfo.cpp | 4792 Context.getIntTypeForBitwidth(BitfieldSizeInBits, Info.IsSigned); in CreateBindingDeclType()
|
| H A D | CGBuiltin.cpp | 2051 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Mips.cpp | 362 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
|
| H A D | LoongArch.cpp | 202 QTy = getContext().getIntTypeForBitwidth(GRLen, false); in detectFARsEligibleStructHelper()
|
| H A D | RISCV.cpp | 209 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 756 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3829 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo() 3943 return {getIntTypeForBitwidth(ElBits, IsSigned), \ in getBuiltinVectorTypeInfo() 12100 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|