| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 149 return Context.getIntTypeForBitwidth(Value.getBitWidth(), Value.isSigned()); in VisitConcreteInt() 162 return Context.getIntTypeForBitwidth(LI.getNumBits(), in VisitNonLocLocAsInteger()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 94 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual() 97 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
|
| H A D | SemaOpenMP.cpp | 4289 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4292 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4295 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() 4334 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4337 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4340 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() 5819 LogicalTy = Ctx.getIntTypeForBitwidth(BitWidth, false); in ActOnOpenMPCanonicalLoop() 8461 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() 8737 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in buildNumIterations() 8753 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations() [all …]
|
| H A D | SemaStmtAsm.cpp | 674 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
|
| H A D | SemaDeclAttr.cpp | 4628 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr() 7220 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
|
| H A D | SemaExpr.cpp | 4017 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant() 12875 const QualType IntTy = Context.getIntTypeForBitwidth(TypeSize, true); in GetSignedSizelessVectorType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 208 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars() 1655 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0); in emitCriticalRegion() 1752 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction() 1788 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore() 2106 C.getIntTypeForBitwidth(32, /* Signed */ true), in emitInterWarpCopyFunction() 2179 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() 3495 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper() 3497 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper() 3769 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk() 3785 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
|
| H A D | CGOpenMPRuntime.cpp | 2418 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() 2531 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk() 2881 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext() 3454 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl() 4103 QualType FlagsTy = C.getIntTypeForBitwidth(32, /*Signed=*/false); in getKmpAffinityType() 4795 Loc, C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0), in emitDependClause() 5971 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false)); in emitTaskReductionInit() 9362 QualType Int64Ty = C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in emitNonContiguousDescriptor() 9497 Ctx.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in emitOffloadingArrays() 9541 CGM.getNaturalTypeAlignment(Ctx.getIntTypeForBitwidth( in emitOffloadingArrays() [all …]
|
| H A D | CGAtomic.cpp | 99 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo() 790 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument() 1291 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
|
| H A D | CGStmtOpenMP.cpp | 3926 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() 4557 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective() 4986 getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1), in EmitOMPTargetTaskBasedDirective() 5067 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective() 5763 QualType Int64Ty = CGM.getContext().getIntTypeForBitwidth( in EmitOMPOrderedDirective()
|
| H A D | CGStmt.cpp | 2791 QualType Ty = getContext().getIntTypeForBitwidth(Size, /*Signed*/ false); in EmitAsmStmt()
|
| H A D | CGDecl.cpp | 1405 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
|
| H A D | TargetInfo.cpp | 8210 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg() 11028 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
|
| H A D | CGBuiltin.cpp | 1713 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 571 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 779 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3844 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo() 3954 return {getIntTypeForBitwidth(ElBits, IsSigned), \ in getBuiltinVectorTypeInfo() 11813 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|