Searched refs:LD (Results 176 - 200 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in188 LD = @LD@
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1530 LoadSDNode *LD = cast<LoadSDNode>(N); local
1531 SDValue Chain = LD->getChain();
1532 SDValue Ptr = LD->getBasePtr();
1535 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), LD->getValueType(0));
1537 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?");
1539 Hi = DAG.getExtLoad(LD->getExtensionType(), dl, NVT, Chain, Ptr,
1540 LD->getMemoryVT(), LD->getMemOperand());
1551 ReplaceValueWith(SDValue(LD, 1), Chain);
H A DLegalizeTypes.h746 void SplitVecRes_LOAD(LoadSDNode *LD, SDValue &Lo, SDValue &Hi);
861 LoadSDNode *LD);
869 LoadSDNode *LD, ISD::LoadExtType ExtType);
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure4550 test -z "$LD" && LD="$ac_prog"
4571 if test -z "$LD"; then
4593 acl_cv_path_LD="$LD" # Let the user override the test with a path.
4597 LD="$acl_cv_path_LD"
4598 if test -n "$LD"; then
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4600 $as_echo "$LD" >&6; }
4605 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) i
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltcf-cxx.sh87 # If archive_cmds runs LD, not CC, wlarc should be empty
298 archive_cmds='$LD -b +h $soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' ;;
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk226 TOOLCHAIN_VARS= AS AR CC CLANG_TBLGEN CXX CPP LD NM OBJDUMP OBJCOPY RANLIB \
H A Dbsd.compiler.mk70 # Remove ccache from the PATH to prevent double calls and wasted CPP/LD time.
/freebsd-11-stable/contrib/ntp/libparse/
H A DMakefile.in304 LD = @LD@
996 $(LD) -r -o $@ $(parsestreams_OBJECTS) libparse_kernel.a ../libntp/libntp.a
999 $(LD) -r -o $@ $(parsesolaris_OBJECTS) libparse_kernel.a ../libntp/libntp.a
/freebsd-11-stable/stand/
H A Ddefs.mk108 # LD_FLAGS is passed directly to ${LD}, not via ${CC}:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp51 case RISCV::LD:
153 RISCV::LW : RISCV::LD;
H A DRISCVExpandPseudoInsts.cpp681 SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW;
696 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp746 ScalarEvolution::LoopDisposition LD =
748 if (LD != ScalarEvolution::LoopInvariant)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp652 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(), local
654 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, attrs);
657 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
2070 LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(), local
2072 Res = Actions.ActOnGotoStmt(GotoLoc, Tok.getLocation(), LD);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp771 LoadSDNode *LD = dyn_cast<LoadSDNode>(Callee.getNode());
772 if (!LD ||
773 !LD->isSimple() ||
774 LD->getAddressingMode() != ISD::UNINDEXED ||
775 LD->getExtensionType() != ISD::NON_EXTLOAD)
2385 LoadSDNode *LD = cast<LoadSDNode>(N); local
2386 if (LD->isSimple() &&
2387 IsProfitableToFold(N, LD, Root) &&
2390 return selectAddr(LD, LD
2414 LoadSDNode *LD = cast<LoadSDNode>(PatternNodeWithChain); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1722 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
1741 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
1852 emitLoadStoreSymbol(Inst, RISCV::LD, IDLoc, Out, /*HasTmpReg=*/false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp85 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
541 BuildMI(MBB, II, dl, TII.get(PPC::LD), Reg)
969 case PPC::LD:
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A DMakefile.in135 LD = @LD@
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in134 LD = @LD@
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.in167 LD = @LD@
/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.in209 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.in196 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in213 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in195 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in176 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.in210 LD = @LD@

Completed in 184 milliseconds

1234567891011>>