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

1234567891011>>

/freebsd-13-stable/contrib/openpam/t/
H A DMakefile.in477 LD = @LD@
/freebsd-13-stable/contrib/ntp/ntpdate/
H A DMakefile.in281 LD = @LD@
/freebsd-13-stable/contrib/ntp/parseutil/
H A DMakefile.in276 LD = @LD@
/freebsd-13-stable/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.in255 LD = @LD@
/freebsd-13-stable/contrib/ntp/scripts/ntp-wait/
H A DMakefile.in254 LD = @LD@
/freebsd-13-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in255 LD = @LD@
/freebsd-13-stable/contrib/ntp/scripts/ntptrace/
H A DMakefile.in254 LD = @LD@
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.in255 LD = @LD@
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in274 LD = @LD@
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp538 case RISCV::LD:
/freebsd-13-stable/contrib/ntp/adjtimed/
H A DMakefile.in281 LD = @LD@
/freebsd-13-stable/contrib/ntp/clockstuff/
H A DMakefile.in276 LD = @LD@
/freebsd-13-stable/contrib/ntp/include/
H A DMakefile.in279 LD = @LD@
/freebsd-13-stable/crypto/heimdal/lib/vers/
H A DMakefile.in174 LD = @LD@
/freebsd-13-stable/crypto/heimdal/tools/
H A DMakefile.in184 LD = @LD@
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk98 # Remove ccache from the PATH to prevent double calls and wasted CPP/LD time.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3448 /// This method returns the constant pool value that will be loaded by LD.
3449 /// NOTE: You must check for implicit extensions of the constant by LD.
3450 virtual const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const;
4359 /// \param LD load to expand
4361 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
4371 std::pair<SDValue, SDValue> expandUnalignedLoad(LoadSDNode *LD,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1343 LoadSDNode *LD = cast<LoadSDNode>(N); local
1344 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
1347 EVT VT = LD->getMemoryVT();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2200 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
2219 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
2413 emitLoadStoreSymbol(Inst, RISCV::LD, IDLoc, Out, /*HasTmpReg=*/false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1127 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
1340 splitMove(MI, SystemZ::LD);
1594 LoadOpcode = SystemZ::LD;
/freebsd-13-stable/contrib/bearssl/mk/
H A DRules.mk367 $(LD) $(LDFLAGS) $(LDOUT)$(BRSSL) $(OBJBRSSL) $(BEARSSLLIB)
370 $(LD) $(LDFLAGS) $(LDOUT)$(TESTCRYPTO) $(OBJTESTCRYPTO) $(BEARSSLLIB)
373 $(LD) $(LDFLAGS) $(LDOUT)$(TESTSPEED) $(OBJTESTSPEED) $(BEARSSLLIB)
376 $(LD) $(LDFLAGS) $(LDOUT)$(TESTX509) $(OBJTESTX509) $(BEARSSLLIB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp833 ScalarEvolution::LoopDisposition LD =
835 if (LD != ScalarEvolution::LoopInvariant)
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1260 LoadSDNode *LD = cast<LoadSDNode>(N); local
1261 if (LD->isUnindexed())
1263 EVT VT = LD->getMemoryVT();
1265 ISD::MemIndexedMode AM = LD->getAddressingMode();
1273 ISD::LoadExtType ExtType = LD->getExtensionType();
1327 SDValue Chain = LD->getChain();
1328 SDValue Base = LD->getBasePtr();
1329 ConstantSDNode *OffsetOp = cast<ConstantSDNode>(LD->getOffset());
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.in276 LD = @LD@

Completed in 316 milliseconds

1234567891011>>