| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Use.cpp | 57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags() argument 60 if (Start == Stop--) in initTags() 67 new (Stop) Use(tags[Done++]); in initTags() 71 while (Start != Stop) { in initTags() 72 --Stop; in initTags() 74 new (Stop) Use(stopTag); in initTags() 78 new (Stop) Use(PrevPtrTag(Count & 1)); in initTags() 87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() argument 88 while (Start != Stop) in zap() 89 (--Stop)->~Use(); in zap()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | InterferenceCache.cpp | 125 SlotIndex Start, Stop; in update() local 126 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() 161 if (StartI >= Stop) in update() 174 if (StartI >= Stop) in update() 183 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() 192 PrevPos = Stop; in update() 203 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() 209 if (!I.valid() || I.start() >= Stop) in update() 211 I.advanceTo(Stop); in update() 212 bool Backup = !I.valid() || I.start() >= Stop; in update() [all …]
|
| HD | SplitKit.cpp | 183 SlotIndex Start, Stop; in calcLiveBlockInfo() local 184 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo() 189 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo() 194 if (LVI->end < Stop) in calcLiveBlockInfo() 201 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo() 203 assert(BI.LastInstr < Stop); in calcLiveBlockInfo() 217 while (LVI->end < Stop) { in calcLiveBlockInfo() 219 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo() 255 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo() 259 if (LVI->start < Stop) in calcLiveBlockInfo() [all …]
|
| HD | LiveDebugVariables.cpp | 549 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() local 561 if (Segment->end < Stop) in extendDef() 562 Stop = Segment->end, ToEnd = false; in extendDef() 576 if (I.valid() && I.start() < Stop) in extendDef() 577 Stop = I.start(), ToEnd = false; in extendDef() 580 Kills->push_back(Stop); in extendDef() 582 if (Start >= Stop) in extendDef() 585 I.insert(Start, Stop, LocNo); in extendDef() 1004 SlotIndex Stop = I.stop(); in emitDebugValues() local 1006 DEBUG(dbgs() << "\t[" << Start << ';' << Stop << "):" << LocNo); in emitDebugValues() [all …]
|
| HD | LiveIntervalAnalysis.cpp | 375 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses() local 377 if (VNInfo *PVNI = OldRange.getVNInfoBefore(Stop)) in extendSegmentsToUses() 378 WorkList.push_back(std::make_pair(Stop, PVNI)); in extendSegmentsToUses() 391 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses() local 392 assert(OldRange.getVNInfoBefore(Stop) == VNI && in extendSegmentsToUses() 394 WorkList.push_back(std::make_pair(Stop, VNI)); in extendSegmentsToUses() 782 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB() local 783 if (Stop.isBlock()) in intervalIsInOneMBB() 789 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | FormatStringParsing.h | 53 bool Stop; variable 56 : Start(nullptr), Stop(stop) {} in Start() 59 : FS(fs), Start(start), Stop(false) {} in SpecifierResult() 62 bool shouldStop() const { return Stop; } in shouldStop()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | IntervalMap.h | 747 void insert(unsigned i, unsigned Size, NodeRef Node, KeyT Stop) { in insert() argument 752 stop(i) = Stop; in insert() 1515 void setNodeStop(unsigned Level, KeyT Stop); 1516 bool insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop); 1522 bool canCoalesceRight(KeyT Stop, ValT x); 1630 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight() argument 1638 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight() 1643 return Node.value(i) == Value && Traits::adjacent(Stop, Node.start(i)); in canCoalesceRight() 1646 return Node.value(0) == Value && Traits::adjacent(Stop, Node.start(0)); in canCoalesceRight() 1654 iterator::setNodeStop(unsigned Level, KeyT Stop) { in setNodeStop() argument [all …]
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Use.h | 126 static Use *initTags(Use *Start, Use *Stop); 130 static void zap(Use *Start, const Use *Stop, bool del = false);
|
| /NextBSD/usr.bin/bmake/tests/archives/fmt_oldbsd/ |
| HD | expected.stderr.7 | 1 make: don't know how to make #1/20. Stop
|
| HD | expected.stderr.6 | 1 make: don't know how to make verylongobjectn. Stop
|
| /NextBSD/usr.bin/bmake/tests/archives/fmt_44bsd_mod/ |
| HD | expected.stderr.7 | 1 make: don't know how to make #1/20. Stop
|
| HD | expected.stderr.6 | 1 make: don't know how to make verylongobjectn. Stop
|
| HD | expected.stderr.5 | 1 make: don't know how to make verylongobjectna. Stop
|
| /NextBSD/usr.bin/bmake/tests/archives/fmt_44bsd/ |
| HD | expected.stderr.7 | 1 make: don't know how to make #1/20. Stop
|
| HD | expected.stderr.6 | 1 make: don't know how to make verylongobjectn. Stop
|
| HD | expected.stderr.5 | 1 make: don't know how to make verylongobjectna. Stop
|
| /NextBSD/sys/kern/ |
| HD | linker_if.m | 58 # Stop and return the error if the callback returns an error. 69 # Stop and return the error if the callback returns an error.
|
| /NextBSD/release/picobsd/floppy.tree/etc/ |
| HD | rc.firewall | 91 # Stop spoofing 95 # Stop RFC1918 nets on the outside interface
|
| /NextBSD/sys/boot/efi/include/ |
| HD | efinet.h | 332 EFI_SIMPLE_NETWORK_STOP Stop; member
|
| HD | efipxebc.h | 409 EFI_PXE_BASE_CODE_STOP Stop; member
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | geo | 83 1 string Start/Stop\ parameter\ header: Caris ASCII project summary
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBProcess.h | 210 Stop ();
|
| /NextBSD/share/misc/ |
| HD | usb_hid_usages | 354 0x78 Keyboard Stop 506 0x33 Stop 687 0xB7 Stop 708 0xCC Stop/Eject 857 0x226 AC Stop 1093 0x7B Op Effect Stop 1121 0x99 DC Stop All Effects 1619 0xD3 Transmit Start/Stop
|
| /NextBSD/lib/libc/db/ |
| HD | changelog | 71 Stop copying non-overflow key/data pairs.
|
| /NextBSD/lib/libc/nls/ |
| HD | it_IT.ISO8859-15.msg | 205 18 Stop da terminale
|