Searched refs:getSize (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp126 ArraySize = CAT->getSize().getZExtValue();
247 MostDerivedArraySize = CAT->getSize().getZExtValue();
2146 unsigned Elts = CAT->getSize().getZExtValue();
2321 if (CAT->getSize().ule(Index)) {
5543 ArrayType->getSize().getZExtValue()))
5548 Result.getStructField(1) = APValue(APSInt(ArrayType->getSize()));
5825 CAT->getSize().getZExtValue());
5877 unsigned NumElts = CAT->getSize().getZExtValue();
5932 unsigned N = CAT->getSize().getZExtValue();
6380 if (Index + 1 != CAT->getSize())
[all...]
H A DASTDumper.cpp280 OS << " " << T->getSize();
H A DTypePrinter.cpp447 OS << T->getSize().getZExtValue() << ']';
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp603 if (MCID.getSize())
604 return MCID.getSize();
860 switch (RC->getSize()) {
1048 switch (RC->getSize()) {
3001 Size += (*I)->getSize();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp173 return CGF.CGM.getSize(size);
746 Val1Scalar = Builder.CreateMul(Val1Scalar, CGM.getSize(PointeeIncAmt));
H A DCGExpr.cpp670 if (CAT->getSize().ugt(1))
709 return CGF.Builder.getInt(CAT->getSize());
2807 {CGM.getSize(CharUnits::Zero()), Idx},
2910 ConstLength = CAT->getSize();
H A DCGExprScalar.cpp2028 size = CGF.Builder.CreateNUWMul(CGF.CGM.getSize(eltSize), numElts);
2465 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
2675 divisor = CGF.Builder.CreateNUWMul(CGF.CGM.getSize(eltSize), divisor);
2693 divisor = CGF.CGM.getSize(elementSize);
H A DCGOpenMPRuntime.cpp444 CGM.getSize(getIdentSize(CGF.CGM)));
1099 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)),
2850 auto *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy));
H A DCGExprAgg.cpp358 llvm::Value *Size = Builder.getInt(ArrayType->getSize());
H A DCGObjCMac.cpp2233 uint64_t ElCount = CArray->getSize().getZExtValue();
2239 ElCount *= CArray->getSize().getZExtValue();
3224 CGM.getContext().getASTObjCImplementationLayout(ID).getSize();
4708 numElts *= arrayType->getSize().getZExtValue();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1096 NumElements = CAT->getSize().getZExtValue();
2059 Size = CAT->getSize().getZExtValue();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1196 if (SuperRC->getSize() <= BestRC->getSize())
H A DLiveInterval.cpp1050 unsigned LiveInterval::getSize() const {
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp203 size_t EHFrameSize = Sections[EHFrameSID].getSize();
215 size_t EHFrameSize = Sections[EHFrameSID].getSize();
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1653 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(),
1663 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(),
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1832 SpillSlotOffset -= RC->getSize();
1834 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset);
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h112 uint64_t getSize() const { function in class:llvm::object::ELFSymbolRef
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp333 uint16_t BW = RC->getSize()*8;
H A DHexagonExpandCondsets.cpp665 switch (RC->getSize()) {
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp944 S.Size = ELFSymbolRef(Sym).getSize();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1314 if (ConstantArrayArg->getSize() != ConstantArrayParm->getSize())
1354 llvm::APSInt Size(ConstantArrayArg->getSize());
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1336 unsigned Width = getRegClass(LdSt->getDesc(), 0, TRI, MF)->getSize();
1847 switch (RC->getSize()) {
1945 switch (RC->getSize()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp163 Writer.AddAPInt(T->getSize(), Record);
1296 Record.push_back(M->File->getSize());
1569 (uint64_t)Entry.File->getSize(),
1687 return llvm::hash_combine(key.FE->getSize(),
1708 LE.write<uint64_t>(key.FE->getSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1719 size = record_layout.getSize().getQuantity() * m_ast_context->getCharWidth();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp279 FileMgr.getVirtualFile(RF.first, ToFile->getSize(), 0);

Completed in 583 milliseconds

12345678