/external/e2fsprogs/tests/progs/test_data/ |
D | expect.irel | 20 Old= 3, New= 9, Original=3, Max_refs=1 22 Old= 1, New= 8, Original=1, Max_refs=3 26 Old= 1, New= 8, Original=1, Max_refs=3 29 Old= 2, New= 11, Original=2, Max_refs=3 32 Old= 3, New= 9, Original=3, Max_refs=1 42 Old= 2, New= 8, Original=1, Max_refs=3 44 Old= 3, New= 9, Original=3, Max_refs=1 51 Old= 3, New= 9, Original=3, Max_refs=1 52 Old= 4, New= 8, Original=1, Max_refs=3 55 Old= 3, New= 9, Original=3, Max_refs=1 [all …]
|
D | expect.brel | 16 Old= 3, New= 9, Owner= 0:0 18 Old= 1, New= 10, Owner= 4:128 21 Old= 1, New= 10, Owner= 4:128 23 Old= 2, New= 11, Owner= 0:0 25 Old= 3, New= 9, Owner= 0:0 40 Old= 3, New= 9, Owner= 0:0 41 Old= 5, New= 10, Owner= 4:128
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 157 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 158 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl() 159 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl() 160 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize), in BumpPtrAllocatorImpl() 161 Allocator(std::move(Old.Allocator)) { in BumpPtrAllocatorImpl() 162 Old.CurPtr = Old.End = nullptr; in BumpPtrAllocatorImpl() 163 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 164 Old.Slabs.clear(); in BumpPtrAllocatorImpl() 165 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl() 396 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() argument [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 157 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl() 158 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl() 159 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 160 Allocator(std::move(Old.Allocator)) { in BumpPtrAllocatorImpl() 161 Old.CurPtr = Old.End = nullptr; in BumpPtrAllocatorImpl() 162 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 163 Old.Slabs.clear(); in BumpPtrAllocatorImpl() 164 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl() 373 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() argument [all …]
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 154 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl() 155 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl() 156 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 157 Allocator(std::move(Old.Allocator)) { in BumpPtrAllocatorImpl() 158 Old.CurPtr = Old.End = nullptr; in BumpPtrAllocatorImpl() 159 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 160 Old.Slabs.clear(); in BumpPtrAllocatorImpl() 161 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl() 370 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() argument [all …]
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() argument 229 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(), in CheckEquivalentExceptionSpec() 238 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) { in CheckEquivalentExceptionSpec() 240 << hasImplicitExceptionSpec(Old); in CheckEquivalentExceptionSpec() 241 if (Old->getLocation().isValid()) in CheckEquivalentExceptionSpec() 242 Diag(Old->getLocation(), diag::note_previous_declaration); in CheckEquivalentExceptionSpec() 264 (Old->getLocation().isInvalid() || in CheckEquivalentExceptionSpec() 265 Context.getSourceManager().isInSystemHeader(Old->getLocation())) && in CheckEquivalentExceptionSpec() 266 Old->isExternC()) { in CheckEquivalentExceptionSpec() 274 Old->getType()->castAs<FunctionProtoType>(); in CheckEquivalentExceptionSpec() [all …]
|
D | SemaDecl.cpp | 1871 NamedDecl *Old = Filter.next(); in filterNonConflictingPreviousTypedefDecls() local 1874 if (S.isVisible(Old)) in filterNonConflictingPreviousTypedefDecls() 1879 if (auto *OldTD = dyn_cast<TypedefNameDecl>(Old)) { in filterNonConflictingPreviousTypedefDecls() 1898 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() argument 1900 if (TypedefNameDecl *OldTypedef = dyn_cast<TypedefNameDecl>(Old)) in isIncompatibleTypedef() 1903 OldType = Context.getTypeDeclType(Old); in isIncompatibleTypedef() 1908 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0; in isIncompatibleTypedef() 1911 if (Old->getLocation().isValid()) in isIncompatibleTypedef() 1912 Diag(Old->getLocation(), diag::note_previous_definition); in isIncompatibleTypedef() 1921 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0; in isIncompatibleTypedef() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 140 unsigned Old = LI->reg; in runOnMachineFunction() local 142 const TargetRegisterClass *RC = MRI->getRegClass(Old); in runOnMachineFunction() 145 if (!MRI->isLiveIn(Old)) in runOnMachineFunction() 159 Changed |= Old != New; in runOnMachineFunction() 171 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local 173 if (Old != New) in runOnMachineFunction() 174 MRI->replaceRegWith(Old, New); in runOnMachineFunction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 137 unsigned Old = LI->reg; in runOnMachineFunction() local 139 const TargetRegisterClass *RC = MRI->getRegClass(Old); in runOnMachineFunction() 142 if (!MRI->isLiveIn(Old)) in runOnMachineFunction() 157 Changed |= Old != New; in runOnMachineFunction() 169 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local 171 if (Old != New) in runOnMachineFunction() 172 MRI->replaceRegWith(Old, New); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeShrink.cpp | 78 MachineInstr *Old, in FindDominatedInstruction() argument 82 return Old; in FindDominatedInstruction() 83 if (Old == nullptr) in FindDominatedInstruction() 85 unsigned OrderOld = M.find(Old)->second; in FindDominatedInstruction() 88 return OrderOld < OrderNew ? &New : Old; in FindDominatedInstruction() 91 for (MachineInstr *I = Old->getNextNode(); M.find(I)->second == OrderNew; in FindDominatedInstruction() 95 return Old; in FindDominatedInstruction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 238 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 239 uint64_t Amount = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() 247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr() 249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr() 253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 255 uint64_t CalleeAmt = Old.getOperand(1).getImm(); in eliminateCallFramePseudoInstr() 258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr() 276 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 238 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 239 uint64_t Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() 247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr() 249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr() 253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 255 Amount -= TII.getFramePoppedByCallee(Old); in eliminateCallFramePseudoInstr() 257 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr() 275 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 277 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { in onRAUW() 275 (*Map)->erase(Old); in onRAUW() 277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() 278 (*Map)->erase(Old); in onDelete()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { in onRAUW() 275 (*Map)->erase(Old); in onRAUW() 277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() 278 (*Map)->erase(Old); in onDelete()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() argument 90 SUnit *SU = newSUnit(Old->getNode()); in Clone() 91 SU->OrigNode = Old->OrigNode; in Clone() 92 SU->Latency = Old->Latency; in Clone() 93 SU->isVRegCycle = Old->isVRegCycle; in Clone() 94 SU->isCall = Old->isCall; in Clone() 95 SU->isCallOp = Old->isCallOp; in Clone() 96 SU->isTwoAddress = Old->isTwoAddress; in Clone() 97 SU->isCommutable = Old->isCommutable; in Clone() 98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() argument 91 SUnit *SU = newSUnit(Old->getNode()); in Clone() 92 SU->OrigNode = Old->OrigNode; in Clone() 93 SU->Latency = Old->Latency; in Clone() 94 SU->isVRegCycle = Old->isVRegCycle; in Clone() 95 SU->isCall = Old->isCall; in Clone() 96 SU->isCallOp = Old->isCallOp; in Clone() 97 SU->isTwoAddress = Old->isTwoAddress; in Clone() 98 SU->isCommutable = Old->isCommutable; in Clone() 99 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 61 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() 62 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock() 63 TempBB(BasicBlock::Create(Old.getContext())) {} in DelayedBasicBlock() 602 Metadata *Old = N.getOperand(I); in remapOperands() local 603 Metadata *New = mapOperand(Old); in remapOperands() 605 if (Old != New) in remapOperands() 714 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() argument 715 if (Optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT() 718 assert(G.Info[Old].ID > D.ID && "Expected a forward reference"); in mapNodesInPOT() 719 return &G.getFwdReference(*cast<MDNode>(Old)); in mapNodesInPOT() [all …]
|
/external/python/cpython2/Mac/Modules/ae/ |
D | README | 17 echo.py Old test program (may still work) to echo events back to sender 22 tae.py Old test program (may still work) to send an appleevent 23 tell.py Old test program (may still work) to send an appleevent
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 50 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() 51 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock() 52 TempBB(BasicBlock::Create(Old.getContext())) {} in DelayedBasicBlock() 591 Metadata *Old = N.getOperand(I); in remapOperands() local 592 Metadata *New = mapOperand(Old); in remapOperands() 594 if (Old != New) in remapOperands() 701 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() argument 702 if (Optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT() 704 assert(G.Info[Old].ID > D.ID && "Expected a forward reference"); in mapNodesInPOT() 705 return &G.getFwdReference(*cast<MDNode>(Old)); in mapNodesInPOT() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 136 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() argument 137 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?"); in ReplaceNode() 138 nodeVisitNumbers[New] = nodeVisitNumbers[Old]; in ReplaceNode() 139 nodeVisitNumbers.erase(Old); in ReplaceNode()
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode() argument 135 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?"); in ReplaceNode() 136 nodeVisitNumbers[New] = nodeVisitNumbers[Old]; in ReplaceNode() 137 nodeVisitNumbers.erase(Old); in ReplaceNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Value.cpp | 894 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd() argument 895 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present"); in ValueIsRAUWd() 896 assert(Old != New && "Changing value into itself!"); in ValueIsRAUWd() 897 assert(Old->getType() == New->getType() && in ValueIsRAUWd() 902 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() 903 ValueHandleBase *Entry = pImpl->ValueHandles[Old]; in ValueIsRAUWd() 935 if (Old->HasValueHandle) in ValueIsRAUWd() 936 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next) in ValueIsRAUWd() 939 dbgs() << "After RAUW from " << *Old->getType() << " %" in ValueIsRAUWd() 940 << Old->getName() << " to " << *New->getType() << " %" in ValueIsRAUWd()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 819 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd() argument 820 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present"); in ValueIsRAUWd() 821 assert(Old != New && "Changing value into itself!"); in ValueIsRAUWd() 822 assert(Old->getType() == New->getType() && in ValueIsRAUWd() 827 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() 828 ValueHandleBase *Entry = pImpl->ValueHandles[Old]; in ValueIsRAUWd() 866 if (Old->HasValueHandle) in ValueIsRAUWd() 867 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next) in ValueIsRAUWd() 871 dbgs() << "After RAUW from " << *Old->getType() << " %" in ValueIsRAUWd() 872 << Old->getName() << " to " << *New->getType() << " %" in ValueIsRAUWd()
|
/external/honggfuzz/docs/ |
D | FeedbackDrivenFuzzing.md | 147 [2016-02-16T18:37:09+0100][I][14944] fuzz_perfFeedback():420 New: (Size New,Old): 257,257, Perf (Cu… 190 [2016-02-16T18:40:54+0100][I][17406] fuzz_perfFeedback():420 New: (Size New,Old): 2497,2496, Perf (… 191 [2016-02-16T18:40:54+0100][I][17406] fuzz_perfFeedback():420 New: (Size New,Old): 2497,2497, Perf (… 192 [2016-02-16T18:40:54+0100][I][17406] fuzz_perfFeedback():420 New: (Size New,Old): 2497,2497, Perf (… 193 [2016-02-16T18:40:54+0100][I][17406] fuzz_perfFeedback():420 New: (Size New,Old): 2497,2497, Perf (… 215 [2016-02-16T18:39:41+0100][I][16738] fuzz_perfFeedback():420 New: (Size New,Old): 2500,2500, Perf (… 216 [2016-02-16T18:39:41+0100][I][16738] fuzz_perfFeedback():420 New: (Size New,Old): 2500,2500, Perf (… 217 [2016-02-16T18:39:41+0100][I][16738] fuzz_perfFeedback():420 New: (Size New,Old): 2500,2500, Perf (… 218 [2016-02-16T18:39:41+0100][I][16738] fuzz_perfFeedback():420 New: (Size New,Old): 2500,2500, Perf (…
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 112 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New); 116 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
|