Searched refs:Offset (Results 76 - 100 of 957) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp38 uint64_t Offset; member in struct:__anon26289::PointerOffsetPair
95 POP.Offset = 0;
99 APInt Offset(BitWidth, 0);
100 if (GEP->accumulateConstantOffset(*DL, Offset))
101 POP.Offset += Offset.getZExtValue();
120 return A.POP.Offset < B.POP.Offset;
142 PrevOffset = L.POP.Offset;
149 if (L.POP.Offset > PrevOffse
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h58 SDValue &Offset) const;
63 SDValue &Offset) const;
67 SDValue &Offset) const;
71 SDValue &Offset) const;
74 SDValue &Offset) const;
78 SDValue &Offset) const;
81 SDValue &Offset, SDValue &Alias);
H A DMipsSEISelDAGToDAG.h43 bool selectAddrFrameIndex(SDValue Addr, SDValue &Base, SDValue &Offset) const;
44 bool selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, SDValue &Offset,
48 SDValue &Offset) const override;
51 SDValue &Offset) const override;
54 SDValue &Offset) const override;
57 SDValue &Offset) const override;
60 SDValue &Offset) const;
63 SDValue &Offset) const;
66 SDValue &Offset) const override;
69 SDValue &Offset) cons
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.cpp18 Offset = -1U;
27 Offset = *offset_ptr;
50 if (!data.isValidOffsetForDataOfSize(Offset, HeaderData.Length) ||
60 const uint32_t header_size = *offset_ptr - Offset;
66 *offset_ptr = Offset + first_tuple_offset;
H A DDWARFDebugAbbrev.h21 uint32_t Offset; member in class:llvm::DWARFAbbreviationDeclarationSet
30 uint32_t getOffset() const { return Offset; }
H A DDWARFDebugLoc.h36 unsigned Offset; member in struct:llvm::DWARFDebugLoc::LocationList
67 unsigned Offset; member in struct:llvm::DWARFDebugLocDWO::LocationList
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset,
123 if (Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData) ||
125 OS << format(" (0x%" PRIX64 ")", Offset);
131 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset);
133 OS << format(" (0x%" PRIX64 ")", Offset);
139 uint64_t Offset,
144 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
162 uint64_t Offset,
165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
167 formatSymbol(Ctx, Section, Offset
115 formatSymbol(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, uint32_t Displacement) argument
137 resolveRelocation(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, const coff_section *&ResolvedSection, uint64_t &ResolvedAddress) argument
160 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument
232 printUnwindInfo(const Context &Ctx, const coff_section *Section, off_t Offset, const UnwindInfo &UI) argument
284 uint64_t Offset; local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp63 unsigned Reg, unsigned FrameReg, int Offset ) {
72 .addImm(Offset)
79 .addImm(Offset)
85 .addImm(Offset);
95 int Offset, RegScavenger *RS ) {
102 TII.loadImmediate(MBB, II, ScratchOffset, Offset);
130 unsigned Reg, int Offset) {
134 bool isU6 = isImmU6(Offset);
141 .addImm(Offset)
148 .addImm(Offset)
92 InsertFPConstInst(MachineBasicBlock::iterator II, const XCoreInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, RegScavenger *RS ) argument
128 InsertSPImmInst(MachineBasicBlock::iterator II, const XCoreInstrInfo &TII, unsigned Reg, int Offset) argument
161 InsertSPConstInst(MachineBasicBlock::iterator II, const XCoreInstrInfo &TII, unsigned Reg, int Offset, RegScavenger *RS ) argument
273 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp216 int64_t Offset) const {
245 int64_t FPOffset = Offset - 16 * 20;
250 Offset += MFI->getLocalFrameSize();
254 Offset += 128; // 128 bytes of spill slots
268 if (isFrameOffsetLegal(MI, Offset))
276 int64_t Offset) const {
277 assert(Offset <= INT_MAX && "Offset too big to fit in int.");
279 int SaveOffset = Offset;
288 int64_t Offset) cons
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp132 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); local
139 Offset -= 2 * Hexagon_WordSize;
145 TII.isValidOffset(MI.getOpcode(), (FrameSize+Offset)) &&
150 MI.getOperand(FIOperandNum + 1).ChangeToImmediate(FrameSize+Offset);
153 if (!TII.isValidOffset(MI.getOpcode(), Offset)) {
175 if (!TII.isValidOffset(Hexagon::ADD_ri, Offset)) {
177 TII.get(Hexagon::CONST32_Int_Real), dstReg).addImm(Offset);
184 dstReg).addReg(FrameReg).addImm(Offset);
204 if (!TII.isValidOffset(Hexagon::ADD_ri, Offset)) {
206 TII.get(Hexagon::CONST32_Int_Real), resReg).addImm(Offset);
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp438 unsigned FrameReg, int &Offset,
450 Offset += MI.getOperand(FrameRegIdx+1).getImm();
453 if (Offset == 0 && getInstrPredicate(&MI, PredReg) == ARMCC::AL) {
467 if (Offset < 0) {
468 Offset = -Offset;
476 if (ARM_AM::getT2SOImmVal(Offset) != -1) {
478 MI.getOperand(FrameRegIdx+1).ChangeToImmediate(Offset);
482 Offset = 0;
486 if (Offset < 409
[all...]
/external/llvm/include/llvm/Support/
H A DOutputBuffer.h126 void fixhalf(unsigned short X, unsigned Offset) {
127 unsigned char *P = &Output[Offset];
131 void fixword(unsigned X, unsigned Offset) { argument
132 unsigned char *P = &Output[Offset];
138 void fixxword(uint64_t X, unsigned Offset) { argument
139 unsigned char *P = &Output[Offset];
149 void fixaddr(uint64_t X, unsigned Offset) { argument
151 fixword((unsigned)X, Offset);
153 fixxword(X, Offset);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h34 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
38 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
42 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
45 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
51 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset,
54 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
57 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
90 uint64_t findGOTEntry(uint64_t LoadAddr, uint64_t Offset);
/external/clang/lib/CodeGen/
H A DCGRecordLayout.h69 unsigned Offset : 16; member in struct:clang::CodeGen::CGBitFieldInfo
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, argument
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
100 uint64_t Offset, uint64_t Size,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h85 SDValue &Offset, MVT mvt);
87 SDValue &Offset);
89 SDValue &Offset);
92 SDValue &Offset, MVT mvt);
94 SDValue &Offset);
96 SDValue &Offset);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.cc40 EblcTable::Offset::kIndexSubTable5_glyphArray,
59 return data_->ReadULongAsInt(EblcTable::Offset::kIndexSubTable5_imageSize);
65 EblcTable::Offset::kIndexSubTable5_bigGlyphMetrics,
66 BigGlyphMetrics::Offset::kMetricsLength)));
76 EblcTable::Offset::kIndexSubTable5_imageSize);
83 EblcTable::Offset::kIndexSubTable5_numGlyphs);
189 return EblcTable::Offset::kIndexSubTable5_builderDataSize +
207 EblcTable::Offset::kIndexSubTable5_imageSize)));
209 EblcTable::Offset::kIndexSubTable5_imageSize)));
212 size += new_data->WriteULong(EblcTable::Offset
[all...]
H A Dindex_sub_table.cc72 data_->ReadUShort(EblcTable::Offset::kIndexSubHeader_indexFormat);
74 data_->ReadUShort(EblcTable::Offset::kIndexSubHeader_imageFormat);
76 data_->ReadULongAsInt(EblcTable::Offset::kIndexSubHeader_imageDataOffset);
150 array_index * EblcTable::Offset::kIndexSubTableEntryLength;
153 EblcTable::Offset::kIndexSubTableEntry_firstGlyphIndex);
156 EblcTable::Offset::kIndexSubTableEntry_lastGlyphIndex);
159 EblcTable::Offset::kIndexSubTableEntry_additionalOffsetToIndexSubTable);
260 data->WriteUShort(EblcTable::Offset::kIndexSubHeader_indexFormat,
262 size += data->WriteUShort(EblcTable::Offset::kIndexSubHeader_imageFormat,
264 size += data->WriteULong(EblcTable::Offset
[all...]
H A Dindex_sub_table_format4.cc41 return data_->ReadUShort(EblcTable::Offset::kIndexSubTable4_glyphArray +
43 EblcTable::Offset::kCodeOffsetPairLength +
44 EblcTable::Offset::kCodeOffsetPair_offset);
58 EblcTable::Offset::kIndexSubTable4_glyphArray +
59 (pair_index + 1) * EblcTable::Offset::kCodeOffsetPairLength +
60 EblcTable::Offset::kCodeOffsetPair_offset) -
62 EblcTable::Offset::kIndexSubTable4_glyphArray +
63 (pair_index) * EblcTable::Offset::kCodeOffsetPairLength +
64 EblcTable::Offset::kCodeOffsetPair_offset);
74 return data_->SearchUShort(EblcTable::Offset
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.cc40 EblcTable::Offset::kIndexSubTable5_glyphArray,
59 return data_->ReadULongAsInt(EblcTable::Offset::kIndexSubTable5_imageSize);
65 EblcTable::Offset::kIndexSubTable5_bigGlyphMetrics,
66 BigGlyphMetrics::Offset::kMetricsLength)));
76 EblcTable::Offset::kIndexSubTable5_imageSize);
83 EblcTable::Offset::kIndexSubTable5_numGlyphs);
189 return EblcTable::Offset::kIndexSubTable5_builderDataSize +
207 EblcTable::Offset::kIndexSubTable5_imageSize)));
209 EblcTable::Offset::kIndexSubTable5_imageSize)));
212 size += new_data->WriteULong(EblcTable::Offset
[all...]
H A Dindex_sub_table.cc72 data_->ReadUShort(EblcTable::Offset::kIndexSubHeader_indexFormat);
74 data_->ReadUShort(EblcTable::Offset::kIndexSubHeader_imageFormat);
76 data_->ReadULongAsInt(EblcTable::Offset::kIndexSubHeader_imageDataOffset);
150 array_index * EblcTable::Offset::kIndexSubTableEntryLength;
153 EblcTable::Offset::kIndexSubTableEntry_firstGlyphIndex);
156 EblcTable::Offset::kIndexSubTableEntry_lastGlyphIndex);
159 EblcTable::Offset::kIndexSubTableEntry_additionalOffsetToIndexSubTable);
260 data->WriteUShort(EblcTable::Offset::kIndexSubHeader_indexFormat,
262 size += data->WriteUShort(EblcTable::Offset::kIndexSubHeader_imageFormat,
264 size += data->WriteULong(EblcTable::Offset
[all...]
H A Dindex_sub_table_format4.cc41 return data_->ReadUShort(EblcTable::Offset::kIndexSubTable4_glyphArray +
43 EblcTable::Offset::kCodeOffsetPairLength +
44 EblcTable::Offset::kCodeOffsetPair_offset);
58 EblcTable::Offset::kIndexSubTable4_glyphArray +
59 (pair_index + 1) * EblcTable::Offset::kCodeOffsetPairLength +
60 EblcTable::Offset::kCodeOffsetPair_offset) -
62 EblcTable::Offset::kIndexSubTable4_glyphArray +
63 (pair_index) * EblcTable::Offset::kCodeOffsetPairLength +
64 EblcTable::Offset::kCodeOffsetPair_offset);
74 return data_->SearchUShort(EblcTable::Offset
[all...]
/external/icu/icu4c/source/layout/
H A DCursiveAttachmentSubtables.cpp29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor);
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
H A DFeatures.cpp22 Offset featureTableOffset = featureRecordArray[featureIndex].featureTableOffset;
41 Offset featureTableOffset =
H A DScriptAndLanguage.h24 Offset lookupOrderOffset;
33 Offset defaultLangSysTableOffset;
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.h69 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
70 * file/card storage \b or continue from the last offset. The last Offset set is stored
78 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
96 uint8_t Offset);
113 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
114 * file/card storage \b or continue from the last offset. The last Offset set is stored
122 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
141 uint8_t Offset);
198 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset

Completed in 1154 milliseconds

1234567891011>>