Searched refs:Destination (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMachineLocation.h82 MachineLocation Destination, Source; member in class:llvm::MachineMove
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
H A DMCDwarf.h275 MachineLocation Destination; member in class:llvm::MCCFIInstruction
284 : Operation(Op), Label(L), Destination(Register) {
289 : Operation(Move), Label(L), Destination(D), Source(S) {
293 : Operation(Op), Label(L), Destination(D), Source(S) {
302 const MachineLocation &getDestination() const { return Destination; }
/external/stlport/stlport/stl/config/
H A D_watcom.h138 long __stl_InterlockedExchange( long *Destination, long Value );
/external/zlib/src/as400/
H A Dzlib.inc114 D dest 65535 options(*varsize) Destination buffer
115 D destLen 10U 0 Destination length
120 D dest 65535 options(*varsize) Destination buffer
121 D destLen 10U 0 Destination length
130 D dest 65535 options(*varsize) Destination buffer
131 D destLen 10U 0 Destination length
325 D dest like(z_stream) Destination stream
366 D dest like(z_stream) Destination stream
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp242 BranchFixups.back().Destination == 0)
280 if (Fixup.Destination == 0) continue;
298 if (!CasesAdded.insert(Fixup.Destination)) continue;
301 Fixup.Destination);
342 if (Fixup.Destination != Block) continue;
344 Fixup.Destination = 0;
772 if (!Fixup.Destination) continue;
904 Fixup.Destination = Dest.getBlock();
H A DCodeGenFunction.h97 llvm::BasicBlock *Destination; member in struct:clang::CodeGen::BranchFixup
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h28 void *volatile *Destination,
/external/v8/src/arm/
H A Dcode-stubs-arm.h711 enum Destination { enum in class:v8::internal::FloatingPointHelper
723 Destination destination,
735 FloatingPointHelper::Destination destination,
760 Destination destination,
774 Destination destination,
839 FloatingPointHelper::Destination destination,
H A Dcode-stubs-arm.cc519 FloatingPointHelper::Destination destination,
552 FloatingPointHelper::Destination destination,
569 Destination destination,
673 Destination destination,
747 Destination destination,
2444 FloatingPointHelper::Destination destination =
2761 FloatingPointHelper::Destination destination =
5521 __ Check(eq, "Destination of copy not aligned.");
H A Dstub-cache-arm.cc3503 FloatingPointHelper::Destination dest =
3778 FloatingPointHelper::Destination destination;
H A Dmacro-assembler-arm.cc1964 FloatingPointHelper::Destination destination;
/external/v8/src/mips/
H A Dcode-stubs-mips.h711 enum Destination { enum in class:v8::internal::FloatingPointHelper
723 Destination destination,
735 FloatingPointHelper::Destination destination,
760 Destination destination,
774 Destination destination,
839 FloatingPointHelper::Destination destination,
H A Dcode-stubs-mips.cc519 FloatingPointHelper::Destination destination,
552 FloatingPointHelper::Destination destination,
569 Destination destination,
678 Destination destination,
760 Destination destination,
2558 FloatingPointHelper::Destination destination =
2876 FloatingPointHelper::Destination destination =
5761 "Destination of copy not aligned.",
H A Dstub-cache-mips.cc3505 FloatingPointHelper::Destination dest =
3802 FloatingPointHelper::Destination destination;
H A Dmacro-assembler-mips.cc3434 FloatingPointHelper::Destination destination;
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp69 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; local
81 Builder.CreateBr(Destination);
/external/icu4c/data/
H A Dmakedata.mak116 # Destination directory for the common data DLL file.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5591 @param out [out] Destination for tag
5605 @param out [out] Destination for tag
5619 @param out [out] Destination for tag
6348 @param C [out] Destination point (can overlap with A or B)
6366 @param key [out] Destination of a newly created private key pair
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s68 @ Destination register is optional

Completed in 630 milliseconds