| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-intrinsics.c | 225 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 D | ms-intrinsics-other.c | 134 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 D | FixIt.h | 62 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 D | ErrorOrTest.cpp | 80 struct Destination { in TEST() struct 81 Destination(const Source&) {} in TEST() argument
|
| H A D | Path.cpp | 2460 SmallString<128> Destination(RootTestDirectory.path()); in TEST_F() local
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | dynamic_cast_stress.pass.cpp | 56 typedef B<Width/2, Depth> Destination; in test() typedef
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 46 llvm::BasicBlock *Destination; member
|
| H A D | CGBuiltin.cpp | 326 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 D | DependenceAnalysis.h | 77 Dependence(Instruction *Source, Instruction *Destination) in Dependence()
|
| H A D | LoopAccessAnalysis.h | 142 unsigned Destination; member
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 189 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | HTMLGenerator.cpp | 228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 68 const MachineOperand *Destination; member
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 258 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 164 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local
|