| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble… 41 … PP_CL, INVALID, "cli", 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… 47 … PP_HIP, INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble… 50 …ut", PP_ObjC, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble… 51 … PP_ObjC_Alias, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble… 53 … PP_CXX, INVALID, "ii", phases::Compile, phases::Backend, phases::Assemble… 55 …tput", PP_ObjCXX, INVALID, "mii", phases::Compile, phases::Backend, phases::Assemble… 56 … PP_ObjCXX_Alias, INVALID, "mii", phases::Compile, phases::Backend, phases::Assemble… [all …]
|
| H A D | Phases.h | 21 Backend, enumerator
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 117 std::unique_ptr<MCAsmBackend> Backend; variable 246 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend, 326 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr() 332 MCAsmBackend &getBackend() const { return *Backend; } in getBackend()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Phases.cpp | 20 case Backend: return "backend"; in getPhaseName()
|
| H A D | Driver.cpp | 368 FinalPhase = phases::Backend; in getFinalPhase() 3276 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences() 3338 } else if (CurPhase > phases::Backend) { in getDeviceDependences() 3345 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences() 3449 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences() 3481 C, Args, phases::Backend, CudaDeviceActions[I], in getDeviceDependences() 4764 case phases::Backend: { in ConstructPhaseAction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 275 LTO(Config Conf, ThinBackend Backend = nullptr, 338 ThinLTOState(ThinBackend Backend); 340 ThinBackend Backend; member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-display-backend.yaml | 7 title: Allwinner A10 Display Engine Backend 30 - description: Display Backend registers 61 - description: The Backend reset line
|
| H A D | allwinner,sun4i-a10-display-engine.yaml | 27 Frontend 0 [0] ------- [0] Backend 0 [0] ------- [0] TCON 0 33 Frontend 1 [1] ------- [1] Backend 1 [1] ------- [1] TCON 1
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.td | 11 class CatBackend : DiagCategory<"Backend Issue">;
|
| H A D | DiagnosticGroups.td | 1326 // Backend warnings.
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 325 ThinBackend Backend; in run() local 327 Backend = createWriteIndexesThinBackend(/*OldPrefix=*/"", in run() 334 Backend = createInProcessThinBackend( in run() 368 LTO Lto(std::move(Conf), std::move(Backend), 1, LTOMode); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 446 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() local 447 if (!(Backend.mayNeedRelaxation(Inst, STI) || in emitInstructionImpl() 448 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl() 461 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl() 462 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
|
| H A D | MCAssembler.cpp | 85 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument 88 : Context(Context), Backend(std::move(Backend)), in MCAssembler()
|
| H A D | XCOFFObjectWriter.cpp | 678 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local 679 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
|
| H A D | ELFObjectWriter.cpp | 1442 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local 1443 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 584 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() argument 585 : Backend(Backend), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState() 586 if (!Backend) in ThinLTOState() 587 this->Backend = in ThinLTOState() 591 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument 595 ThinLTO(std::move(Backend)), in LTO() 1814 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO()
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/services_mkdb/ |
| H A D | services | 1711 hpiod 2208/tcp #HP I/O Backend 1712 hpiod 2208/udp #HP I/O Backend
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1579 // Backend is supposed to lower these types to appropriate MVTs.
|