/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 29 // pipeline bypasses which can be used to forward results of instructions 94 // are defined or read. Bypasses are optional "pipeline forwarding paths", if 111 list<Bypass> bypasses = [], int uops = 1> { 116 list<Bypass> Bypasses = bypasses;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 23 Bypasses.clear(); in Init() 154 /// Checks the jump and stores each variable declaration it bypasses. 161 Bypasses.insert(ScopeTo.second); in Detect()
|
H A D | VarBypassDetector.h | 48 llvm::DenseSet<const VarDecl *> Bypasses; variable 58 return AlwaysBypassed || Bypasses.contains(D); in IsBypassed()
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_pub.h | 49 * Bypasses random(4) for now, but conceivably could be incorporated into that.
|
H A D | fx_main.c | 59 * the paper says that first-time entropy source material "bypasses the
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | crossbar.txt | 24 SOC-specific hard-wiring of those irqs which unexpectedly bypasses the
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/davinci/ |
H A D | pll.txt | 4 to the PLL itself, this controller also contains bypasses, gates, dividers,
|
/freebsd/lib/libsys/ |
H A D | fhopen.2 | 57 As this method bypasses directory access restrictions, these calls are
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admfm2000.yaml | 48 is in direct IF mode which bypasses the mixer and downconverts RF
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | ad5755.txt | 21 external resistor and thereby bypasses
|
H A D | adi,ad5755.yaml | 31 Set if the hardware have an external resistor and thereby bypasses
|
/freebsd/usr.bin/fstat/ |
H A D | fuser.1 | 89 The process bypasses fs cache while writing to this file
|
/freebsd/share/man/man9/ |
H A D | stack.9 | 122 This function bypasses kernel linker locking, making it usable in
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 275 /// Retrieve a FileEntry that bypasses VFE, which is expected to be a virtual 280 /// bypasses all mapping and uniquing, blindly creating a new FileEntry.
|
/freebsd/contrib/ncurses/misc/ |
H A D | makellib | 41 # Using the intermediate file llib-lXXX bypasses a weakness of lint (passing
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSyntacoreSCR1.td | 86 // Bypasses (none)
|
H A D | RISCVSchedSyntacoreSCR3.td | 116 // Bypasses (none)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_tag_mismatch_aarch64.S | 66 // runtimes. This entry point bypasses the short tag check since it will have
|
/freebsd/lib/libpmc/ |
H A D | pmc.amd.3 | 670 Count memory controller high priority bypasses. 672 Count memory controller low priority bypasses.
|
/freebsd/sys/net80211/ |
H A D | ieee80211_power.c | 433 /* XXX bypasses q max and OACTIVE */ in pwrsave_flushq() 442 /* XXX bypasses q max and OACTIVE */ in pwrsave_flushq()
|
/freebsd/sys/kern/ |
H A D | subr_stack.c | 249 * and bypasses linker locking, and the other that doesn't.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 59 // completely bypasses the scoreboard hazard logic. in ScoreboardHazardRecognizer()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.h | 219 // point (LEP) which bypasses the TOC pointer initialization code. The
|
/freebsd/contrib/ntp/libntp/ |
H A D | work_fork.c | 105 * bypasses CRT cleanup, fflush() files we know might have output
|
/freebsd/stand/common/ |
H A D | bcache.c | 518 printf("%u ops %d bypasses %u hits %u misses\n", bcache_ops, in command_bcache()
|