Home
last modified time | relevance | path

Searched refs:LLD (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A D3-stage-base.cmake6 # Use LLD to have fewer requirements on system linker, unless we're on an apple
11 # s390/SystemZ is unsupported by LLD, so don't try to enable LTO if it
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/Common/
H A DBUILD.gn12 names = [ "LLD" ]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/lld-features/
H A Dlit.cfg12 # The current directory contains files for each version of LLD, both with and
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst23 * LLD
32 * COFF LLD with support for the -autoimport switch.
58 programs to link we currently rely on the -auto-import switch in LLD to auto-import
H A DHowToBuildWithPGO.rst13 to other subprojects, such as LLD.
H A DCMake.rst379 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A Dcompiler.gni23 # Set this to true to link with LLD instead of the default linker.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6-removed.csv20 LLD,0xd0000000
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp82 case Mips::LLD: in getLoadStoreOffsetSizeInBits()
H A DMipsExpandPseudo.cpp235 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap()
619 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicBinOp()
H A DMips32r6InstrFormats.td60 // The spec occasionally names this value LL, LLD, SC, or SCD.
H A DMipsScheduleGeneric.td684 def : InstRW<[GenericWriteLoad], (instrs LD, LL64, LLD, LWu, LB64, LBu64,
H A DMips64InstrInfo.td248 def LLD : LLBase<"lld", GPR64Opnd, mem_simmptr>, LW_FM<0x34>,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst231 It has been suggested that LLD would be a good starter project for the renaming
279 #. Agree & announce a date for the renaming of the starter project (LLD).
H A DGitHubMove.rst437 LLD or Clang in the same commit as they change an LLVM API.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h22 enum class DwarfLinkerClient { Dsymutil, LLD, General }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/
H A DREADME.rst54 #. ``ninja -C out/gn check-lld`` to build all prerequisites for and run the LLD
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake108 # file. The correct casing for the LLVM projects is Clang, Flang, LLD, LLVM,
H A DAddLLVM.cmake200 elseif("${stdout}" MATCHES "^LLD")
203 message(STATUS "Linker detection: LLD")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21978 LoadSDNode *LLD = cast<LoadSDNode>(LHS); in SimplifySelectOps() local
21986 !LLD->isSimple() || !RLD->isSimple() || in SimplifySelectOps()
21989 LLD->isIndexed() || RLD->isIndexed() || in SimplifySelectOps()
21991 LLD->getMemoryVT() != RLD->getMemoryVT() || in SimplifySelectOps()
21993 (LLD->getExtensionType() != RLD->getExtensionType() && in SimplifySelectOps()
21995 LLD->getExtensionType() != ISD::EXTLOAD && in SimplifySelectOps()
22002 LLD->getPointerInfo().getAddrSpace() != 0 || in SimplifySelectOps()
22006 LLD->getBasePtr().getOpcode() == ISD::TargetFrameIndex || in SimplifySelectOps()
22009 LLD->getBasePtr().getValueType())) in SimplifySelectOps()
22013 if (LLD->isPredecessorOf(RLD) || RLD->isPredecessorOf(LLD)) in SimplifySelectOps()
[all …]
/netbsd-src/sys/arch/mips/mips/
H A Dbds_emul.S142 PTR_WORD bcemul_sigill # 064 LLD (*)
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCREDITS.TXT119 D: MC and LLD work
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DSanitizerCoverage.rst170 (``-Wl,-gc-sections``) for linkers other than LLD, thus resulting in a
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dmips3264r6.igen1044 011111,5.BASE,5.RT,9.OFFSET,0,110111:SPECIAL3:64::LLD
/netbsd-src/external/apache2/llvm/dist/clang/
H A DCMakeLists.txt647 …message(FATAL_ERROR "LLD is enabled in the boostrap build, but lld is not in LLVM_ENABLE_PROJECTS")

12