Home
last modified time | relevance | path

Searched refs:Destination (Results 1 – 25 of 85) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() argument
64 return FixItHint::CreateReplacement(internal::getSourceRange(Destination), in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement() argument
71 return FixItHint::CreateReplacement(internal::getSourceRange(Destination), in createReplacement()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp145 CopyOperands->Destination->getReg().asMCReg()); in invalidateRegister()
171 markRegsUnavailable({CopyOperands->Destination->getReg().asMCReg()}, in clobberRegister()
188 MCRegister Def = CopyOperands->Destination->getReg().asMCReg(); in trackCopy()
243 Register AvailDef = CopyOperands->Destination->getReg(); in findAvailBackwardCopy()
273 Register AvailDef = CopyOperands->Destination->getReg(); in findAvailCopy()
390 MCRegister PreviousDef = CopyOperands->Destination->getReg().asMCReg(); in isNopCopy()
417 if (PrevCopyOperands->Destination->isDead()) in eraseIfRedundant()
430 Register CopyDef = CopyOperands->Destination->getReg(); in eraseIfRedundant()
446 Register Def = CopyOperands->Destination->getReg(); in isBackwardPropagatableRegClassCopy()
497 Register UseDstReg = UseICopyOperands->Destination->getReg(); in isForwardableRegClassCopy()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h31 extern "C" char _InterlockedCompareExchange8(char volatile *Destination,
34 extern "C" short _InterlockedCompareExchange16(short volatile *Destination,
38 long long volatile *Destination, long long Exchange, long long Comparand);
41 void *volatile *Destination,
44 extern "C" long __cdecl _InterlockedCompareExchange(long volatile *Destination,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h143 unsigned Destination; member
147 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence()
148 : Source(Source), Destination(Destination), Type(Type) {} in Dependence()
847 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp190 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
195 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences()
196 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences()
204 std::swap(Source, Destination); in findStoreToLoadDependences()
211 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences()
/openbsd-src/regress/sbin/route/
H A Drttest26.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest17.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest18.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest15.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest12.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest27.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest3.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest7.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest9.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest22.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest2.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest24.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest4.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest8.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest5.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest21.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest19.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest11.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest10.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface
H A Drttest6.ok4 Destination Gateway Flags Refs Use Mtu Prio Iface

1234