Searched defs:Offset (Results 126 - 150 of 428) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h120 APInt Offset; member in struct:llvm::detail::PtrUseVisitorBase::UseToVisit
144 APInt Offset; member in class:llvm::detail::PtrUseVisitorBase
210 Offset = APInt(IntPtrTy->getBitWidth(), 0);
222 Offset = std::move(ToVisit.Offset);
253 Offset = APInt();
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h40 /// Offset - This is an offset from the base Value*.
41 int64_t Offset; member in struct:llvm::MachinePointerInfo
44 : V(v), Offset(offset) {}
48 : V(v), Offset(offset) {}
53 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
54 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O);
78 static MachinePointerInfo getStack(int64_t Offset);
149 int64_t getOffset() const { return PtrInfo.Offset; }
195 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; }
H A DMachineRelocation.h50 /// Offset - This is the offset from the start of the code buffer of the
52 uintptr_t Offset; member in class:llvm::MachineRelocation
88 Result.Offset = offset;
108 Result.Offset = offset;
125 Result.Offset = offset;
145 Result.Offset = offset;
164 Result.Offset = offset;
183 Result.Offset = offset;
197 return Offset;
H A DStackMaps.h92 int64_t Offset; member in struct:llvm::StackMaps::Location
93 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {}
94 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset) argument
95 : LocType(LocType), Size(Size), Reg(Reg), Offset(Offset) {}
/external/llvm/include/llvm/Object/
H A DELFYAML.h94 llvm::yaml::Hex64 Offset; member in struct:llvm::ELFYAML::Relocation
/external/llvm/include/llvm/Support/
H A DARMWinEH.h251 /// | Ep Start Idx | Cond |Res| Epilogue Start Offset |
257 /// Epilogue Start Offset: 18-bit field encoding the offset of epilogue relative
352 size_t Offset = HeaderWords(*this); local
353 return ArrayRef<support::ulittle32_t>(&Data[Offset], EpilogueCount());
357 const size_t Offset = HeaderWords(*this) local
360 reinterpret_cast<const support::ulittle8_t *>(&Data[Offset]);
H A DGraphWriter.h246 unsigned Offset = local
248 DestPort = static_cast<int>(Offset);
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h43 int Offset; // Offset relative to stack pointer on function entry. member in struct:llvm::TargetFrameLowering::SpillSlot
/external/llvm/lib/Analysis/
H A DLoopPass.cpp302 void LPPassManager::dumpPassStructure(unsigned Offset) { argument
303 errs().indent(Offset*2) << "Loop Pass Manager\n";
306 P->dumpPassStructure(Offset + 1);
307 dumpLastUses(P, Offset+1);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp202 static void emitDwarfRegOpIndirect(ByteStreamer &Streamer, int Reg, int Offset, argument
212 Streamer.EmitSLEB128(Offset);
269 unsigned Offset = TRI->getSubRegIdxOffset(Idx); local
272 if (PieceOffsetInBits == Offset) {
273 emitDwarfOpPiece(Streamer, Size, Offset);
280 if (Offset)
281 emitDwarfOpShr(Streamer, Offset);
301 unsigned Offset = TRI->getSubRegIdxOffset(Idx); local
307 Intersection.set(Offset, Offset
[all...]
/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp54 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) : argument
55 MI(I), LocalOffset(Offset), FrameIdx(Idx) {}
69 void AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset,
74 int64_t &Offset, unsigned &MaxAlign);
134 int FrameIdx, int64_t &Offset,
139 Offset += MFI->getObjectSize(FrameIdx);
148 Offset = (Offset + Align - 1) / Align * Align;
150 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset;
133 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset, bool StackGrowsDown, unsigned &MaxAlign) argument
166 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo *MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign) argument
189 int64_t Offset = 0; local
261 int64_t Offset = FrameSizeAdjust + LocalFrameOffset - BaseOffset; local
353 int64_t Offset = 0; local
[all...]
H A DStackMaps.cpp221 ((I->Offset + (int64_t(1)<<31)) >> 32) != 0) {
223 auto Result = ConstPool.insert(std::make_pair(I->Offset, I->Offset));
224 I->Offset = Result.first - ConstPool.begin();
334 /// uint32 : Instruction Offset
341 /// int32 : Offset
355 /// 0x2, Direct, Reg + Offset (frame index)
356 /// 0x3, Indirect, [Reg + Offset] (spilled value)
357 /// 0x4, Constant, Offset (small constant)
358 /// 0x5, ConstIndex, Constants[Offset] (larg
397 int Offset = Loc.Offset; local
[all...]
H A DStackProtector.cpp341 unsigned AddressSpace, Offset; local
342 if (TLI->getStackCookieLocation(AddressSpace, Offset)) {
344 ConstantInt::get(Type::getInt32Ty(RI->getContext()), Offset);
H A DTargetRegisterInfo.cpp96 unsigned Offset = countTrailingZeros(Mask); local
97 const TargetRegisterClass *SubRC = getRegClass(Idx + Offset);
100 Mask >>= Offset;
101 Idx += Offset + 1;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h49 uint64_t Offset; member in class:llvm::SDDbgValue
58 Offset(off), DL(dl), Order(O),
68 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
76 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
104 uint64_t getOffset() { return Offset; }
H A DScheduleDAGSDNodes.cpp261 int64_t Offset = Offsets[i]; local
262 SDNode *Load = O2SMap[Offset];
263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp29 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) argument
30 : Kind(K), Offset(Offset), Length(Length) {}
36 virtual uint64_t getOffset() const { return Offset; }
39 /// starting at *Offset and ending at EndOffset. If everything
40 /// goes well, *Offset should be equal to EndOffset when this method
42 virtual void parseInstructions(DataExtractor Data, uint32_t *Offset,
54 /// \brief Offset of this entry in the section.
55 uint64_t Offset; member in class:llvm::FrameEntry
97 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset, argument
201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, SmallString<8> Augmentation, uint64_t CodeAlignmentFactor, int64_t DataAlignmentFactor, uint64_t ReturnAddressRegister) argument
247 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, uint64_t InitialLocation, uint64_t AddressRange) argument
288 dumpDataAux(DataExtractor Data, uint32_t Offset, int Length) argument
300 uint32_t Offset = 0; local
[all...]
H A DDWARFUnit.h41 uint32_t Offset; member in class:llvm::DWARFUnit
104 uint32_t getOffset() const { return Offset; }
105 uint32_t getNextUnitOffset() const { return Offset + Length + 4; }
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h167 /* x86 Offset from the beginning of the method*/
168 unsigned int Offset; member in struct:_LineNumberInfo
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp258 uint64_t Offset, uint64_t Value,
266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
290 uint64_t FinalAddress = Section.LoadAddress + Offset;
304 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
305 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
306 uint64_t FinalAddress = Section.LoadAddress + Offset;
317 reinterpret_cast<uint64_t *>(Section.ObjAddress + Offset);
318 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
257 resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset) argument
326 resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
358 resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
[all...]
/external/llvm/lib/IR/
H A DPass.cpp53 void Pass::dumpPassStructure(unsigned Offset) { argument
54 dbgs().indent(Offset*2) << getPassName() << "\n";
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectSymbolizer.cpp132 uint64_t Offset, uint64_t InstSize) {
143 if (const RelocationRef *R = findRelocationAt(Address + Offset)) {
130 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp174 static uint64_t getLegalMapOffset(uint64_t Offset) { argument
175 return Offset & ~(sys::fs::mapped_file_region::alignment() - 1);
178 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { argument
179 return Len + (Offset - getLegalMapOffset(Offset));
182 const char *getStart(uint64_t Len, uint64_t Offset) { argument
183 return MFR.const_data() + (Offset - getLegalMapOffset(Offset));
188 uint64_t Offset, std::error_code EC)
190 getLegalMapSize(Len, Offset), getLegalMapOffse
187 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, uint64_t Offset, std::error_code EC) argument
263 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatileSize) argument
312 getOpenFileImpl(int FD, const char *Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) argument
397 getOpenFileSlice(int FD, const char *Filename, uint64_t MapSize, int64_t Offset, bool IsVolatileSize) argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp52 /// Offset - Distance from the beginning of the function to the beginning
56 unsigned Offset; member in struct:__anon25094::AArch64BranchRelaxation::BasicBlockInfo
65 BasicBlockInfo() : Offset(0), Size(0) {}
71 unsigned PO = Offset + Size;
113 assert(BlockInfo[Num].Offset % (1u << Align) == 0);
114 assert(!Num || BlockInfo[PrevNum].postOffset() <= BlockInfo[Num].Offset);
124 dbgs() << format("BB#%u\toffset=%08x\t", MBB.getNumber(), BBI.Offset)
181 unsigned Offset = BlockInfo[MBB->getNumber()].Offset; local
186 Offset
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp393 uint32_t Offset = Target.getConstant(); local
395 Offset += 1 << Log2Size;
396 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD))

Completed in 324 milliseconds

1234567891011>>