Home
last modified time | relevance | path

Searched defs:Destination (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c225 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer()
240 void *test_InterlockedCompareExchangePointer_nf(void * volatile *Destination, in test_InterlockedCompareExchangePointer_nf()
399 char test_InterlockedCompareExchange8(char volatile *Destination, char Exchange, char Comperand) { in test_InterlockedCompareExchange8()
408 short test_InterlockedCompareExchange16(short volatile *Destination, short Exchange, short Comperan… in test_InterlockedCompareExchange16()
417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange()
426 __int64 test_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 … in test_InterlockedCompareExchange64()
437 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128()
465 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_acq()
471 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_nf()
477 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_rel()
[all …]
Dms-intrinsics-other.c134 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange()
265 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_acq()
274 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_rel()
283 LONG test_InterlockedCompareExchange_nf(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_nf()
/external/llvm-project/clang/include/clang/Tooling/
DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
/external/llvm/unittests/Support/
DErrorOrTest.cpp81 struct Destination { in TEST() struct
82 Destination(const Source&) {} in TEST() function
/external/llvm-project/llvm/unittests/Support/
DErrorOrTest.cpp80 struct Destination { in TEST() struct
81 Destination(const Source&) {} in TEST() argument
/external/clang/include/clang/Tooling/
DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
/external/clang/test/CodeGen/
Dms-intrinsics.c29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer()
/external/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp57 typedef B<Width/2, Depth> Destination; in test() typedef
/external/llvm-project/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp56 typedef B<Width/2, Depth> Destination; in test() typedef
/external/clang/lib/CodeGen/
DEHScopeStack.h47 llvm::BasicBlock *Destination; member
/external/llvm-project/clang/lib/CodeGen/
DEHScopeStack.h46 llvm::BasicBlock *Destination; member
/external/vboot_reference/utility/
Defidecompress.c720 IN OUT VOID *Destination, in Decompress()
884 IN OUT VOID *Destination, in EfiDecompress()
968 IN OUT VOID *Destination, in TianoDecompress()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dpacket.h93 enum Destination : bool { kServer, kClient }; enum
/external/tensorflow/tensorflow/core/framework/
Dgraph_transfer_info.proto57 enum Destination { enum
/external/swiftshader/third_party/subzero/src/
DIceUtils.h32 D Destination; in bitCopy() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h77 Instruction *Destination) : in Dependence()
DLoopAccessAnalysis.h148 unsigned Destination; member
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h83 Instruction *Destination) : in Dependence()
DLoopAccessAnalysis.h167 unsigned Destination; member
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h78 Instruction *Destination) : in Dependence()
DLoopAccessAnalysis.h143 unsigned Destination; member
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp155 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp192 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp193 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath()

12