Searched refs:LD (Results 26 - 50 of 170) sorted by relevance

1234567

/macosx-10.10.1/llvmCore-3425.0.34/unittests/
H A DMakefile.unittest43 LD.Flags += $(RPATH) -Wl,$(SharedLibDir)
45 # Also set {DYLD,LD}_LIBRARY_PATH because OSX ignores the rpath most
/macosx-10.10.1/zlib-55/zlib/nintendods/
H A DMakefile70 export LD := $(CC) macro
74 export LD := $(CXX) macro
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
82 wl='-LD'
128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
411 case $LD in
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp134 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
135 ISD::LoadExtType ExtType = LD->getExtensionType();
136 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
137 if (TLI.isLoadExtLegal(LD->getExtensionType(), LD->getMemoryVT()))
354 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
355 SDValue Chain = LD->getChain();
356 SDValue BasePTR = LD->getBasePtr();
357 EVT SrcVT = LD->getMemoryVT();
358 ISD::LoadExtType ExtType = LD
[all...]
H A DLegalizeDAG.cpp419 ExpandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG, argument
422 assert(LD->getAddressingMode() == ISD::UNINDEXED &&
424 SDValue Chain = LD->getChain();
425 SDValue Ptr = LD->getBasePtr();
426 EVT VT = LD->getValueType(0);
427 EVT LoadedVT = LD->getMemoryVT();
428 DebugLoc dl = LD->getDebugLoc();
434 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, LD->getPointerInfo(),
435 LD->isVolatile(),
436 LD
[all...]
H A DLegalizeVectorTypes.cpp779 void DAGTypeLegalizer::SplitVecRes_LOAD(LoadSDNode *LD, SDValue &Lo, argument
781 assert(ISD::isUNINDEXEDLoad(LD) && "Indexed load during type legalization!");
783 DebugLoc dl = LD->getDebugLoc();
784 GetSplitDestVTs(LD->getValueType(0), LoVT, HiVT);
786 ISD::LoadExtType ExtType = LD->getExtensionType();
787 SDValue Ch = LD->getChain();
788 SDValue Ptr = LD->getBasePtr();
790 EVT MemoryVT = LD->getMemoryVT();
791 unsigned Alignment = LD->getOriginalAlignment();
792 bool isVolatile = LD
1948 LoadSDNode *LD = cast<LoadSDNode>(N); local
2357 GenWidenVectorLoads(SmallVector<SDValue, 16> &LdChain, LoadSDNode *LD) argument
2511 GenWidenVectorExtLoads(SmallVector<SDValue, 16>& LdChain, LoadSDNode * LD, ISD::LoadExtType ExtType) argument
[all...]
H A DLegalizeTypesGeneric.cpp246 LoadSDNode *LD = cast<LoadSDNode>(N); local
247 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), LD->getValueType(0));
248 SDValue Chain = LD->getChain();
249 SDValue Ptr = LD->getBasePtr();
250 unsigned Alignment = LD->getAlignment();
251 bool isVolatile = LD->isVolatile();
252 bool isNonTemporal = LD->isNonTemporal();
253 bool isInvariant = LD->isInvariant();
257 Lo = DAG.getLoad(NVT, dl, Chain, Ptr, LD->getPointerInfo(),
265 LD
[all...]
H A DSelectionDAGDumper.cpp445 else if (const LoadSDNode *LD = dyn_cast<LoadSDNode>(this)) {
446 OS << "<" << *LD->getMemOperand();
449 switch (LD->getExtensionType()) {
456 OS << " from " << LD->getMemoryVT().getEVTString();
458 const char *AM = getIndexedModeName(LD->getAddressingMode());
/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dconfig.libpath32 # The environment variable LD should be set by the caller.
87 case $LD in # libtool.m4 will add one of these switches to LD
/macosx-10.10.1/libiconv-42/libiconv/libcharset/build-aux/
H A Dconfig.libpath32 # The environment variable LD should be set by the caller.
87 case $LD in # libtool.m4 will add one of these switches to LD
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A DMakefile.b3241 LD = bcc32
157 $(LD) $(LDFLAGS) -e$(LIBCURL_DLL) @&&!
/macosx-10.10.1/curl-83.1.2/curl/src/
H A DMakefile.b3239 LD = bcc32
128 $(LD) $(LDFLAGS) -e$@ @&&!
H A DMakefile.Watcom34 LD = wlink
203 $(LD) name $^@ @$(LINK_ARG)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp894 LoadSDNode *LD = cast<LoadSDNode>(N); local
895 EVT LoadedVT = LD->getMemoryVT();
898 if (LD->getAddressingMode() != ISD::PRE_INC)
901 SDValue Offset = LD->getOffset();
906 bool isSExt = LD->getExtensionType() == ISD::SEXTLOAD;
907 if (LD->getValueType(0) != MVT::i64) {
920 assert(LD->getValueType(0) == MVT::i64 && "Unknown load result type!");
932 SDValue Chain = LD->getChain();
933 SDValue Base = LD->getBasePtr();
935 return CurDAG->getMachineNode(Opcode, dl, LD
[all...]
/macosx-10.10.1/zip-14/unzip/
H A DMakefile36 LOC="-Wall -Os -g -mdynamic-no-pic $(RC_CFLAGS)" LD="$(CC) $(RC_CFLAGS)" \
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig213 old_LD="$LD"
985 # Make sure LD is an absolute path.
986 if test -z "$LD"; then
1002 test -z "$LD" && LD="$ac_prog"
1021 if test -z "$LD"; then
1026 LD="$ac_dir/$ac_prog"
1030 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1040 if test -n "$LD"; then
1041 echo "$ac_t$LD"
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig213 old_LD="$LD"
990 # Make sure LD is an absolute path.
991 if test -z "$LD"; then
1007 test -z "$LD" && LD="$ac_prog"
1026 if test -z "$LD"; then
1031 LD="$ac_dir/$ac_prog"
1035 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1045 if test -n "$LD"; then
1046 echo "$ac_t$LD"
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig213 old_LD="$LD"
990 # Make sure LD is an absolute path.
991 if test -z "$LD"; then
1007 test -z "$LD" && LD="$ac_prog"
1026 if test -z "$LD"; then
1031 LD="$ac_dir/$ac_prog"
1035 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1045 if test -n "$LD"; then
1046 echo "$ac_t$LD"
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dltcf-c.sh55 # If archive_cmds runs LD, not CC, wlarc should be empty
91 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
190 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
199 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
211 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
231 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
251 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
265 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
401 archive_cmds='$LD
[all...]
H A Dltcf-gcj.sh58 # If archive_cmds runs LD, not CC, wlarc should be empty
94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
183 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
192 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
213 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
254 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
390 archive_cmds='$LD
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp401 LoadSDNode *LD = cast<LoadSDNode>(Op); local
402 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
404 assert(LD->getMemoryVT() == MVT::i32 && "Unexpected load EVT");
405 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
409 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
411 if (LD->getAlignment() >= ABIAlignment)
414 SDValue Chain = LD->getChain();
415 SDValue BasePtr = LD->getBasePtr();
420 if (!LD->isVolatile() &&
459 if (LD
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_dice.mak23 LD = dcc macro
123 ${LD} -o Vim $(OBJ) o/version.o $(LIBS)
127 ${LD} -s -o Vim $(OBJ) o/version.o $(LIBS)
/macosx-10.10.1/cups-408/cups/
H A DMakedefs.in29 LD = @LD@
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A Ddescrip.mms31 LD = link
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/Java/
H A Dmakefile41 LD = ld macro
48 CFLAGS_COMMON = -LD -DAUTO_CALLBACKS=0 -I. -I..\.. \

Completed in 169 milliseconds

1234567