Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1180 auto Int32Ty = CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, in emitParallelCall()
1215 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress()
1291 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true), in emitIfStmt()
1436 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
1721 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true), in emitForNext()
2132 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskCall()
2308 QualType FlagsTy = C.getIntTypeForBitwidth( in emitTaskCall()
HDCGAtomic.cpp100 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()
658 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
985 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
HDCGStmtOpenMP.cpp1223 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
HDTargetInfo.cpp5870 Ty = CGF.getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1160 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1236 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1248 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1260 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1272 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1321 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
2744 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in BuildNumIterations()
2758 QualType NewType = C.getIntTypeForBitwidth( in BuildNumIterations()
3074 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in WidenIterationCount()
3274 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop()
[all …]
HDSemaDeclAttr.cpp3205 NewElemTy = S.Context.getIntTypeForBitwidth( in handleModeAttr()
HDSemaExpr.cpp3397 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h524 QualType getIntTypeForBitwidth(unsigned DestWidth,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8458 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext