HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 51 - 75 of 304) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 95 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl);
96 SDNode *SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl);
97 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode,
99 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode,
337 SDNode *HexagonDAGToDAGISel::SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl) {
338 SDValue Chain = LD->getChain();
339 SDNode* Const32 = LD->getBasePtr().getNode();
343 ISD::isNormalLoad(LD)) {
345 EVT LoadedVT = LD->getMemoryVT();
366 LD->getValueType(0)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 302 static bool isValidIndexedLoad(const LoadSDNode *LD) {
303 ISD::MemIndexedMode AM = LD->getAddressingMode();
304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
307 EVT VT = LD->getMemoryVT();
312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
330 LoadSDNode *LD = cast<LoadSDNode>(N);
331 if (!isValidIndexedLoad(LD))
334 MVT VT = LD->getMemoryVT().getSimpleVT();
350 LD->getBasePtr(), LD->getChain())
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFDynObjReader.h 14 #include <mcld/LD/DynObjReader.h>
ELFSegmentFactory.h 15 #include <mcld/LD/ELFSegment.h>
EhFrameHdr.h 17 #include <mcld/LD/EhFrame.h>
ObjectReader.h 14 #include "mcld/LD/LDReader.h"
18 #include <mcld/LD/ResolveInfo.h>
TextDiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticPrinter.h>
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 15 #include <mcld/LD/RelocData.h>
GOT.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/SectionData.h>
PLT.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/SectionData.h>
  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 12 #include <mcld/LD/SectionData.h>
Fragment.cpp 14 #include <mcld/LD/SectionData.h>
  /ndk/build/core/
ndk-common.sh 455 if [ -z "$LD" ] ; then
456 LD="$CC"
470 LD="$LD -m32"
492 OLD_LD="$LD"
493 LD="$CC"
497 LD="$OLD_LD"
503 log2 "Using '$LD' as the linker"
504 log "LD : linker check ok ($LD)"
    [all...]
  /external/libpng/contrib/pngminim/decoder/
makefile 6 LD=$(CC)
36 $(LD) -o pngm2pnm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 6 LD=$(CC)
35 $(LD) -o pnm2pngm$(E) $(OBJS)
  /frameworks/compile/libbcc/include/bcc/Support/
LinkerConfig.h 24 #include <mcld/LD/DiagnosticLineInfo.h>
25 #include <mcld/LD/DiagnosticPrinter.h>
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 9 #include <mcld/LD/MsgHandler.h>
10 #include <mcld/LD/DiagnosticEngine.h>
GroupReader.cpp 9 #include <mcld/LD/Archive.h>
10 #include <mcld/LD/ArchiveReader.h>
11 #include <mcld/LD/DynObjReader.h>
12 #include <mcld/LD/GroupReader.h>
13 #include <mcld/LD/ObjectReader.h>
StubFactory.cpp 9 #include <mcld/LD/StubFactory.h>
11 #include <mcld/LD/BranchIslandFactory.h>
12 #include <mcld/LD/BranchIsland.h>
13 #include <mcld/LD/LDSymbol.h>
14 #include <mcld/LD/ResolveInfo.h>
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/RelocationFactory.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/SectionData.h>
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 17 #include <mcld/LD/DiagnosticLineInfo.h>
18 #include <mcld/LD/DiagnosticPrinter.h>
  /frameworks/compile/mclinker/unittests/
FragmentTest.cpp 12 #include <mcld/LD/SectionData.h>
13 #include <mcld/LD/LDSection.h>
  /sdk/emulator/qtools/tests/
common_head.mk 2 LD := arm-elf-ld
13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib
19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
  /external/qemu/android/build/
common.sh 216 LD=$MINGW32_CC
279 if [ -z "$LD" ] ; then
280 LD=$CC
284 OLD_LD=$LD
285 LD=gcc
289 LD=$OLD_LD
295 log "LD : linker check ok ($LD)"
316 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS"
317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMP
    [all...]

Completed in 1655 milliseconds

1 23 4 5 6 7 8 91011>>