| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 305 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 D | CGOpenMPRuntimeNVPTX.cpp | 287 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 D | CGOpenMPRuntime.cpp | 1207 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 D | CGAtomic.cpp | 102 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 D | CGStmtOpenMP.cpp | 2525 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 D | CGDecl.cpp | 1279 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
|
| H A D | TargetInfo.cpp | 7142 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
|
| H A D | CGBuiltin.cpp | 1048 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2490 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 D | SemaDeclAttr.cpp | 4011 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr() 5557 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
|
| H A D | SemaExpr.cpp | 3507 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 532 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 697 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10021 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|