/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasDebugger.cpp | 125 virtual void copyValue(Value *From, Value *To) { in copyValue() function in __anone5a631090111::AliasDebugger 127 AliasAnalysis::copyValue(From, To); in copyValue()
|
D | NoAliasAnalysis.cpp | 67 virtual void copyValue(Value *From, Value *To) {} in copyValue() function
|
D | AliasAnalysis.cpp | 63 void AliasAnalysis::copyValue(Value *From, Value *To) { in copyValue() function in AliasAnalysis 65 AA->copyValue(From, To); in copyValue()
|
D | AliasSetTracker.cpp | 523 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/ |
D | LenientCopyToolTest.java | 152 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/ |
D | FieldCopier.java | 11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { in copyValue() method in FieldCopier
|
D | LenientCopyTool.java | 41 fieldCopier.copyValue(from, mock, field); in copyValues()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 338 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/ |
D | WebAssemblyFastISel.cpp | 141 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/ |
D | WebAssemblyFastISel.cpp | 166 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/ |
D | GlobalsModRef.cpp | 154 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/ |
D | AliasAnalysis.h | 510 virtual void copyValue(Value *From, Value *To); 527 copyValue(Old, New); in replaceWithNewValue()
|
D | AliasSetTracker.h | 389 void copyValue(Value *From, Value *To);
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 549 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/ |
D | ArgumentPromotion.cpp | 704 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/ |
D | LICM.cpp | 379 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/ |
D | AliasSetTracker.cpp | 541 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker 677 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 590 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/ |
D | LICM.cpp | 470 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/ |
D | AliasSetTracker.h | 413 void copyValue(Value *From, Value *To);
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 399 void copyValue(Value *From, Value *To);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 427 if (AA) AA->copyValue(PN, NewPHI); in UpdatePHINodes()
|
D | LoopSimplify.cpp | 673 if (AA) AA->copyValue(PN, NewPN); in InsertUniqueBackedgeBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AliasAnalysis.rst | 329 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/ |
D | AliasAnalysis.rst | 328 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
|