Home
last modified time | relevance | path

Searched refs:copyValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp174 unsigned copyValue(unsigned Reg);
451 return copyValue(Reg); in zeroExtendToI32()
457 return copyValue(Reg); in zeroExtendToI32()
487 return copyValue(Reg); in signExtendToI32()
517 return copyValue(Reg); in zeroExtend()
539 return copyValue(Reg); in signExtend()
589 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp544 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
684 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h402 void copyValue(Value *From, Value *To);
/llvm-project-15.0.7/llvm/docs/
H A DAliasAnalysis.rst328 The ``copyValue`` method
331 The ``copyValue`` method is used when a new value is introduced into the
385 ``deleteValue`` and ``copyValue`` methods which are intended to allow a pass to