Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp305 return ast_ctx.getIntTypeForBitwidth(32, true); in BuildType()
322 return ast_ctx.getIntTypeForBitwidth(32, false); in BuildType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp287 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars()
2199 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsProlog()
2404 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsEpilog()
2438 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in emitTeamsCall()
2818 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction()
2853 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore()
3211 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction()
4075 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper()
4077 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper()
4305 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk()
[all …]
H A DCGOpenMPRuntime.cpp1207 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in CGOpenMPRuntime()
3152 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
3547 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext()
4193 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true)); in getTgtOffloadEntryQTy()
4195 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true)); in getTgtOffloadEntryQTy()
4244 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true)); in getTgtBinaryDescriptorQTy()
4326 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl()
4328 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl()
5064 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in emitTaskCall()
6069 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false)); in emitTaskReductionInit()
[all …]
H A DCGAtomic.cpp102 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()
729 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
1155 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
H A DCGStmtOpenMP.cpp2525 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
2813 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective()
3176 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective()
H A DCGDecl.cpp1279 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
H A DTargetInfo.cpp7142 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
H A DCGBuiltin.cpp1048 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2490 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
2508 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
2552 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart()
2633 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart()
2636 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart()
2639 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart()
4527 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in buildNumIterations()
4543 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations()
5046 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in widenIterationCount()
5345 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in checkOpenMPLoop()
[all …]
H A DSemaDeclAttr.cpp4011 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
5557 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
H A DSemaExpr.cpp3507 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h532 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h697 QualType getIntTypeForBitwidth(unsigned DestWidth,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10021 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext