Searched defs:Destination (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
H A Dms-intrinsics.c29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, argument
31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand);
34 // CHECK: define{{.*}}i8* @test_InterlockedCompareExchangePointer(i8** %Destination, i8* %Exchange, i8* %Comparand){{.*}}{
35 // CHECK: %[[DEST:[0-9]+]] = bitcast i8** %Destination to [[iPTR]]*
/external/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp55 typedef B<Width/2, Depth> Destination; typedef
56 // typedef A<Width, Depth> Destination;
57 Destination *b = nullptr;
60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
/external/clang/lib/CodeGen/
H A DEHScopeStack.h47 llvm::BasicBlock *Destination; member in struct:clang::CodeGen::BranchFixup
H A DCGBuiltin.cpp1832 llvm::Value *Destination = local
1842 auto Result = Builder.CreateAtomicCmpXchg(Destination, Comparand, Exchange,
/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp141 Instruction *Destination = Dep.getDestination(LAI); local
146 if (isa<LoadInst>(Destination))
147 LoadsWithUnknownDepedence.insert(Destination);
155 std::swap(Source, Destination);
162 auto *Load = dyn_cast<LoadInst>(Destination);
/external/v8/src/s390/
H A Dcode-stubs-s390.h352 enum Destination { kFPRegisters, kCoreRegisters }; enum in class:v8::internal::FloatingPointHelper
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h83 Instruction *Destination) :
85 Dst(Destination),
82 Dependence(Instruction *Source, Instruction *Destination) argument
H A DLoopAccessAnalysis.h167 unsigned Destination; member in struct:llvm::MemoryDepChecker::Dependence
171 Dependence(unsigned Source, unsigned Destination, DepType Type) argument
172 : Source(Source), Destination(Destination), Type(Type) {}
716 return LAI.getDepChecker().getMemoryInstructions()[Destination];
/external/vboot_reference/utility/
H A Defidecompress.c720 IN OUT VOID *Destination,
736 Destination - The destination buffer to store the decompressed data
761 Dst = Destination;
884 IN OUT VOID *Destination,
900 Destination - The destination buffer to store the decompressed data
918 Destination,
968 IN OUT VOID *Destination,
984 Destination - The destination buffer to store the decompressed data
1002 Destination,
717 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
881 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
965 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp79 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; local
91 Builder.CreateBr(Destination);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
H A Dresponse.py709 class Destination(ResponseElement): class in inherits:ResponseElement
714 DestinationList = MemberList(Destination)
718 Destination = Element(Destination) variable in class:Subscription
732 Destination = Element(PhysicalDestination=Element()) variable in class:OrderReferenceDetails
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp230 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, argument
233 : Dependence(Source, Destination), Levels(CommonLevels),
/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/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 489 milliseconds