Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dmouse_cursor.cc30 MouseCursor* MouseCursor::CopyOf(const MouseCursor& cursor) { in CopyOf() function in webrtc::MouseCursor
32 ? new MouseCursor(BasicDesktopFrame::CopyOf(*cursor.image()), in CopyOf()
Dmouse_cursor.h32 static MouseCursor* CopyOf(const MouseCursor& cursor);
Ddesktop_frame.h170 static DesktopFrame* CopyOf(const DesktopFrame& frame);
Ddesktop_frame.cc159 DesktopFrame* BasicDesktopFrame::CopyOf(const DesktopFrame& frame) { in CopyOf() function in webrtc::BasicDesktopFrame
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1212 Value *CopyOf = I->getOperand(0); in visitCallSite() local
1215 mergeInValue(ValueState[I], I, getValueState(CopyOf)); in visitCallSite()
1224 mergeInValue(ValueState[I], I, getValueState(CopyOf)); in visitCallSite()
1230 if (CopyOf != CmpOp0 && CopyOf != CmpOp1) { in visitCallSite()
1231 mergeInValue(ValueState[I], I, getValueState(CopyOf)); in visitCallSite()
1235 if (CmpOp0 != CopyOf) in visitCallSite()
1238 LatticeVal OriginalVal = getValueState(CopyOf); in visitCallSite()
1258 return (void)mergeInValue(IV, I, getValueState(CopyOf)); in visitCallSite()
DNewGVN.cpp1545 auto *CopyOf = I->getOperand(0); in performSymbolicPredicateInfoEvaluation() local
1550 if (CopyOf == Cond) { in performSymbolicPredicateInfoEvaluation()
1578 if (CopyOf != Cmp->getOperand(0) && CopyOf != Cmp->getOperand(1)) { in performSymbolicPredicateInfoEvaluation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp3039 unsigned CopyOf = 0; in rewriteHexConstUses() local
3044 CopyOf = 2; in rewriteHexConstUses()
3049 CopyOf = 1; in rewriteHexConstUses()
3051 if (!CopyOf) in rewriteHexConstUses()
3053 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
3075 unsigned CopyOf = 0; in rewriteHexConstUses() local
3080 CopyOf = 2; in rewriteHexConstUses()
3082 CopyOf = 1; in rewriteHexConstUses()
3083 if (!CopyOf) in rewriteHexConstUses()
3085 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp3049 unsigned CopyOf = 0; in rewriteHexConstUses() local
3054 CopyOf = 2; in rewriteHexConstUses()
3059 CopyOf = 1; in rewriteHexConstUses()
3061 if (!CopyOf) in rewriteHexConstUses()
3063 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
3085 unsigned CopyOf = 0; in rewriteHexConstUses() local
3090 CopyOf = 2; in rewriteHexConstUses()
3092 CopyOf = 1; in rewriteHexConstUses()
3093 if (!CopyOf) in rewriteHexConstUses()
3095 MachineOperand &SO = MI.getOperand(CopyOf); in rewriteHexConstUses()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1286 Value *CopyOf = CB.getOperand(0); in handleCallResult() local
1287 ValueLatticeElement CopyOfVal = getValueState(CopyOf); in handleCallResult()
1321 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()
1333 DL.getTypeSizeInBits(CopyOf->getType())); in handleCallResult()