Searched refs:LD (Results 151 - 175 of 334) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure698 LD
7491 test -z "$LD" && LD=$ac_prog
7512 if test -z "$LD"; then
7534 lt_cv_path_LD=$LD # Let the user override the test with a path.
7538 LD=$lt_cv_path_LD
7539 if test -n "$LD"; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7541 $as_echo "$LD" >&6; }
7546 test -z "$LD"
[all...]
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure818 LD
4870 test -z "$LD" && LD="$ac_prog"
4891 if test -z "$LD"; then
4913 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4917 LD="$lt_cv_path_LD"
4918 if test -n "$LD"; then
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4920 $as_echo "$LD" >&6; }
4925 test -z "$LD"
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp564 const LoadSDNode *LD = cast<LoadSDNode>(N);
565 ID.AddInteger(LD->getMemoryVT().getRawBits());
566 ID.AddInteger(LD->getRawSubclassData());
567 ID.AddInteger(LD->getPointerInfo().getAddrSpace());
3056 LoadSDNode *LD = cast<LoadSDNode>(Op);
3057 const Constant *Cst = TLI->getTargetConstantFromLoad(LD);
3058 if (ISD::isNON_EXTLoad(LD) && Cst) {
3110 EVT VT = LD->getMemoryVT();
3113 } else if (const MDNode *Ranges = LD->getRanges()) {
3114 if (LD
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2233 LoadSDNode *LD = cast<LoadSDNode>(Node); local
2235 assert(LD->getExtensionType() == ISD::NON_EXTLOAD);
2238 SDValue newLD = DAG.getLoad(MVT::i16, dl, LD->getChain(), LD->getBasePtr(),
2239 LD->getPointerInfo(), LD->getAlignment(),
2240 LD->getMemOperand()->getFlags());
2245 SDValue Ops[] = { result, LD->getChain() };
4790 LoadSDNode *LD = cast<LoadSDNode>(N); local
4792 Align Alignment = LD
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2660 static SDValue createLoadLR(unsigned Opc, SelectionDAG &DAG, LoadSDNode *LD, argument
2662 SDValue Ptr = LD->getBasePtr();
2663 EVT VT = LD->getValueType(0), MemVT = LD->getMemoryVT();
2665 SDLoc DL(LD);
2674 LD->getMemOperand());
2679 LoadSDNode *LD = cast<LoadSDNode>(Op); local
2680 EVT MemVT = LD->getMemoryVT();
2686 if ((LD->getAlignment() >= MemVT.getSizeInBits() / 8) ||
2692 ISD::LoadExtType ExtType = LD
[all...]
/freebsd-13-stable/crypto/heimdal/etc/
H A DMakefile.in155 LD = @LD@
/freebsd-13-stable/crypto/heimdal/include/
H A DMakefile.in238 LD = @LD@
/freebsd-13-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in155 LD = @LD@
/freebsd-13-stable/contrib/expat/examples/
H A DMakefile.in256 LD = @LD@
/freebsd-13-stable/contrib/expat/lib/
H A DMakefile.in290 LD = @LD@
/freebsd-13-stable/contrib/expat/tests/benchmark/
H A DMakefile.in253 LD = @LD@
/freebsd-13-stable/contrib/file/doc/
H A DMakefile.in193 LD = @LD@
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.in188 LD = @LD@
/freebsd-13-stable/contrib/file/tests/
H A DMakefile.in207 LD = @LD@
/freebsd-13-stable/contrib/openbsm/bin/audit/
H A DMakefile.in240 LD = @LD@
/freebsd-13-stable/contrib/openbsm/bin/auditd/
H A DMakefile.in245 LD = @LD@
/freebsd-13-stable/contrib/openbsm/bin/auditfilterd/
H A DMakefile.in238 LD = @LD@
/freebsd-13-stable/contrib/openbsm/bin/auditreduce/
H A DMakefile.in237 LD = @LD@
/freebsd-13-stable/contrib/openbsm/bin/praudit/
H A DMakefile.in237 LD = @LD@
/freebsd-13-stable/contrib/openbsm/libauditd/
H A DMakefile.in236 LD = @LD@
/freebsd-13-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in237 LD = @LD@
/freebsd-13-stable/contrib/openbsm/test/bsm/
H A DMakefile.in207 LD = @LD@
/freebsd-13-stable/contrib/openbsm/tools/
H A DMakefile.in207 LD = @LD@
/freebsd-13-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in216 LD = @LD@
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A DMakefile.in247 LD = @LD@

Completed in 299 milliseconds

1234567891011>>