/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 | 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===// 14 namespace phases { 33 } // end namespace phases
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Types.cpp | 31 constexpr PhasesBitSet(std::initializer_list<phases::ID> Phases) { in PhasesBitSet() argument 32 for (auto Id : Phases) in PhasesBitSet() 35 bool contains(phases::ID Id) const { return Bits & (1 << Id); } in contains() 36 } Phases; member 58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType() 101 return getInfo(Id).Phases.contains(phases::Precompile) && in onlyPrecompileType() 387 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> 388 types::getCompilationPhases(ID Id, phases::ID LastPhase) { in getCompilationPhases() 389 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> P; in getCompilationPhases() 392 if (Info.Phases.contains(static_cast<phases::ID>(I))) in getCompilationPhases() [all …]
|
H A D | Phases.cpp | 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===// 9 #include "clang/Driver/Phases.h" 15 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
H A D | Driver.cpp | 62 #include "clang/Driver/Phases.h" 340 // affect the phase, starting with the earliest phases, and record which 342 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, in getFinalPhase() 345 phases::ID FinalPhase; in getFinalPhase() 353 FinalPhase = phases::Preprocess; in getFinalPhase() 362 FinalPhase = phases::Precompile; in getFinalPhase() 375 FinalPhase = phases::Compile; in getFinalPhase() 379 FinalPhase = phases::Backend; in getFinalPhase() 383 FinalPhase = phases::Assemble; in getFinalPhase() 386 FinalPhase = phases in getFinalPhase() 2905 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 3297 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 3471 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 3740 addDeviceDependencesToHostAction(Action * HostAction,const Arg * InputArg,phases::ID CurPhase,phases::ID FinalPhase,DeviceActionBuilder::PhasesTy & Phases) addDeviceDependencesToHostAction() argument [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | rockchip-dw-mshc.yaml | 74 to control the clock phases, "ciu-sample" is required for tuning 87 low speeds or in case where all phases work at tuning time. 90 rockchip,desired-num-phases:
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | realtek,otto-wdt.yaml | 13 The timer has two timeout phases. Both phases have a maximum duration of 32
|
H A D | starfive,jh7100-wdt.yaml | 16 timeout phases. At the first phase, the signal of watchdog interrupt
|
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/ |
H A D | semtech,sx9360.yaml | 42 Capacitance measurement resolution. For both phases, "reference" and 52 PROXRAW filter strength for both phases. A value of 0 represents off,
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 42 negative signals in six phases (12 phases in total) can be output in 91 waveforms (12 phases in total) with dead time can be output by
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 11 // LTO compilation consists of three phases: Pre-IPO, IPO and Post-IPO. 15 // linker to through the IPO and Post-IPO phases. By using obj-file extension, 21 // the Post-IPO consists two sub-phases: intra-procedural scalar optimizations
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | xattrtest.c | 74 enum phases { enum 116 " --synccaches -c Sync caches between phases\n" in usage() 117 " --dropcaches -d Drop caches between phases\n" in usage() 118 " --script -t <script> Exec script between phases\n" in usage()
|
/freebsd/share/mk/ |
H A D | bsd.endian.mk | 24 # during the bootstrap phases (apart from one place that's adequately protected
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 64 TimePhases("time-phases", cl::desc("Time phases of parser and backend"));
|
/freebsd/share/man/man8/ |
H A D | diskless.8 | 47 phases of interaction between client and server: 63 Each of these phases are described in further detail below.
|
/freebsd/contrib/libcxxrt/ |
H A D | cxxabi.h | 70 * in two phases, the first looks for a handler and the second installs the 73 * must be looked up in both phases. This happens for two reasons. The first
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | self_test.h | 20 /* The test event phases */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Legalizer.h | 11 /// occur in multiple phases, for example G_ADD <2 x i8> -> G_ADD <2 x i16> ->
|
/freebsd/contrib/googletest/ |
H A D | .travis.yml | 57 # These are the install and build (script) phases for the most common entries in the matrix. They …
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | bcopy.S | 217 li %r0, 1 /* increment for phases 1 and 3 */ 237 li %r0, -1 /* increment for phases 1 and 3 */
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Timer.cpp | 40 // We want to print the grand total under all the intermediate phases, so we in print()
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver7.html | 41 …ted using a set of eight 11-stage shift registers, one for each of eight phases of the 300-b/s bit… 42 … are processed in round-robin order as the phases of each bit arrive. At the end of each bit all e…
|
/freebsd/crypto/krb5/src/man/ |
H A D | ksu.man | 70 To fulfill the first mission, ksu operates in two phases: 188 and authorization phases of ksu.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | todo.txt | 74 phases should be able to use the same functions for this;
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 4 is being deployed in three phases. This logic is encapsulated in
|