Searched refs:getIntSize (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 84 CharUnits getIntSize() const { in getIntSize() function
|
| H A D | CGBlocks.cpp | 493 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader() 495 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader() 502 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader() 522 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader() 524 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader() 526 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader() 875 getIntSize(), "block.flags"); in EmitBlockLiteral() 876 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral() 881 getIntSize(), "block.size"); in EmitBlockLiteral() 884 getIntSize(), "block.align"); in EmitBlockLiteral() [all …]
|
| H A D | MicrosoftCXXABI.cpp | 2285 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 260 unsigned getIntSize() const { in getIntSize() function 588 unsigned getIntSize() const { in getIntSize() function 589 return Impl->getIntSize(); in getIntSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 495 unsigned IntBits = TLI->getIntSize(); in optimizeStrChr() 2140 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) { in replacePowWithExp() 2380 APSInt IntExpo(TLI->getIntSize(), /*isUnsigned=*/false); in optimizePow() 2387 Base, ConstantInt::get(B.getIntNTy(TLI->getIntSize()), IntExpo), in optimizePow() 2399 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow() 2441 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) { in optimizeExp2() 3095 unsigned IntBW = TLI->getIntSize(); in optimizeRemquo() 3521 unsigned IntBits = TLI->getIntSize(); in emitSnPrintfMemCpy() 3570 uint64_t IntMax = maxIntN(TLI->getIntSize()); in optimizeSnPrintFString() 3679 Type *IntTy = B.getIntNTy(TLI->getIntSize()); in optimizeFPrintFString() [all …]
|
| H A D | BuildLibCalls.cpp | 1589 return B.getIntNTy(TLI->getIntSize()); in getIntTy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 662 unsigned IntBits = TLI.getIntSize(); in mergeComparisons()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1175 unsigned IntBits = getIntSize(); in isValidProtoForLibFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 729 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_ExpOp() 762 if (DAG.getLibInfo().getIntSize() != VT1.getSizeInBits()) { in SoftenFloatRes_FFREXP()
|
| H A D | LegalizeIntegerTypes.cpp | 2682 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_ExpOp() 4070 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_CTPOP() 5036 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_Shift()
|
| H A D | LegalizeDAG.cpp | 2326 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandBitCountingLibCall() 4889 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
|