Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h194 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/
DCodeGenTypeCache.h78 CharUnits getIntSize() const { in getIntSize() function
DCGBlocks.cpp461 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 …]
DMicrosoftCXXABI.cpp2249 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1529 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/
DTargetLibraryInfo.cpp1520 FTy.getParamType(1)->isIntegerTy(getIntSize())); in isValidProtoForLibFunc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp588 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_FPOWI()
DLegalizeDAG.cpp4053 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp2013 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_FPOWI()