Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dms-intrinsics.c225 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer()
240 void *test_InterlockedCompareExchangePointer_nf(void * volatile *Destination, in test_InterlockedCompareExchangePointer_nf()
417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange()
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()
637 long test_InterlockedCompareExchange_HLEAcquire(long volatile *Destination, in test_InterlockedCompareExchange_HLEAcquire()
643 long test_InterlockedCompareExchange_HLERelease(long volatile *Destination, in test_InterlockedCompareExchange_HLERelease()
661 __int64 test_InterlockedCompareExchange64_HLEAcquire(__int64 volatile *Destination, in test_InterlockedCompareExchange64_HLEAcquire()
[all …]
H A 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()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorOrTest.cpp80 struct Destination { in TEST() struct
81 Destination(const Source&) {} in TEST() argument
H A DPath.cpp2460 SmallString<128> Destination(RootTestDirectory.path()); in TEST_F() local
/llvm-project-15.0.7/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp56 typedef B<Width/2, Depth> Destination; in test() typedef
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DEHScopeStack.h46 llvm::BasicBlock *Destination; member
H A DCGBuiltin.cpp326 auto *Destination = CGF.EmitScalarExpr(E->getArg(0)); in EmitAtomicCmpXchgForMSIntrin() local
358 llvm::Value *Destination = CGF.EmitScalarExpr(E->getArg(0)); in EmitAtomicCmpXchg128ForMSIntrin() local
4515 llvm::Value *Destination = in EmitBuiltinExpr() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) in Dependence()
H A DLoopAccessAnalysis.h142 unsigned Destination; member
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp189 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h68 const MachineOperand *Destination; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp258 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp164 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local