Searched refs:getSizeTTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 31 IntegerType *getSizeTTy(Module &M) { in getSizeTTy() function 120 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc() 150 auto *Begin = ConstantInt::get(getSizeTTy(M), Entry->ImageOffset); in createBinDesc() 152 ConstantInt::get(getSizeTTy(M), Entry->ImageOffset + Entry->ImageSize); in createBinDesc() 351 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction() 399 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction() 404 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction() 409 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction() 411 auto *Size = Builder.CreateLoad(getSizeTTy(M), SizePtr, "size"); in createRegisterGlobalsFunction() 414 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1443 static IntegerType *getSizeTTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getSizeTTy() function 1471 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrLen() 1493 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCmp() 1517 Type *SizeTTy = getSizeTTy(B, TLI); in emitStrNCpy() 1525 Type *SizeTTy = getSizeTTy(B, TLI); in emitStpNCpy() 1541 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCpyChk() 1555 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemPCpy() 1565 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemChr() 1575 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemRChr() 1585 Type *SizeTTy = getSizeTTy(B, TLI); in emitMemCmp() [all …]
|