| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CallingConvEmitter.cpp | 69 for (unsigned i = 0, e = CCActions->getSize(); i != e; ++i) { in EmitCallingConv() 87 for (unsigned i = 0, e = VTs->getSize(); i != e; ++i) { in EmitAction() 111 if (RegList->getSize() == 1) { in EmitAction() 118 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction() 124 << Counter << ", " << RegList->getSize() << ")) {\n"; in EmitAction() 133 if (ShadowRegList->getSize() >0 && in EmitAction() 134 ShadowRegList->getSize() != RegList->getSize()) in EmitAction() 137 if (RegList->getSize() == 1) { in EmitAction() 149 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction() 158 for (unsigned i = 0, e = ShadowRegList->getSize(); i != e; ++i) { in EmitAction() [all …]
|
| D | CodeGenMapTable.cpp | 131 if (ColValList->getSize() == 0) in InstrMap() 135 for (unsigned i = 0, e = ColValList->getSize(); i < e; i++) { in InstrMap() 140 if (ColI->getSize() != ColFields->getSize()) in InstrMap() 246 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in buildRowInstrMap() 272 for (unsigned j = 0, endCF = ColFields->getSize(); in isKeyColInstr() 316 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in getInstrForColumn() 334 for (unsigned j = 0, endCF = ColFields->getSize(); in getInstrForColumn() 446 for (unsigned j = 0, ColSize = ColumnI->getSize(); j < ColSize; j++) { in emitMapFuncBody() 451 if (j < ColumnI->getSize() - 1) OS << " && "; in emitMapFuncBody() 481 for (unsigned i = 0, e = ColFields->getSize(); i < e; i++) { in emitTablesWithFunc() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetRegisterInfo.cpp | 221 if (RCA->getSize() < RCB->getSize()) { in getCommonSuperRegClass() 229 unsigned MinSize = RCA->getSize(); in getCommonSuperRegClass() 237 if (!RC || RC->getSize() < MinSize) in getCommonSuperRegClass() 246 if (BestRC && RC->getSize() >= BestRC->getSize()) in getCommonSuperRegClass() 255 if (BestRC->getSize() == MinSize) in getCommonSuperRegClass()
|
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCWin64EH.cpp | 43 if (I->getSize() > 512*1024-8) in CountOfUnwindCodes() 78 if (inst.getSize() > 512*1024-8) { in EmitUnwindCode() 81 w = inst.getSize() & 0xFFF8; in EmitUnwindCode() 83 w = inst.getSize() >> 16; in EmitUnwindCode() 86 w = inst.getSize() >> 3; in EmitUnwindCode() 91 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4; in EmitUnwindCode()
|
| D | MCObjectSymbolizer.cpp | 73 StubsSec.getSize(StubsCount); in MCMachObjectSymbolizer() 167 uint64_t SymSize; SI->getSize(SymSize); in tryAddingSymbolicOperand() 225 uint64_t SSize; It->getSize(SSize); in findSectionContaining() 251 uint64_t SSize; SI->getSize(SSize); in buildSectionList() 276 uint64_t Size; RelSecI->getSize(Size); in buildRelocationByAddrMap()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | AliasSetTracker.cpp | 50 L->getSize(), in mergeSetIn() 53 R->getSize(), in mergeSetIn() 105 AA.alias(AliasAnalysis::Location(P->getValue(), P->getSize(), in addPointer() 154 SomePtr->getSize(), in aliasesPointer() 163 AliasAnalysis::Location(I.getPointer(), I.getSize(), in aliasesPointer() 193 I.getSize(), in aliasesUnknownInst() 385 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add() 539 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue() 570 OS << ", " << I.getSize() << ")"; in print()
|
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFTypeUnit.h | 26 uint32_t getSize() const LLVM_OVERRIDE { return DWARFUnit::getSize() + 12; } in getSize() function
|
| D | DWARFUnit.h | 107 virtual uint32_t getSize() const { return 11; } in getSize() function 108 uint32_t getFirstDIEOffset() const { return Offset + getSize(); } in getFirstDIEOffset() 111 size_t getDebugInfoSize() const { return Length + 4 - getSize(); } in getDebugInfoSize()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Object/ |
| D | Archive.h | 38 uint32_t getSize() const; 85 uint64_t getSize() const { return Data.size() - StartOfFile; } in getSize() function 88 return StringRef(Data.data() + StartOfFile, getSize()); in getBuffer()
|
| D | ObjectFile.h | 152 error_code getSize(uint64_t &Result) const; 221 error_code getSize(uint64_t &Result) const; 425 inline error_code SymbolRef::getSize(uint64_t &Result) const { in getSize() function 476 inline error_code SectionRef::getSize(uint64_t &Result) const { in getSize() function
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ArrayRecycler.h | 83 size_t getSize() const { return size_t(1u) << Index; } in getSize() function 129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align)); in allocate()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | RecordLayoutBuilder.cpp | 152 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes() 178 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes() 428 ElementOffset += Layout.getSize(); in CanPlaceFieldSubobjectAtOffset() 532 ElementOffset += Layout.getSize(); in UpdateEmptyFieldSubobjects() 759 CharUnits getSize() const { in getSize() function in __anon530092070111::RecordLayoutBuilder 981 setSize(getSize().RoundUpToAlignment(BaseAlign)); in EnsureVTablePointerAlignment() 982 setDataSize(getSize()); in EnsureVTablePointerAlignment() 1031 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases() 1032 setDataSize(getSize()); in LayoutNonVirtualBases() 1201 setSize(std::max(getSize(), Layout.getSize())); in LayoutBase() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.cpp | 189 if (isLoadOfStoredAddress(MO->getSize(), in getHazardType() 216 StoreSize[NumStores] = MO->getSize(); in EmitInstruction()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/ |
| D | SIMCCodeEmitter.cpp | 132 unsigned bytes = Desc.getSize(); in EncodeInstruction() 192 if (Enc != ~0U && (Enc != 255 || Desc.getSize() == 4)) in getMachineOpValue()
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-ar/ |
| D | llvm-ar.cpp | 309 outs() << ' ' << format("%6llu", I->getSize()); in doDisplayTable() 794 Status.getSize(), false), in performWriteOperation() 801 Status.permissions(), Status.getSize()); in performWriteOperation() 806 Status.getSize()); in performWriteOperation() 815 OldMember->getAccessMode(), OldMember->getSize()); in performWriteOperation() 820 OldMember->getSize()); in performWriteOperation()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | AliasSetTracker.h | 70 uint64_t getSize() const { return Size; } in getSize() function 206 uint64_t getSize() const { return CurNode->getSize(); } in getSize() function
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreFrameLowering.cpp | 399 FrameIdx = MFI->CreateFixedObject(RC->getSize(), 0, true); in processFunctionBeforeCalleeSavedScan() 401 FrameIdx = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), in processFunctionBeforeCalleeSavedScan() 409 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(), in processFunctionBeforeCalleeSavedScan() 416 XFI->setFPSpillSlot(MFI->CreateStackObject(RC->getSize(), in processFunctionBeforeCalleeSavedScan()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.cpp | 415 switch(RC->getSize()) { in storeRegToStackSlot() 425 switch (RC->getSize()) { in storeRegToStackSlot() 461 switch(RC->getSize()) { in loadRegFromStackSlot() 471 switch (RC->getSize()) { in loadRegFromStackSlot() 584 if (MCID.getSize()) in getInstSizeInBytes() 585 return MCID.getSize(); in getInstSizeInBytes()
|
| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | Archive.cpp | 43 uint32_t ArchiveMemberHeader::getSize() const { in getSize() function in ArchiveMemberHeader 89 Data = StringRef(Start, sizeof(ArchiveMemberHeader) + Header->getSize()); in Child() 144 + Parent->StringTable->getSize())) in getName()
|
| D | Object.cpp | 127 if (error_code ec = (*unwrap(SI))->getSize(ret)) in LLVMGetSectionSize() 201 if (error_code ec = (*unwrap(SI))->getSize(ret)) in LLVMGetSymbolSize()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCleanup.h | 434 static size_t getSize() { return sizeof(EHTerminateScope); } in getSize() function 476 Ptr += EHTerminateScope::getSize(); 523 StartOfData += EHTerminateScope::getSize(); in popTerminate()
|
| D | CGRecordLayoutBuilder.cpp | 206 Packed = D->hasAttr<PackedAttr>() || Layout.getSize() % Alignment != 0; in Layout() 534 CharUnits recordSize = layout.getSize(); in LayoutUnion() 720 CharUnits RecordSize = Layout.getSize(); in ComputeNonVirtualBaseType() 816 AppendTailPadding(Layout.getSize()); in LayoutFields() 991 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize()); in ComputeRecordLayout()
|
| /freebsd-10-stable/contrib/llvm/lib/TableGen/ |
| D | Record.cpp | 279 for (unsigned i = 0, e = LI->getSize(); i != e; ++i) in convertValue() 653 if (Elements[i] >= getSize()) in convertInitListSlice() 670 Resolved.reserve(getSize()); in resolveReferences() 673 for (unsigned i = 0, e = getSize(); i != e; ++i) { in resolveReferences() 692 if (Elt >= getSize()) in resolveListElementReference() 814 if (LHSl->getSize() == 0) { in Fold() 824 if (LHSl->getSize() == 0) { in Fold() 841 if (LHSl->getSize() == 0) { in Fold() 1347 if (Elt >= LI->getSize()) in resolveListElementReference() 1510 if (Elt >= LI->getSize()) return 0; in resolveListElementReference() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsFrameLowering.cpp | 114 unsigned Size = TRI.getMinimalPhysRegClass(*R)->getSize(); in estimateStackSize()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | SIInsertWaits.cpp | 143 unsigned Size = TRI->getMinimalPhysRegClass(Reg)->getSize(); in getHwCounts() 193 unsigned Size = TRI->getMinimalPhysRegClass(Reg)->getSize(); in getRegInterval()
|