Home
last modified time | relevance | path

Searched refs:Skip (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h87 if (CounterInfo.Skip < 0) in shouldExecute()
89 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
171 int64_t Skip = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp331 unsigned Skip = 0; in ExpandFPMLxInstructions() local
342 Skip = 0; in ExpandFPMLxInstructions()
348 if (++Skip == 2) in ExpandFPMLxInstructions()
352 Skip = 0; in ExpandFPMLxInstructions()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dip2k.cpu361 (dni sb "Skip if bit set"
370 (dni snb "Skip if bit clear"
612 (dni incsnz_fr "Skip if fr++ not zero"
643 (dni incsnzw_fr "Skip if W=fr+1 not zero"
676 (dni decsnz_fr "Skip if fr-- not zero"
708 (dni decsnzw_fr "Skip if W=fr-1 not zero"
793 (dni csew_fr "Skip if equal W,fr"
802 (dni csnew_fr "Skip if not-equal W,fr"
811 ;;(dni csaw_fr "Skip if W above fr"
820 ;;(dni csbw_fr "Skip if W below fr"
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dip2k.cpu361 (dni sb "Skip if bit set"
370 (dni snb "Skip if bit clear"
612 (dni incsnz_fr "Skip if fr++ not zero"
643 (dni incsnzw_fr "Skip if W=fr+1 not zero"
676 (dni decsnz_fr "Skip if fr-- not zero"
708 (dni decsnzw_fr "Skip if W=fr-1 not zero"
793 (dni csew_fr "Skip if equal W,fr"
802 (dni csnew_fr "Skip if not-equal W,fr"
811 ;;(dni csaw_fr "Skip if W above fr"
820 ;;(dni csbw_fr "Skip if W below fr"
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu361 (dni sb "Skip if bit set"
370 (dni snb "Skip if bit clear"
612 (dni incsnz_fr "Skip if fr++ not zero"
643 (dni incsnzw_fr "Skip if W=fr+1 not zero"
676 (dni decsnz_fr "Skip if fr-- not zero"
708 (dni decsnzw_fr "Skip if W=fr-1 not zero"
793 (dni csew_fr "Skip if equal W,fr"
802 (dni csnew_fr "Skip if not-equal W,fr"
811 ;;(dni csaw_fr "Skip if W above fr"
820 ;;(dni csbw_fr "Skip if W below fr"
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu361 (dni sb "Skip if bit set"
370 (dni snb "Skip if bit clear"
612 (dni incsnz_fr "Skip if fr++ not zero"
643 (dni incsnzw_fr "Skip if W=fr+1 not zero"
676 (dni decsnz_fr "Skip if fr-- not zero"
708 (dni decsnzw_fr "Skip if W=fr-1 not zero"
793 (dni csew_fr "Skip if equal W,fr"
802 (dni csnew_fr "Skip if not-equal W,fr"
811 ;;(dni csaw_fr "Skip if W above fr"
820 ;;(dni csbw_fr "Skip if W below fr"
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dcomcat.d22 HRESULT Skip(ULONG);
70 HRESULT Skip(ULONG);
H A Docidl.d270 HRESULT Skip(ULONG);
287 HRESULT Skip(ULONG);
448 HRESULT Skip(ULONG);
H A Dobjidl.d513 HRESULT Skip(ULONG);
520 HRESULT Skip(ULONG);
527 HRESULT Skip(ULONG);
534 HRESULT Skip(ULONG);
541 HRESULT Skip(ULONG);
548 HRESULT Skip(ULONG);
555 HRESULT Skip(ULONG);
562 HRESULT Skip(ULONG);
570 HRESULT Skip(ULONG);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp97 Counter.Skip = CounterVal; in push_back()
128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp354 bool Skip = true; in shouldSkipFunctionBody() local
356 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
357 return Skip; in shouldSkipFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h138 uint32_t Skip=0);
422 uint32_t Skip=0) const {
424 PointerSize, Count, Skip);
437 uint32_t Skip=0) const {
439 PointerSize, Count, Skip);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d2610 private enum Skip { None, A, D } enum
2611 private Skip _skip = Skip.None;
2686 assert(_skip == Skip.None); in initializeFront()
2691 _skip = Skip.A; in initializeFront()
2695 _skip = Skip.D; in initializeFront()
2717 if (_skip == Skip.None) in front()
2729 if (_skip == Skip.None) in popFront()
2764 if (_skip == Skip.None) in index()
2773 assert(_skip != Skip.None); in skip()
2779 if (_skip == Skip.A) in skip()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarname-dot-make-meta-ignore_filter.exp7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
H A Dvarname-dot-make-meta-ignore_patterns.exp7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
H A Dvarname-dot-make-meta-ignore_paths.exp7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
350 return Skip; in classifyInstruction()
411 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h463 virtual void setSkipFlatProf(bool Skip) {} in setSkipFlatProf() argument
720 virtual void setSkipFlatProf(bool Skip) override { SkipFlatProf = Skip; } in setSkipFlatProf() argument
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
H A DMountUFS58 REM Skip to the next argument
71 REM Skip to the next argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp1208 bool Skip = false; in TranslateXarchArgs() local
1211 Skip = !IsGPU; in TranslateXarchArgs()
1214 Skip = IsGPU; in TranslateXarchArgs()
1220 Skip = true; in TranslateXarchArgs()
1224 if (NeedTrans || Skip) in TranslateXarchArgs()
1228 if (!Skip) in TranslateXarchArgs()
/netbsd-src/lib/csu/
H A DREADME69 6: Iterate from the end of the .ctor section to the start. Skip the
80 4. Iterate from the start of the .dtor section to the send. Skip the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp257 uint32_t Skip = Pad & 0x0F; in handleFieldList() local
258 Content = Content.drop_front(Skip); in handleFieldList()
259 Offset += Skip; in handleFieldList()
/netbsd-src/sys/gdbscripts/
H A Ddmesg22 # Skip syslog sequences
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dmovw-movt.ms19 # Skip over output text.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp431 bool Skip = (Hints_MRI.first != 0); in getRegAllocationHints() local
433 if (Skip) { in getRegAllocationHints()
434 Skip = false; in getRegAllocationHints()

12345678910>>...29