| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble… 39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble… 40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble… 41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble… 42 … PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble… 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::Assemble… 46 … PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble… 47 … PP_HIP, INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble… [all …]
|
| H A D | Phases.h | 21 Backend, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 63 std::unique_ptr<MCAsmBackend> Backend; variable 137 std::unique_ptr<MCAsmBackend> Backend, 181 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr() 185 MCAsmBackend &getBackend() const { return *Backend; } in getBackend()
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | amlogic,axg-sound-card.txt | 24 Required TDM Backend dai-link properties: 27 Optional TDM Backend dai-link properties: 40 Backend dai-link subnodes:
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 370 ThinBackend Backend; in run() local 372 Backend = createWriteIndexesThinBackend(llvm::hardware_concurrency(Threads), in run() 380 Backend = createOutOfProcessThinBackend( in run() 386 Backend = createInProcessThinBackend( in run() 420 LTO Lto(std::move(Conf), std::move(Backend), 1, LTOMode); in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Phases.cpp | 20 case Backend: return "backend"; in getPhaseName()
|
| H A D | Driver.cpp | 443 FinalPhase = phases::Backend; in getFinalPhase() 3580 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences() 3642 } else if (CurPhase > phases::Backend) { in getDeviceDependences() 3649 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences() 3755 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences() 3790 C, Args, phases::Backend, CudaDeviceActions[I], in getDeviceDependences() 5186 case phases::Backend: { in ConstructPhaseAction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.td | 11 class CatBackend : DiagCategory<"Backend Issue">;
|
| H A D | DiagnosticGroups.td | 1549 // Backend warnings.
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 355 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() local 356 if (!(Backend.mayNeedRelaxation(Inst.getOpcode(), Inst.getOperands(), STI) || in emitInstructionImpl() 357 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl() 370 while (Backend.mayNeedRelaxation(Relaxed.getOpcode(), Relaxed.getOperands(), in emitInstructionImpl() 372 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
|
| H A D | MCAssembler.cpp | 79 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument 82 : Context(Context), Backend(std::move(Backend)), in MCAssembler() 84 if (this->Backend) in MCAssembler() 85 this->Backend->setAssembler(this); in MCAssembler()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 394 LLVM_ABI LTO(Config Conf, ThinBackend Backend = {}, 459 LLVM_ABI ThinLTOState(ThinBackend Backend); 461 ThinBackend Backend; member
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 605 : Backend(std::move(BackendParam)), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState() 606 if (!Backend.isValid()) in ThinLTOState() 607 Backend = in ThinLTOState() 611 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument 615 ThinLTO(std::move(Backend)), in LTO() 2095 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO() 2108 auto Parallelism = ThinLTO.Backend.getParallelism(); in runThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1556 auto &Backend = static_cast<X86AsmBackend &>(S.getAssembler().getBackend()); in emitInstruction() local 1557 Backend.emitInstructionBegin(S, Inst, STI); in emitInstruction() 1559 Backend.emitInstructionEnd(S, Inst); in emitInstruction()
|
| /freebsd/sys/cam/ctl/ |
| H A D | README.ctl.txt | 100 LUN Backend Size (Blocks) BS Serial Number Device ID 118 LUN Backend Size (Blocks) BS Serial Number Device ID
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 282 3. Backend-specific and performance improvements.
|
| H A D | whatsnew-2.1.txt | 589 3. Backend/OS-specific improvements
|
| /freebsd/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 282 3. Backend-specific and performance improvements.
|
| H A D | whatsnew-2.1.txt | 589 3. Backend/OS-specific improvements
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 1708 hpiod 2208/tcp #HP I/O Backend 1709 hpiod 2208/udp #HP I/O Backend
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1643 // Backend is supposed to lower these types to appropriate MVTs.
|
| H A D | IntrinsicsAArch64.td | 943 // Backend optimizations may change tag_offset; the only guarantee is that calls
|