| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 32 // The final value is a variadic list of phases for each type. Eventually the 35 // meaning from the phases list. 38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble,… 39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases:… 40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases:… 41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble,… 42 …X, PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases:… 43 … PP_CLCXX, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble,… 44 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble,… 45 …, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:… [all …]
|
| H A D | Phases.h | 14 namespace phases {
|
| H A D | Driver.h | 355 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL, 666 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Types.cpp | 28 constexpr PhasesBitSet(std::initializer_list<phases::ID> Phases) { in PhasesBitSet() 32 bool contains(phases::ID Id) const { return Bits & (1 << Id); } in contains() 55 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType() 98 return getInfo(Id).Phases.contains(phases::Precompile) && in onlyPrecompileType() 395 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> 396 types::getCompilationPhases(ID Id, phases::ID LastPhase) { in getCompilationPhases() 397 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> P; in getCompilationPhases() 400 if (Info.Phases.contains(static_cast<phases::ID>(I))) in getCompilationPhases() 401 P.push_back(static_cast<phases::ID>(I)); in getCompilationPhases() 402 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list"); in getCompilationPhases() [all …]
|
| H A D | Driver.cpp | 406 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, in getFinalPhase() 409 phases::ID FinalPhase; in getFinalPhase() 417 FinalPhase = phases::Preprocess; in getFinalPhase() 426 FinalPhase = phases::Precompile; in getFinalPhase() 439 FinalPhase = phases::Compile; in getFinalPhase() 443 FinalPhase = phases::Backend; in getFinalPhase() 447 FinalPhase = phases::Assemble; in getFinalPhase() 450 FinalPhase = phases::IfsMerge; in getFinalPhase() 454 FinalPhase = phases::Link; in getFinalPhase() 1823 if (getFinalPhase(*TranslatedArgs, &FinalPhaseArg) == phases::Link) { in BuildCompilation() [all …]
|
| H A D | Phases.cpp | 15 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_SELF_TEST_new.pod | 32 different phases.
|
| H A D | DES_random_key.pod | 108 There are two phases to the use of DES encryption. The first is the
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | todo.txt | 74 phases should be able to use the same functions for this;
|
| H A D | README-DPP | 17 three phases of DPP connection are authentication, configuration and
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 4 is being deployed in three phases. This logic is encapsulated in
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | xattrtest.c | 74 enum phases { enum
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 477 * Now determine what phases the host wants us 601 * Data phases on the bus are from the 658 * Main loop for information transfer phases. Wait for the 923 * As a target, we control the phases, 1346 * For data-in phases, wait for any pending acks from the 1348 * send Ignore Wide Residue messages for data-in phases.
|
| H A D | aic7xxx.reg | 116 * Possible phases in SCSISIGI 147 * Possible phases to write into SCSISIG0
|
| H A D | aic79xx.seq | 843 * Main loop for information transfer phases. Wait for the 1752 * For data-in phases, wait for any pending acks from the 1754 * send Ignore Wide Residue messages for data-in phases. 2119 * phases that are typically caused by CRC errors in status packet
|
| H A D | aic79xx.reg | 1654 * Possible phases to write into SCSISIG0 1681 * Possible phases in SCSISIGI
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | rx-depacketizer.md | 31 then processes frames in two phases:
|
| H A D | connection-state-machine.md | 7 QUIC client-side connection state can be broken down into five coarse phases of 18 There is monotonic progression through these phases.
|
| /freebsd/contrib/libxo/doc/ |
| H A D | encoders.rst | 231 The encoder API consists of three distinct phases:
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 392 A barrier consists of two phases: 400 * __kmp_itt_barrier_middle() -- between gather and release phases.
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 353 In general, the transmit encryption is done in two phases:
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel.m4 | 859 dnl # Perform the compilation of the test cases in two phases.
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 2994 Sometimes you might want to test a mock object's behavior in phases whose sizes
|
| /freebsd/contrib/ncurses/ |
| H A D | aclocal.m4 | 2305 dnl standard - but evolved through phases, and older implementations are likely
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 5901 ABI documentation, occurs in multiple phases. The first, "high-level"
|