Searched refs:getSize (Results 251 - 275 of 279) sorted by relevance

<<1112

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp908 AT->getElementType(), AT->getSize().getZExtValue());
2409 uint64_t ArrSize = ArrTy->getSize().getZExtValue();
H A DCGStmtOpenMP.cpp286 return Builder.CreateNUWMul(Size, CGM.getSize(SizeInChars));
288 return CGM.getSize(SizeInChars);
H A DCodeGenModule.cpp768 llvm::ConstantInt *CodeGenModule::getSize(CharUnits size) { function in class:CodeGenModule
4908 Str.resize(CAT->getSize().getZExtValue());
H A DCodeGenFunction.h526 size_t getSize() const { return Size; } function in struct:clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader
H A DCGDebugInfo.cpp2702 Count = CAT->getSize().getZExtValue();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2958 const llvm::APInt &getSize() const { return Size; } function in class:clang::final
2978 Profile(ID, Ctx, getElementType(), getSize(), getSizeExpr(),
H A DExpr.h5059 ->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4292 unsigned HexagonInstrInfo::getSize(const MachineInstr &MI) const { function in class:HexagonInstrInfo
4296 unsigned Size = MI.getDesc().getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2008 return get(Opcode).getSize();
4278 Width = (*LdSt.memoperands_begin())->getSize();
H A DPPCISelLowering.cpp7942 if (!Subtarget.hasP9Vector() && MMO->getSize() <= 2)
13484 if (MMO->getSize() < 16)
13554 if (MMO->getSize() < 16)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8907 size_t TypeSize = T->getSize().getZExtValue();
8970 size_t TypeSize = T->getSize().getZExtValue();
9914 if (CAT->getSize().getSExtValue() <= 1)
13543 llvm::APInt size = ArrayTy->getSize();
H A DSemaDeclCXX.cpp918 llvm::APSInt(CAT->getSize()),
4871 if (!ArrayT->getSize())
7235 CAT->getSize(), Subobj);
13462 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
H A DSemaStmt.cpp2460 Context, CAT->getSize(), Context.getPointerDiffType(), RangeLoc);
H A DSemaExpr.cpp5417 if (ArgCAT->getSize().ult(CAT->getSize())) {
5420 << (unsigned)ArgCAT->getSize().getZExtValue()
5421 << (unsigned)CAT->getSize().getZExtValue() << 0;
H A DSemaOpenMP.cpp15138 return ATy->getSize().getSExtValue() != 1;
15179 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue();
15203 return ATy->getSize().getSExtValue() != 1;
H A DTreeTransform.h4844 T->getSize(), NewSize,
10873 ArraySize = IntegerLiteral::Create(SemaRef.Context, ConsArrayT->getSize(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp800 if (8 * MMO.getSize() != DstTy.getSizeInBits()) {
852 if (8 * MMO.getSize() != SrcTy.getSizeInBits()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp2959 Out << 'A' << T->getSize() << '_';
H A DType.cpp902 return Ctx.getConstantArrayType(elementType, T->getSize(), T->getSizeExpr(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp984 const int MemSize = MMO->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4012 Info.Size = Section.getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3544 &MMO, MMO.getOffset(), MMO.getSize()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3713 llvm::APInt Dim = CAT->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4422 Strtab.resize(StrtabBuilder.getSize());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp534 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize());
8987 assert(memvt.getStoreSize().getKnownMinSize() <= MMO->getSize() &&

Completed in 1114 milliseconds

<<1112