/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 15 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32 17 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 19 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 28 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32 30 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 32 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
|
/external/llvm/tools/lli/ |
D | lli.cpp | 393 SmallVector<std::pair<const void*, uint64_t>, 16> Offsets; in layoutRemoteTargetMemory() local 405 Offsets.push_back(std::pair<const void*,uint64_t>(I->first.base(), CurOffset)); in layoutRemoteTargetMemory() 411 unsigned FirstDataIndex = Offsets.size(); in layoutRemoteTargetMemory() 422 Offsets.push_back(std::pair<const void*,uint64_t>(I->first.base(), CurOffset)); in layoutRemoteTargetMemory() 433 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) { in layoutRemoteTargetMemory() 434 uint64_t Addr = RemoteAddr + Offsets[i].second; in layoutRemoteTargetMemory() 435 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first), Addr); in layoutRemoteTargetMemory() 437 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first in layoutRemoteTargetMemory() 442 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) { in layoutRemoteTargetMemory() 443 uint64_t Addr = RemoteAddr + Offsets[i].second; in layoutRemoteTargetMemory() [all …]
|
/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot() argument 21 path.front() = Entry(Root, Size, Offsets.first); in replaceRoot() 22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 78 SmallVectorImpl<uint64_t> *Offsets, in ComputeValueVTs() argument 87 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets, in ComputeValueVTs() 96 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets, in ComputeValueVTs() 105 if (Offsets) in ComputeValueVTs() 106 Offsets->push_back(StartingOffset); in ComputeValueVTs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 132 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() local 312 NumEntries = array_lengthof(Offsets); in getCalleeSavedSpillSlots() 314 return Offsets; in getCalleeSavedSpillSlots()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 218 SmallVector<int64_t, 4> Offsets; in ClusterNeighboringLoads() local 234 Offsets.push_back(Offset1); in ClusterNeighboringLoads() 236 Offsets.push_back(Offset2); in ClusterNeighboringLoads() 246 std::sort(Offsets.begin(), Offsets.end()); in ClusterNeighboringLoads() 251 int64_t BaseOff = Offsets[0]; in ClusterNeighboringLoads() 254 for (unsigned i = 1, e = Offsets.size(); i != e; ++i) { in ClusterNeighboringLoads() 255 int64_t Offset = Offsets[i]; in ClusterNeighboringLoads()
|
D | SelectionDAGBuilder.cpp | 1178 SmallVector<uint64_t, 4> Offsets; in visitRet() local 1179 ComputeValueVTs(TLI, I.getOperand(0)->getType(), ValueVTs, &Offsets); in visitRet() 1186 DAG.getIntPtrConstant(Offsets[i])); in visitRet() 3250 SmallVector<uint64_t, 4> Offsets; in visitLoad() local 3251 ComputeValueVTs(TLI, Ty, ValueVTs, &Offsets); in visitLoad() 3292 DAG.getConstant(Offsets[i], PtrVT)); in visitLoad() 3294 A, MachinePointerInfo(SV, Offsets[i]), isVolatile, in visitLoad() 3324 SmallVector<uint64_t, 4> Offsets; in visitStore() local 3325 ComputeValueVTs(TLI, SrcV->getType(), ValueVTs, &Offsets); in visitStore() 3355 DAG.getConstant(Offsets[i], PtrVT)); in visitStore() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 57 SmallVectorImpl<uint64_t> *Offsets = 0,
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 447 SmallVector<MethodAndOffsetPairTy, 16> Offsets; member 465 bool empty() const { return Offsets.empty(); } in empty() 514 for (unsigned I = 0, E = Offsets.size(); I != E; ++I) { in AddVCallOffset() 515 if (MethodsCanShareVCallOffset(Offsets[I].first, MD)) in AddVCallOffset() 520 Offsets.push_back(MethodAndOffsetPairTy(MD, OffsetOffset)); in AddVCallOffset() 526 for (unsigned I = 0, E = Offsets.size(); I != E; ++I) { in getVCallOffsetOffset() 527 if (MethodsCanShareVCallOffset(Offsets[I].first, MD)) in getVCallOffsetOffset() 528 return Offsets[I].second; in getVCallOffsetOffset()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 806 const SmallVectorImpl<int64_t> &Offsets, 896 const SmallVectorImpl<int64_t> &Offsets, in RateFormula() argument 927 for (SmallVectorImpl<int64_t>::const_iterator I = Offsets.begin(), in RateFormula() 928 E = Offsets.end(); I != E; ++I) { in RateFormula() 1128 SmallVector<int64_t, 8> Offsets; member in __anon418e8d5c0611::LSRUse 1248 for (SmallVectorImpl<int64_t>::const_iterator I = Offsets.begin(), in print() 1249 E = Offsets.end(); I != E; ++I) { in print() 2118 if (NewOffset != LU.Offsets.back()) in reconcileNewOffset() 2119 LU.Offsets.push_back(NewOffset); in reconcileNewOffset() 2157 if (LU.Offsets.empty() || Offset != LU.Offsets.back()) in getUse() [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2099 std::pair<uint64_t, uint64_t> Offsets = Reader.VisitDeclContext(DC); in ReadDeclRecord() local 2100 if (Offsets.first || Offsets.second) { in ReadDeclRecord() 2101 if (Offsets.first != 0) in ReadDeclRecord() 2103 if (Offsets.second != 0) in ReadDeclRecord() 2105 if (ReadDeclContextStorage(*Loc.F, DeclsCursor, Offsets, in ReadDeclRecord()
|
D | ASTReader.cpp | 727 const std::pair<uint64_t, uint64_t> &Offsets, in ReadDeclContextStorage() argument 731 if (Offsets.first != 0) { in ReadDeclContextStorage() 732 Cursor.JumpToBit(Offsets.first); in ReadDeclContextStorage() 749 if (Offsets.second != 0) { in ReadDeclContextStorage() 750 Cursor.JumpToBit(Offsets.second); in ReadDeclContextStorage()
|
/external/zlib/src/contrib/masmx64/ |
D | gvmat64.asm | 125 ;;; Offsets for fields in the deflate_state structure. These numbers
|
/external/zlib/src/contrib/masmx86/ |
D | match686.asm | 140 ;;; Offsets for fields in the deflate_state structure. These numbers
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | KURLTest.cpp | 561 TEST(KURLTest, Offsets) in TEST() argument
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 348 const std::pair<uint64_t, uint64_t> &Offsets,
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 844 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 11237 .org 0xfef3 ; Initial Interrupt Vector Offsets Loaded by POST
|