HomeSort by relevance Sort by last modified time
    Searched refs:Destination (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 30 void *volatile *Destination,
38 long volatile *Destination, // NOLINT
43 void *volatile *Destination,
47 reinterpret_cast<long volatile*>(Destination), // NOLINT
  /external/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /external/clang/lib/CodeGen/
CGCleanup.cpp 248 BranchFixups.back().Destination == 0)
284 // Skip this fixup if its destination isn't set.
286 if (Fixup.Destination == 0) continue;
289 // still pointing directly to its destination; forward it to the
304 if (!CasesAdded.insert(Fixup.Destination)) continue;
307 Fixup.Destination);
318 // destination is its original target.
346 // Skip this fixup if its destination doesn't match.
348 if (Fixup.Destination != Block) continue;
350 Fixup.Destination = 0
    [all...]
CodeGenFunction.h 101 /// If null, LatestBranch points directly to the destination.
104 /// The ultimate destination of the branch.
108 llvm::BasicBlock *Destination;
110 /// The destination index value.
348 /// switch statement. The use points to the final destination.
551 /// A jump destination is an abstract label, branching to which may
917 /// specified destination obviously has no cleanups to run. 'false' is always
    [all...]
  /ndk/build/tools/
builder-funcs.sh 302 panic "Destination directory not set"
324 panic "Destination directory not set"
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 62 /// an ordering, where the source must precede the destination; in contrast,
67 Instruction *Destination) :
68 Src(Source), Dst(Destination) {}
97 /// getDst - Returns the destination instruction for this dependence.
135 /// (occurs every time the source and destination are executed).
139 /// source and destination of the dependence.
163 /// if no subscript in the source or destination mention the induction
182 /// ordering, where the source must precede the destination; in contrast,
204 /// (occurs every time the source and destination are executed).
208 /// source and destination of the dependence
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-arm.cc 468 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2444 FloatingPointHelper::Destination destination = local
2761 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-arm.cc 3778 FloatingPointHelper::Destination destination; local
    [all...]
macro-assembler-arm.cc 396 void MacroAssembler::LoadRoot(Register destination,
399 ldr(destination, MemOperand(kRootRegister, index << kPointerSizeLog2), cond);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-mips.cc 469 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2558 FloatingPointHelper::Destination destination = local
2876 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-mips.cc 3802 FloatingPointHelper::Destination destination; local
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 52 /// destination. This is a nontrivial operation because the successors of this
71 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
83 Builder.CreateBr(Destination);
155 // Otherwise, check to see if the switch only branches to one destination.
167 // If we found a single destination that we can fold the switch into, do so
194 // instruction if it has only one non-default destination.
246 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 213 // if no subscript in the source or destination mention the induction
225 Instruction *Destination,
228 Dependence(Source, Destination),
252 // if no subscript in the source or destination mention the induction
663 // The source and destination instructions needn't be contained in the same
667 // of the source plus the level of the destination, minus CommonLevels.
669 // distinct loop referenced in both the source and destination subscripts.
671 // It's used to help calculate distinct loops referenced by the destination.
745 // Given one of the loops containing the destination,
782 // If the source and destination are identically sign (or zero
    [all...]
  /external/icu4c/data/
makedata.mak 116 # Destination directory for the common data DLL file.
133 # The destination directory for the built test data .dat file
588 # move the .dll and .lib files to their final destination afterwards.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 68 @ Destination register is optional
174 @ destination register is optional
244 @ destination register is optional
353 @ destination register is optional
729 @ destination register is optional
    [all...]

Completed in 456 milliseconds

1 2