Searched refs:getIntSize (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.h | 194 unsigned getIntSize() const { in getIntSize() function 405 unsigned getIntSize() const { in getIntSize() function 406 return Impl->getIntSize(); in getIntSize()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenTypeCache.h | 78 CharUnits getIntSize() const { in getIntSize() function
|
| D | CGBlocks.cpp | 461 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader() 463 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader() 470 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader() 490 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader() 492 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader() 494 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader() 873 getIntSize(), "block.flags"); in EmitBlockLiteral() 874 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral() 879 getIntSize(), "block.size"); in EmitBlockLiteral() 882 getIntSize(), "block.align"); in EmitBlockLiteral() [all …]
|
| D | MicrosoftCXXABI.cpp | 2249 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1529 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in replacePowWithExp() 1770 APSInt IntExpo(TLI->getIntSize(), /*isUnsigned=*/false); in optimizePow() 1776 Base, ConstantInt::get(B.getIntNTy(TLI->getIntSize()), IntExpo), M, B); in optimizePow() 1782 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow() 1813 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) in optimizeExp2()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TargetLibraryInfo.cpp | 1520 FTy.getParamType(1)->isIntegerTy(getIntSize())); in isValidProtoForLibFunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 588 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_FPOWI()
|
| D | LegalizeDAG.cpp | 4053 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
|
| D | LegalizeIntegerTypes.cpp | 2013 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_FPOWI()
|