Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h84 CharUnits getIntSize() const { in getIntSize() function
H A DCGBlocks.cpp484 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()
486 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()
493 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
513 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
517 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
851 getIntSize(), "block.flags"); in EmitBlockLiteral()
852 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral()
857 getIntSize(), "block.size"); in EmitBlockLiteral()
860 getIntSize(), "block.align"); in EmitBlockLiteral()
2743 getIntSize(), "byref.flags"); in emitByrefStructureInit()
[all …]
H A DMicrosoftCXXABI.cpp2280 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h255 unsigned getIntSize() const { in getIntSize() function
565 unsigned getIntSize() const { in getIntSize() function
566 return Impl->getIntSize(); in getIntSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp478 unsigned IntBits = TLI->getIntSize(); in optimizeStrChr()
2056 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in replacePowWithExp()
2288 APSInt IntExpo(TLI->getIntSize(), /*isUnsigned=*/false); in optimizePow()
2295 Base, ConstantInt::get(B.getIntNTy(TLI->getIntSize()), IntExpo), in optimizePow()
2307 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow()
2342 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) { in optimizeExp2()
3177 unsigned IntBits = TLI->getIntSize(); in emitSnPrintfMemCpy()
3229 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString()
3340 Type *IntTy = B.getIntNTy(TLI->getIntSize()); in optimizeFPrintFString()
3409 Type *IntTy = B.getIntNTy(TLI->getIntSize()); in optimizeFWrite()
H A DBuildLibCalls.cpp1429 return B.getIntNTy(TLI->getIntSize()); in getIntTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp658 unsigned IntBits = TLI.getIntSize(); in mergeComparisons()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1079 unsigned IntBits = getIntSize(); in isValidProtoForLibFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp645 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_ExpOp()
675 if (DAG.getLibInfo().getIntSize() != VT1.getSizeInBits()) { in SoftenFloatRes_FFREXP()
H A DLegalizeIntegerTypes.cpp2384 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_ExpOp()
4633 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_Shift()
H A DLegalizeDAG.cpp4555 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()