Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h197 unsigned getIntSize() const { in getIntSize() function
410 unsigned getIntSize() const { in getIntSize() function
411 return Impl->getIntSize(); in getIntSize()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h84 CharUnits getIntSize() const { in getIntSize() function
H A DCGBlocks.cpp511 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()
513 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()
520 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
540 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
544 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
880 getIntSize(), "block.flags"); in EmitBlockLiteral()
881 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral()
886 getIntSize(), "block.size"); in EmitBlockLiteral()
889 getIntSize(), "block.align"); in EmitBlockLiteral()
2786 getIntSize(), "byref.flags"); in emitByrefStructureInit()
[all …]
H A DMicrosoftCXXABI.cpp2256 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1828 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in replacePowWithExp()
2060 APSInt IntExpo(TLI->getIntSize(), /*isUnsigned=*/false); in optimizePow()
2067 Base, ConstantInt::get(B.getIntNTy(TLI->getIntSize()), IntExpo), in optimizePow()
2079 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow()
2111 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) in optimizeExp2()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1723 FTy.getParamType(1)->isIntegerTy(getIntSize())); in isValidProtoForLibFunc()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2210 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_FPOWI()
4242 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_Shift()
H A DLegalizeFloatTypes.cpp600 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_FPOWI()
H A DLegalizeDAG.cpp4138 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()