Searched refs:LLD (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h22 enum class DwarfLinkerClient { Dsymutil, LLD, General }; member in class:llvm::DwarfLinkerClient
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk59 .elif ${_ld_version:[1]} == "LLD"
H A Dsrc.opts.mk249 __DEFAULT_YES_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC LLD
260 __DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC LLD
264 __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC LLD
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp82 case Mips::LLD:
H A DMipsExpandPseudo.cpp235 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;
619 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20093 LoadSDNode *LLD = cast<LoadSDNode>(LHS); local
20101 !LLD->isSimple() || !RLD->isSimple() ||
20104 LLD->isIndexed() || RLD->isIndexed() ||
20106 LLD->getMemoryVT() != RLD->getMemoryVT() ||
20108 (LLD->getExtensionType() != RLD->getExtensionType() &&
20110 LLD->getExtensionType() != ISD::EXTLOAD &&
20117 LLD->getPointerInfo().getAddrSpace() != 0 ||
20121 LLD->getBasePtr().getOpcode() == ISD::TargetFrameIndex ||
20124 LLD->getBasePtr().getValueType()))
20128 if (LLD
[all...]

Completed in 183 milliseconds