Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSVals.cpp149 return Context.getIntTypeForBitwidth(Value.getBitWidth(), Value.isSigned()); in VisitConcreteInt()
156 return Context.getIntTypeForBitwidth(LI.getNumBits(), in VisitLocAsInteger()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.cpp289 return ast_ctx.getIntTypeForBitwidth(32, true); in BuildType()
303 return ast_ctx.getIntTypeForBitwidth(32, false); in BuildType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.cpp171 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars()
1340 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0); in emitCriticalRegion()
1859 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper()
1861 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper()
2128 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk()
2144 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
HDCGOpenMPRuntime.cpp1955 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress()
2227 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
2340 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
2722 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext()
2952 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl()
2954 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl()
3600 QualType FlagsTy = C.getIntTypeForBitwidth(32, /*Signed=*/false); in getKmpAffinityType()
3661 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit()
3829 C.getIntTypeForBitwidth(C.getTypeSize(C.getSizeType()), /*Signed=*/0), in emitTaskInit()
4036 FlagsTy = C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in getDependTypes()
[all …]
HDCGStmtOpenMP.cpp4029 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
4682 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective()
5123 getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1), in EmitOMPTargetTaskBasedDirective()
5211 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective()
5908 QualType Int64Ty = CGF.CGM.getContext().getIntTypeForBitwidth( in emitRestoreIP()
HDCGAtomic.cpp99 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()
HDCGDecl.cpp1425 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
HDCGStmt.cpp2599 CGF.getContext().getIntTypeForBitwidth(Size, /*Signed=*/false); in EmitAsmStores()
HDCGExpr.cpp3694 QualType QInt64Ty = C.getIntTypeForBitwidth(64, false); in EmitCfiCheckStub()
HDCGBuiltin.cpp2061 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDMips.cpp362 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
HDLoongArch.cpp202 QTy = getContext().getIntTypeForBitwidth(GRLen, false); in detectFARsEligibleStructHelper()
HDRISCV.cpp209 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaRISCV.cpp115 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
118 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
HDSemaX86.cpp942 << 3 << Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyInterruptAttr()
HDSemaStmtAsm.cpp682 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
HDSemaOpenMP.cpp4242 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1).withConst(); in getParallelRegionParams()
4268 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in getTaskRegionParams()
4314 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1).withConst(); in getTaskloopRegionParams()
4316 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0).withConst(); in getTaskloopRegionParams()
4318 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1).withConst(); in getTaskloopRegionParams()
5695 LogicalTy = Ctx.getIntTypeForBitwidth(BitWidth, false); in ActOnOpenMPCanonicalLoop()
8502 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters()
8790 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in buildNumIterations()
8806 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations()
9482 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in widenIterationCount()
[all …]
HDSemaDeclAttr.cpp4391 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
HDSemaExpr.cpp3928 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
12577 const QualType IntTy = Context.getIntTypeForBitwidth(TypeSize, true); in GetSignedSizelessVectorType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h785 QualType getIntTypeForBitwidth(unsigned DestWidth,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
4354 return {getIntTypeForBitwidth(ElBits, IsSigned), \ in getBuiltinVectorTypeInfo()
12582 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext