Searched refs:getIntSize (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 197 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 D | CodeGenTypeCache.h | 84 CharUnits getIntSize() const { in getIntSize() function
|
| H A D | CGBlocks.cpp | 511 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 D | MicrosoftCXXABI.cpp | 2256 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1828 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 D | TargetLibraryInfo.cpp | 1723 FTy.getParamType(1)->isIntegerTy(getIntSize())); in isValidProtoForLibFunc()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2210 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_FPOWI() 4242 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 | 4138 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
|