Searched refs:Offset (Results 176 - 200 of 850) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp70 bool SelectADDR8BitOffset(SDValue Addr, SDValue& Base, SDValue& Offset);
71 bool SelectADDRReg(SDValue Addr, SDValue& Base, SDValue& Offset);
72 bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset);
319 SDValue& Offset) {
342 Offset = CurDAG->getTargetConstant(OffsetNode->getZExtValue() >> 2,
351 Offset = CurDAG->getTargetConstant(0, MVT::i32);
356 SDValue &Offset)
365 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
373 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
379 Offset
318 SelectADDR8BitOffset(SDValue Addr, SDValue& Base, SDValue& Offset) argument
355 SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset) argument
383 SelectADDRReg(SDValue Addr, SDValue& Base, SDValue& Offset) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp74 bool SelectMEMriS11_2(SDValue& Addr, SDValue &Base, SDValue &Offset);
76 bool SelectADDRrr(SDValue &Addr, SDValue &Base, SDValue &Offset);
90 bool SelectAddr(SDNode *Op, SDValue Addr, SDValue &Base, SDValue &Offset);
364 static bool OffsetFitsS11(EVT MemType, int64_t Offset) { argument
365 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) {
368 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) {
371 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) {
374 if (MemType == MVT::i8 && isInt<11>(Offset)) {
395 int64_t Offset = cast<GlobalAddressSDNode>(Base)->getOffset(); local
396 if (Offset !
439 SDValue Offset = LD->getOffset(); local
506 SDValue Offset = LD->getOffset(); local
582 SDValue Offset = LD->getOffset(); local
694 SDValue Offset = ST->getOffset(); local
778 int64_t Offset = cast<GlobalAddressSDNode>(Base)->getOffset(); local
1394 SelectADDRri(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1411 SelectADDRriS11_0(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1428 SelectADDRriS11_1(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1445 SelectADDRriS11_2(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1462 SelectADDRriU6_0(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1479 SelectADDRriU6_1(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1496 SelectADDRriU6_2(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1513 SelectMEMriS11_2(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1524 SelectADDRriS11_3(SDValue& Addr, SDValue &Base, SDValue &Offset) argument
1564 SelectAddr(SDNode *Op, SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc351 int32_t size = NameTable::Offset::kNameRecordStart +
352 name_entry_map_.size() * NameTable::Offset::kNameRecordSize;
369 NameTable::Offset::kNameRecordStart +
370 name_entry_map_.size() * NameTable::Offset::kNameRecordSize;
373 new_data->WriteUShort(NameTable::Offset::kFormat, 0);
374 new_data->WriteUShort(NameTable::Offset::kCount, name_entry_map_.size());
375 new_data->WriteUShort(NameTable::Offset::kStringOffset,
377 int32_t name_record_offset = NameTable::Offset::kNameRecordStart;
386 name_record_offset + NameTable::Offset::kNameRecordPlatformId,
389 name_record_offset + NameTable::Offset
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp80 int Offset; member in struct:__anon21343::ARMLoadStoreOpt::MemOpQueueEntry
88 : Offset(o), Reg(r), isKill(k), Position(p), MBBI(i), Merged(false) {}
94 int Offset, unsigned Base, bool BaseKill, int Opcode,
104 int Offset,
284 int Offset, unsigned Base, bool BaseKill,
298 if (Offset == 4 && haveIBAndDA)
300 else if (Offset == -4 * (int)NumRegs + 4 && haveIBAndDA)
302 else if (Offset == -4 * (int)NumRegs && isNotVFP)
305 else if (Offset != 0) {
328 if (Offset <
282 MergeOps(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, ArrayRef<std::pair<unsigned, bool> > Regs, ArrayRef<unsigned> ImpDefs) argument
365 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVectorImpl<MachineBasicBlock::iterator> &Merges) argument
452 int Offset = MemOps[SIndex].Offset; local
940 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
945 int Offset = ARM_AM::getAM2Opc(AddSub, Bytes, ARM_AM::no_shift); local
951 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
963 int Offset = ARM_AM::getAM2Opc(AddSub, Bytes, ARM_AM::no_shift); local
969 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
1060 int Offset = isAM3 ? ARM_AM::getAM3Offset(OffField) local
1072 InsertLDR_STR(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, int Offset, bool isDef, DebugLoc dl, unsigned NewOpc, unsigned Reg, bool RegDeadKill, bool RegUndef, unsigned BaseReg, bool BaseKill, bool BaseUndef, bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, unsigned PredReg, const TargetInstrInfo *TII, bool isT2) argument
1250 int Offset = getMemoryOpOffset(MBBI); local
1575 CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1, DebugLoc &dl, unsigned &NewOpc, unsigned &EvenReg, unsigned &OddReg, unsigned &BaseReg, int &Offset, unsigned &PredReg, ARMCC::CondCodes &Pred, bool &isT2) argument
1697 int Offset = getMemoryOpOffset(Op); local
1745 int Offset = 0; local
1845 int Offset = getMemoryOpOffset(MI); local
[all...]
H A DARMBaseRegisterInfo.h138 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
141 int64_t Offset) const;
143 unsigned BaseReg, int64_t Offset) const;
144 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc40 contents_bounds.Offset(window_bounds.origin());
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.cc13 void WebPoint::Offset(int x_, int y_) { function in class:WebPoint
/external/chromium_org/gpu/command_buffer/client/
H A Dtransfer_buffer.h25 RingBuffer::Offset base_offset,
82 virtual RingBuffer::Offset GetOffset(void* pointer) const = 0;
109 virtual RingBuffer::Offset GetOffset(void* pointer) const OVERRIDE;
192 RingBuffer::Offset offset() const {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStopElement.h48 DECLARE_ANIMATED_NUMBER(Offset, offset)
/external/chromium_org/third_party/icu/source/common/
H A Dpropname.cpp145 PropertyAliases::chooseNameInGroup(Offset offset,
151 const Offset* p = (const Offset*) getPointer(offset);
155 Offset a = *p;
163 Offset a = e2o->getOffset(prop);
186 Offset a;
370 ds->swapArray16(ds, inMap->getOffsetArray(), (tempMap->enumLimit-tempMap->enumStart)*sizeof(Offset),
417 ds->swapArray16(ds, inBytes+pos, tempMap->count*sizeof(Offset),
425 Offset name, index;
455 const Offset *inNameArra
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h89 * Offset of a field in a struct, in bytes.
91 #define Offset(TYPE, MEMBER) ((uintptr_t)&(((TYPE *)NULL)->MEMBER)) macro
/external/libnfc-nxp/src/
H A DphFriNfc_TopazMap.h279 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
280 * file/card storage \b or continue from the last offset. The last Offset set is stored
288 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
304 uint8_t Offset);
323 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
324 * file/card storage \b or continue from the last offset. The last Offset set is stored
332 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
349 uint8_t Offset);
498 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
499 * file/card storage \b or continue from the last offset. The last Offset se
[all...]
H A DphFriNfc_DesfireMap.h215 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
216 * file/card storage \b or continue from the last offset. The last Offset set is stored
224 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
240 uint8_t Offset);
257 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
258 * file/card storage \b or continue from the last offset. The last Offset set is stored
266 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
283 uint8_t Offset);
H A DphFriNfc_MifareULMap.h129 #define PH_FRINFC_NDEFMAP_MFUL_OTP_OFFSET 3 /*!< To initialise the Offset */
183 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
184 * file/card storage \b or continue from the last offset. The last Offset set is stored
192 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
208 uint8_t Offset);
225 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
226 * file/card storage \b or continue from the last offset. The last Offset set is stored
234 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
251 uint8_t Offset);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.h60 // Offset in .debug_ranges section.
61 uint32_t Offset; member in class:llvm::DWARFDebugRangeList
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h36 SDValue &Offset, SDValue &Alias);
H A DMipsMCInstLower.h40 MachineOperandType MOTy, unsigned Offset) const;
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h38 MachineOperandType MOTy, unsigned Offset) const;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h89 * Offset of a field in a struct, in bytes.
91 #define Offset(TYPE, MEMBER) ((uintptr_t)&(((TYPE *)NULL)->MEMBER)) macro
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.h31 struct Offset { struct in class:sfntly::EblcTable
90 BitmapGlyph::Offset::kBigGlyphMetricsLength,
95 BigGlyphMetrics::Offset::kMetricsLength,
115 BitmapGlyph::Offset::kBigGlyphMetricsLength,
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h493 void setOffset(int64_t Offset) {
496 SmallContents.OffsetLo = unsigned(Offset);
497 Contents.OffsetedInfo.OffsetHi = int(Offset >> 32);
595 static MachineOperand CreateCPI(unsigned Idx, int Offset,
599 Op.setOffset(Offset);
603 static MachineOperand CreateTargetIndex(unsigned Idx, int64_t Offset,
607 Op.setOffset(Offset);
618 static MachineOperand CreateGA(const GlobalValue *GV, int64_t Offset,
622 Op.setOffset(Offset);
630 Op.setOffset(0); // Offset i
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgitype.idl82 DXGI_RGB Offset;
/external/icu4c/layout/
H A DAnchorTables.cpp83 Offset dtxOffset = SWAPW(xDeviceTableOffset);
84 Offset dtyOffset = SWAPW(yDeviceTableOffset);
H A DValueRecords.cpp93 Offset dtOffset = getFieldValue(valueFormat, vrfXPlaDevice);
104 Offset dtOffset = getFieldValue(valueFormat, vrfYPlaDevice);
115 Offset dtOffset = getFieldValue(valueFormat, vrfXAdvDevice);
126 Offset dtOffset = getFieldValue(valueFormat, vrfYAdvDevice);
197 Offset dtOffset = getFieldValue(index, valueFormat, vrfXPlaDevice);
208 Offset dtOffset = getFieldValue(index, valueFormat, vrfYPlaDevice);
219 Offset dtOffset = getFieldValue(index, valueFormat, vrfXAdvDevice);
230 Offset dtOffset = getFieldValue(index, valueFormat, vrfYAdvDevice);
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c94 value Offset) {
95 return Val_int(LLVMElementAtOffset(TD, Ty, Int_val(Offset)));
93 llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, value Offset) argument

Completed in 650 milliseconds

1234567891011>>