Home
last modified time | relevance | path

Searched refs:getIntTypeForBitwidth (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp284 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 DSVals.cpp149 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 DSemaRISCVVectorLookup.cpp94 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
97 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
H A DSemaOpenMP.cpp4289 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 DSemaStmtAsm.cpp674 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
H A DSemaDeclAttr.cpp4628 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
7220 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
H A DSemaExpr.cpp4017 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 DCGOpenMPRuntimeGPU.cpp208 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 DCGOpenMPRuntime.cpp2418 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 DCGAtomic.cpp99 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 DCGStmtOpenMP.cpp3926 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 DCGStmt.cpp2791 QualType Ty = getContext().getIntTypeForBitwidth(Size, /*Signed*/ false); in EmitAsmStmt()
H A DCGDecl.cpp1405 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
H A DTargetInfo.cpp8210 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
11028 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
H A DCGBuiltin.cpp1713 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h571 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h779 QualType getIntTypeForBitwidth(unsigned DestWidth,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3844 {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