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...]