/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
H A D | 3-stage-base.cmake | 6 # 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 D | BUILD.gn | 12 names = [ "LLD" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/lld-features/ |
H A D | lit.cfg | 12 # The current directory contains files for each version of LLD, both with and
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | HowToBuildWindowsItaniumPrograms.rst | 23 * 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 D | HowToBuildWithPGO.rst | 13 to other subprojects, such as LLD.
|
H A D | CMake.rst | 379 **LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
H A D | compiler.gni | 23 # Set this to true to link with LLD instead of the default linker.
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
H A D | r6-removed.csv | 20 LLD,0xd0000000
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 82 case Mips::LLD: in getLoadStoreOffsetSizeInBits()
|
H A D | MipsExpandPseudo.cpp | 235 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() 619 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicBinOp()
|
H A D | Mips32r6InstrFormats.td | 60 // The spec occasionally names this value LL, LLD, SC, or SCD.
|
H A D | MipsScheduleGeneric.td | 684 def : InstRW<[GenericWriteLoad], (instrs LD, LL64, LLD, LWu, LB64, LBu64,
|
H A D | Mips64InstrInfo.td | 248 def LLD : LLBase<"lld", GPR64Opnd, mem_simmptr>, LW_FM<0x34>,
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 231 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 D | GitHubMove.rst | 437 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 D | DWARFLinker.h | 22 enum class DwarfLinkerClient { Dsymutil, LLD, General }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/ |
H A D | README.rst | 54 #. ``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 D | LLVMDistributionSupport.cmake | 108 # file. The correct casing for the LLVM projects is Clang, Flang, LLD, LLVM,
|
H A D | AddLLVM.cmake | 200 elseif("${stdout}" MATCHES "^LLD") 203 message(STATUS "Linker detection: LLD")
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 21978 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 D | bds_emul.S | 142 PTR_WORD bcemul_sigill # 064 LLD (*)
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | CREDITS.TXT | 119 D: MC and LLD work
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | SanitizerCoverage.rst | 170 (``-Wl,-gc-sections``) for linkers other than LLD, thus resulting in a
|
/netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
H A D | mips3264r6.igen | 1044 011111,5.BASE,5.RT,9.OFFSET,0,110111:SPECIAL3:64::LLD
|
/netbsd-src/external/apache2/llvm/dist/clang/ |
H A D | CMakeLists.txt | 647 …message(FATAL_ERROR "LLD is enabled in the boostrap build, but lld is not in LLVM_ENABLE_PROJECTS")
|