Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp170 unsigned copyValue(unsigned Reg);
450 return copyValue(Reg); in zeroExtendToI32()
456 return copyValue(Reg); in zeroExtendToI32()
486 return copyValue(Reg); in signExtendToI32()
516 return copyValue(Reg); in zeroExtend()
538 return copyValue(Reg); in signExtend()
588 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp573 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
713 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h409 void copyValue(Value *From, Value *To);
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp898 CurAST->copyValue(&I, C); in hoistRegion()
1936 AST->copyValue(LI, V); in replaceLoadWithValue()