Home
last modified time | relevance | path

Searched refs:CopyOf (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor.cc31 MouseCursor* MouseCursor::CopyOf(const MouseCursor& cursor) { in CopyOf() function in webrtc::MouseCursor
33 ? new MouseCursor(BasicDesktopFrame::CopyOf(*cursor.image()), in CopyOf()
Dmouse_cursor.h31 static MouseCursor* CopyOf(const MouseCursor& cursor);
Ddesktop_frame.h104 static DesktopFrame* CopyOf(const DesktopFrame& frame);
Ddesktop_frame.cc67 DesktopFrame* BasicDesktopFrame::CopyOf(const DesktopFrame& frame) { in CopyOf() function in webrtc::BasicDesktopFrame
Dmouse_cursor_monitor_mac.mm280 last_cursor_.reset(MouseCursor::CopyOf(*cursor));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp3025 unsigned CopyOf = 0; in rewriteHexConstUses() local
3030 CopyOf = 2; in rewriteHexConstUses()
3035 CopyOf = 1; in rewriteHexConstUses()
3037 if (!CopyOf) in rewriteHexConstUses()
3039 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
3061 unsigned CopyOf = 0; in rewriteHexConstUses() local
3066 CopyOf = 2; in rewriteHexConstUses()
3068 CopyOf = 1; in rewriteHexConstUses()
3069 if (!CopyOf) in rewriteHexConstUses()
3071 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1540 auto *CopyOf = I->getOperand(0); in performSymbolicPredicateInfoEvaluation() local
1545 if (CopyOf == Cond) { in performSymbolicPredicateInfoEvaluation()
1573 if (CopyOf != Cmp->getOperand(0) && CopyOf != Cmp->getOperand(1)) { in performSymbolicPredicateInfoEvaluation()