Searched refs:getIntSize (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 209 unsigned getIntSize() const { in getIntSize() function 507 unsigned getIntSize() const { in getIntSize() function 508 return Impl->getIntSize(); in getIntSize()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 87 CharUnits getIntSize() const { in getIntSize() function
|
| H A D | CGBlocks.cpp | 509 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader() 511 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader() 518 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader() 538 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader() 540 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader() 542 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader() 876 getIntSize(), "block.flags"); in EmitBlockLiteral() 877 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral() 882 getIntSize(), "block.size"); in EmitBlockLiteral() 885 getIntSize(), "block.align"); in EmitBlockLiteral() [all …]
|
| H A D | MicrosoftCXXABI.cpp | 2265 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 437 unsigned IntBits = TLI->getIntSize(); in optimizeStrChr() 1945 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in replacePowWithExp() 2177 APSInt IntExpo(TLI->getIntSize(), /*isUnsigned=*/false); in optimizePow() 2184 Base, ConstantInt::get(B.getIntNTy(TLI->getIntSize()), IntExpo), in optimizePow() 2196 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow() 2227 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) in optimizeExp2() 3057 unsigned IntBits = TLI->getIntSize(); in emitSnPrintfMemCpy() 3109 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString() 3220 Type *IntTy = B.getIntNTy(TLI->getIntSize()); in optimizeFPrintFString() 3290 Type *IntTy = B.getIntNTy(TLI->getIntSize()); in optimizeFWrite()
|
| H A D | BuildLibCalls.cpp | 1430 return B.getIntNTy(TLI->getIntSize()); in getIntTy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 655 unsigned IntBits = TLI.getIntSize(); in mergeComparisons()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1051 unsigned IntBits = getIntSize(); in isValidProtoForLibFunc()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2218 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_FPOWI() 4358 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_Shift()
|
| H A D | LegalizeFloatTypes.cpp | 600 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_FPOWI()
|
| H A D | LegalizeDAG.cpp | 4167 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
|