Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasDebugger.cpp125 virtual void copyValue(Value *From, Value *To) { in copyValue() function in __anone5a631090111::AliasDebugger
127 AliasAnalysis::copyValue(From, To); in copyValue()
DNoAliasAnalysis.cpp67 virtual void copyValue(Value *From, Value *To) {} in copyValue() function
DAliasAnalysis.cpp63 void AliasAnalysis::copyValue(Value *From, Value *To) { in copyValue() function in AliasAnalysis
65 AA->copyValue(From, To); in copyValue()
DAliasSetTracker.cpp523 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
525 AA.copyValue(From, To); in copyValue()
605 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DLenientCopyToolTest.java152 copyValue(anyObject(), anyObject(), any(Field.class)); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()
158 verify(tool.fieldCopier, atLeast(3)).copyValue(any(), any(), any(Field.class)); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DFieldCopier.java11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { in copyValue() method in FieldCopier
DLenientCopyTool.java41 fieldCopier.copyValue(from, mock, field); in copyValues()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp338 CurAST->copyValue(&I, C); in HoistRegion()
554 CurAST->copyValue(&I, NewPHIs[i]); in sink()
656 AST.copyValue(LI, V); in replaceLoadWithValue()
813 AST->copyValue(From, To); in cloneBasicBlockAnalysis()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp141 unsigned copyValue(unsigned Reg);
391 return copyValue(Reg); in zeroExtendToI32()
397 return copyValue(Reg); in zeroExtendToI32()
424 return copyValue(Reg); in signExtendToI32()
454 return copyValue(Reg); in zeroExtend()
473 return copyValue(Reg); in signExtend()
515 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp166 unsigned copyValue(unsigned Reg);
446 return copyValue(Reg); in zeroExtendToI32()
453 return copyValue(Reg); in zeroExtendToI32()
483 return copyValue(Reg); in signExtendToI32()
513 return copyValue(Reg); in zeroExtend()
532 return copyValue(Reg); in signExtend()
580 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp154 virtual void copyValue(Value *From, Value *To);
597 void GlobalsModRef::copyValue(Value *From, Value *To) { in copyValue() function in GlobalsModRef
598 AliasAnalysis::copyValue(From, To); in copyValue()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h510 virtual void copyValue(Value *From, Value *To);
527 copyValue(Old, New); in replaceWithNewValue()
DAliasSetTracker.h389 void copyValue(Value *From, Value *To);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java549 return copyValue(outValue, res, value.get(), ref.get(), block, typeSpecFlags.get(), in loadResourceValue()
556 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue() method in ShadowArscAssetManager
558 return copyValue(outValue, table, value, ref, block, typeSpecFlags, null); in copyValue()
561 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue() method in ShadowArscAssetManager
664 return copyValue(outValue, res, valueRef.get(), ref.get(), block, typeSpecFlags.get()); in loadResourceBagValueInternal()
1046 …return block >= 0 ? copyValue(outValue, res, value.get(), ref.get(), block, typeSpecFlags.get(), n… in loadThemeAttributeValue()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp704 AA.copyValue(OrigLoad->getOperand(0), V); in DoPromotion()
714 AA.copyValue(OrigLoad, Args.back()); in DoPromotion()
885 AA.copyValue(Constant::getNullValue(Type::getInt32Ty(F->getContext())), in DoPromotion()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp379 CurAST->copyValue(&I, C); in hoistRegion()
831 AST.copyValue(LI, V); in replaceLoadWithValue()
1134 AST->copyValue(From, To); in cloneBasicBlockAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp541 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
677 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp590 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
671 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp470 CurAST->copyValue(&I, C); in hoistRegion()
1177 AST.copyValue(LI, V); in replaceLoadWithValue()
1524 AST->copyValue(From, To); in cloneBasicBlockAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h413 void copyValue(Value *From, Value *To);
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h399 void copyValue(Value *From, Value *To);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp427 if (AA) AA->copyValue(PN, NewPHI); in UpdatePHINodes()
DLoopSimplify.cpp673 if (AA) AA->copyValue(PN, NewPN); in InsertUniqueBackedgeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst329 The ``copyValue`` method
332 The ``copyValue`` method is used when a new value is introduced into the
386 ``deleteValue`` and ``copyValue`` methods which are intended to allow a pass to
/external/llvm/docs/
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

12