Searched refs:LD (Results 226 - 250 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in274 LD = @LD@
/freebsd-11-stable/contrib/openpam/t/
H A DMakefile.in477 LD = @LD@
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in255 LD = @LD@
/freebsd-11-stable/contrib/ntp/adjtimed/
H A DMakefile.in281 LD = @LD@
/freebsd-11-stable/contrib/ntp/clockstuff/
H A DMakefile.in276 LD = @LD@
/freebsd-11-stable/contrib/expat/xmlwf/
H A DMakefile.in261 LD = @LD@
/freebsd-11-stable/contrib/expat/
H A DMakefile.in326 LD = @LD@
/freebsd-11-stable/contrib/ntp/include/
H A DMakefile.in279 LD = @LD@
/freebsd-11-stable/contrib/file/src/
H A DMakefile.in272 LD = @LD@
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1960 for (LoadInst *LD : Loads) {
1961 Value *Ptr = LD->getPointerOperand();
1985 MemoryLocation Loc = MemoryLocation::get(LD);
1989 if (blockNeedsPredication(LD->getParent(), TheLoop, DT))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp958 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
962 if (!canCoerceMustAliasedValueToLoad(LD, LI->getType(), DL))
966 if (LD->isAtomic() < LI->isAtomic())
969 Res = AvailableValue::getLoad(LD);
/freebsd-11-stable/contrib/file/
H A DMakefile.in272 LD = @LD@
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1186 LoadSDNode *LD = cast<LoadSDNode>(N); local
1187 if (LD->isUnindexed())
1189 EVT VT = LD->getMemoryVT();
1191 ISD::MemIndexedMode AM = LD->getAddressingMode();
1199 ISD::LoadExtType ExtType = LD->getExtensionType();
1251 SDValue Chain = LD->getChain();
1252 SDValue Base = LD->getBasePtr();
1253 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset());
H A DAArch64ISelLowering.cpp11498 SDNode *LD = N->getOperand(LoadIdx).getNode(); local
11500 if (LD->getOpcode() != ISD::LOAD)
11512 LoadSDNode *LoadSDN = cast<LoadSDNode>(LD);
11520 for (SDNode::use_iterator UI = LD->use_begin(), UE = LD->use_end(); UI != UE;
11528 SDValue Addr = LD->getOperand(1);
11554 Worklist.push_back(LD);
11556 if (SDNode::hasPredecessorHelper(LD, Visited, Worklist) ||
11561 Ops.push_back(LD->getOperand(0)); // Chain
11578 SDValue(LD,
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dconfigure7453 test -z "$LD" && LD="$ac_prog"
7474 if test -z "$LD"; then
7492 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7496 LD="$acl_cv_path_LD"
7497 if test -n "$LD"; then
7498 echo "$as_me:$LINENO: result: $LD" >&5
7499 echo "${ECHO_T}$LD" >&6
7504 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
7507 echo "$as_me:$LINENO: checking if the linker ($LD) i
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3258 /// This method returns the constant pool value that will be loaded by LD.
3259 /// NOTE: You must check for implicit extensions of the constant by LD.
3260 virtual const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const;
4144 /// \param LD load to expand
4146 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
4156 std::pair<SDValue, SDValue> expandUnalignedLoad(LoadSDNode *LD,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1345 LoadSDNode *LD = cast<LoadSDNode>(N); local
1346 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
1349 EVT VT = LD->getMemoryVT();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1110 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
1236 splitMove(MI, SystemZ::LD);
1490 LoadOpcode = SystemZ::LD;
H A DSystemZISelLowering.cpp5835 LoadSDNode *LD = cast<LoadSDNode>(Load); local
5839 LD->getChain(), // Chain
5840 LD->getBasePtr() // Ptr
5844 DAG.getVTList(LD->getValueType(0), MVT::Other),
5845 Ops, LD->getMemoryVT(), LD->getMemOperand());
6067 LoadSDNode *LD = cast<LoadSDNode>(Load); local
6071 LD->getChain(), // Chain
6072 LD->getBasePtr() // Ptr
6080 Ops, LD
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp894 // Look for a register whose prefix could patch the range [FD..LD]
896 uint16_t FD = FDi, LD = LDi; // Switch to unsigned type.
897 uint16_t MinL = LD-FD+1;
/freebsd-11-stable/crypto/heimdal/
H A DMakefile.in211 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in219 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A DMakefile.in212 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/login/
H A DMakefile.in211 LD = @LD@
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A DMakefile.in213 LD = @LD@

Completed in 541 milliseconds

1234567891011>>