Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dms-intrinsics.c224 test_InterlockedCompareExchangePointer(void * volatile * Destination,void * Exchange,void * Comparand) test_InterlockedCompareExchangePointer() argument
238 test_InterlockedCompareExchangePointer_nf(void * volatile * Destination,void * Exchange,void * Comparand) test_InterlockedCompareExchangePointer_nf() argument
396 test_InterlockedCompareExchange8(char volatile * Destination,char Exchange,char Comperand) test_InterlockedCompareExchange8() argument
405 test_InterlockedCompareExchange16(short volatile * Destination,short Exchange,short Comperand) test_InterlockedCompareExchange16() argument
414 test_InterlockedCompareExchange(long volatile * Destination,long Exchange,long Comperand) test_InterlockedCompareExchange() argument
423 test_InterlockedCompareExchange64(__int64 volatile * Destination,__int64 Exchange,__int64 Comperand) test_InterlockedCompareExchange64() argument
434 test_InterlockedCompareExchange128(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128() argument
460 test_InterlockedCompareExchange128_acq(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_acq() argument
466 test_InterlockedCompareExchange128_nf(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_nf() argument
472 test_InterlockedCompareExchange128_rel(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_rel() argument
632 test_InterlockedCompareExchange_HLEAcquire(long volatile * Destination,long Exchange,long Comparand) test_InterlockedCompareExchange_HLEAcquire() argument
638 test_InterlockedCompareExchange_HLERelease(long volatile * Destination,long Exchange,long Comparand) test_InterlockedCompareExchange_HLERelease() argument
656 test_InterlockedCompareExchange64_HLEAcquire(__int64 volatile * Destination,__int64 Exchange,__int64 Comparand) test_InterlockedCompareExchange64_HLEAcquire() argument
662 test_InterlockedCompareExchange64_HLERelease(__int64 volatile * Destination,__int64 Exchange,__int64 Comparand) test_InterlockedCompareExchange64_HLERelease() argument
841 test_InterlockedCompareExchange8_acq(char volatile * Destination,char Exchange,char Comperand) test_InterlockedCompareExchange8_acq() argument
850 test_InterlockedCompareExchange8_rel(char volatile * Destination,char Exchange,char Comperand) test_InterlockedCompareExchange8_rel() argument
859 test_InterlockedCompareExchange8_nf(char volatile * Destination,char Exchange,char Comperand) test_InterlockedCompareExchange8_nf() argument
868 test_InterlockedCompareExchange16_acq(short volatile * Destination,short Exchange,short Comperand) test_InterlockedCompareExchange16_acq() argument
877 test_InterlockedCompareExchange16_rel(short volatile * Destination,short Exchange,short Comperand) test_InterlockedCompareExchange16_rel() argument
886 test_InterlockedCompareExchange16_nf(short volatile * Destination,short Exchange,short Comperand) test_InterlockedCompareExchange16_nf() argument
895 test_InterlockedCompareExchange_acq(long volatile * Destination,long Exchange,long Comperand) test_InterlockedCompareExchange_acq() argument
904 test_InterlockedCompareExchange_rel(long volatile * Destination,long Exchange,long Comperand) test_InterlockedCompareExchange_rel() argument
913 test_InterlockedCompareExchange_nf(long volatile * Destination,long Exchange,long Comperand) test_InterlockedCompareExchange_nf() argument
922 test_InterlockedCompareExchange64_acq(__int64 volatile * Destination,__int64 Exchange,__int64 Comperand) test_InterlockedCompareExchange64_acq() argument
931 test_InterlockedCompareExchange64_rel(__int64 volatile * Destination,__int64 Exchange,__int64 Comperand) test_InterlockedCompareExchange64_rel() argument
940 test_InterlockedCompareExchange64_nf(__int64 volatile * Destination,__int64 Exchange,__int64 Comperand) test_InterlockedCompareExchange64_nf() argument
[all...]
H A Dms-intrinsics-other.c159 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange() argument
299 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_acq() argument
308 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_rel() argument
317 test_InterlockedCompareExchange_nf(LONG volatile * Destination,LONG Exchange,LONG Comperand) test_InterlockedCompareExchange_nf() argument
[all...]
/llvm-project/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/llvm/unittests/Support/
H A DErrorOrTest.cpp78 struct Destination { in TEST() struct
79 Destination(const Source&) {} in TEST() function
H A DPath.cpp2513 SmallString<128> Destination(RootTestDirectory.path()); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp61 Register Destination = RegPair.Destination->getReg(); in isCandidateToMergeMVA01S() local
72 Register Destination = RegPair.Destination->getReg(); in isCandidateToMergeMVSA01() local
/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h46 llvm::BasicBlock *Destination; member
/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp180 HeaderSeq &Destination, clang::FileManager *FM) { in loadHeaders()
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) in Dependence()
H A DLoopAccessAnalysis.h156 Dependence(unsigned Source, unsigned Destination, DepType Type) member
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp199 Instruction *Destination = Dep.getDestination(DepChecker); findStoreToLoadDependences() local
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp230 computeRelativePath(StringRef Destination,StringRef Origin) computeRelativePath() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h73 const MachineOperand *Destination; global() member
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp265 FullDependence(Instruction * Source,Instruction * Destination,bool PossiblyLoopIndependent,unsigned CommonLevels) FullDependence() argument
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp1804 for (uint64_t Destination : ExternallyReferencedOffsets) { validateExternallyReferencedOffsets() local
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h769 support::ulittle32_t Destination; global() member
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp169 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; ConstantFoldTerminator() local