Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp287 return ast_ctx.getIntTypeForBitwidth(32, true); in BuildType()
301 return ast_ctx.getIntTypeForBitwidth(32, false); in BuildType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp95 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
98 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
H A DSemaOpenMP.cpp4183 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
4203 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
4248 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
4309 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
4344 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart()
4347 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart()
4350 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart()
4389 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart()
4392 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart()
4395 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart()
[all …]
H A DSemaStmtAsm.cpp680 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
H A DSemaDeclAttr.cpp4746 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
7460 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
H A DSemaExpr.cpp4011 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
13156 const QualType IntTy = Context.getIntTypeForBitwidth(TypeSize, true); in GetSignedSizelessVectorType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp191 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars()
1303 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0); in emitCriticalRegion()
1400 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction()
1436 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore()
1754 C.getIntTypeForBitwidth(32, /* Signed */ true), in emitInterWarpCopyFunction()
1827 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction()
3143 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper()
3145 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper()
3407 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk()
3423 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2123 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress()
2395 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
2508 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
2874 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext()
3139 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl()
3141 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl()
3788 QualType FlagsTy = C.getIntTypeForBitwidth(32, /*Signed=*/false); in getKmpAffinityType()
3849 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit()
4017 C.getIntTypeForBitwidth(C.getTypeSize(C.getSizeType()), /*Signed=*/0), in emitTaskInit()
4223 FlagsTy = C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in getDependTypes()
[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.cpp3984 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
4610 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective()
5039 getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1), in EmitOMPTargetTaskBasedDirective()
5120 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective()
5827 QualType Int64Ty = CGM.getContext().getIntTypeForBitwidth( in EmitOMPOrderedDirective()
H A DCGStmt.cpp2802 QualType Ty = getContext().getIntTypeForBitwidth(Size, /*Signed*/ false); in EmitAsmStmt()
H A DCGDecl.cpp1409 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
H A DTargetInfo.cpp8335 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
11157 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper()
11929 QTy = getContext().getIntTypeForBitwidth(GRLen, false); in detectFARsEligibleStructHelper()
H A DCGBuiltin.cpp1728 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h750 QualType getIntTypeForBitwidth(unsigned DestWidth,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3874 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
3984 return {getIntTypeForBitwidth(ElBits, IsSigned), \ in getBuiltinVectorTypeInfo()
11958 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext