| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 656 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument 693 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument 697 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 996 SmallInstructionSet Exclude; in collectUsedInstructions() local 998 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions() 1000 Exclude.insert(DRS.BaseInst); in collectUsedInstructions() 1002 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions() 1036 Exclude.clear(); in collectUsedInstructions() 1038 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions() 1040 Exclude.insert(DRS.BaseInst); in collectUsedInstructions() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 29 Exclude, enumerator 125 bool isExclude() const { return K == Exclude; } in isExclude() 189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 44 // Exclude these; they're intended to be included into only a single 201 // Exclude this; it's an optional component of the ExecutionEngine. 204 // Exclude these; they're intended to be included into only a single 209 // Exclude headers from LLVM_OrcSupport. 383 // Exclude this; it should only be used on Windows. 386 // Exclude these; they are fundamentally non-modular.
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_REPRODUCIBLE_BUILD | 1 Exclude build metadata (such as the build time, user, or host)
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSHandler.h | 58 const std::vector<std::string> &Exclude = {});
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | read5.0 | 7 # Exclude backslash and newline.
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | all.exclude | 2 # Exclude names must start in column 1 84 # Exclude NFS loopback tests
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 82 std::string Exclude; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 137 ArrayRef<OptSpecifier> Exclude = std::nullopt; in addAllArgs() local 138 AddAllArgsExcept(Output, Ids, Exclude); in addAllArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 40 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>; 57 def no_rsrc : FF<"no-rsrc", "Exclude resource file symbols (__rsrc) from the export symbol list.">,…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 349 const std::vector<std::string> &Exclude) { in filterIFSSyms() argument 360 for (StringRef Glob : Exclude) { in filterIFSSyms()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq-phanbell.dts | 98 <&A53_0 0 1>; /* Exclude highest OPP */ 104 <&A53_0 0 2>; /* Exclude two highest OPPs */
|
| /freebsd-14.2/contrib/llvm-project/clang/include/ |
| H A D | module.modulemap | 14 // FIXME: Exclude these headers to avoid pulling all of the AST matchers 193 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/realtek/ |
| H A D | rtd129x.dtsi | 56 /* Exclude up to 2 GiB of RAM */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 65 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used 122 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86ManualFoldTables.def | 215 // Exclude these two b/c they would conflict with {MMX_MOVD64from64rr, MMX_MOVQ64mr} in unfolding t…
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 7 # Exclude input files from mangling
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 7 # Exclude input files from mangling
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1946 SetVector<SUnit *> &Exclude, in computePath() argument 1950 if (Exclude.contains(Cur)) in computePath() 1960 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1964 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 50 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 493 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-cms.pod.in | 483 Exclude the list of supported algorithms from signed attributes, other options
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 207 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 642 HelpText<"Exclude non-global symbols from the output symbol table">,
|