Searched refs:CopyOp (Results 1 – 5 of 5) sorted by relevance
1538 unsigned CopyOp = MI->getOperand(1).isReg() in lowerCopyInstrs() local1542 MI->setDesc(TII->get(CopyOp)); in lowerCopyInstrs()
3516 Value *CopyOp, *ConvertOp; in handleSSEVectorConvertIntrinsic() local3524 CopyOp = I.getArgOperand(0); in handleSSEVectorConvertIntrinsic()3529 CopyOp = nullptr; in handleSSEVectorConvertIntrinsic()3560 if (CopyOp) { in handleSSEVectorConvertIntrinsic()3561 assert(CopyOp->getType() == I.getType()); in handleSSEVectorConvertIntrinsic()3562 assert(CopyOp->getType()->isVectorTy()); in handleSSEVectorConvertIntrinsic()3563 Value *ResultShadow = getShadow(CopyOp); in handleSSEVectorConvertIntrinsic()3571 setOrigin(&I, getOrigin(CopyOp)); in handleSSEVectorConvertIntrinsic()
216 MachineOperand CopyOp(Op); in addOperand() local217 return addOperand(MF, CopyOp); in addOperand()
15121 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp) { in diagnoseDeprecatedCopyOperation() argument15122 assert(CopyOp->isImplicit()); in diagnoseDeprecatedCopyOperation()15124 CXXRecordDecl *RD = CopyOp->getParent(); in diagnoseDeprecatedCopyOperation()15129 } else if (!isa<CXXConstructorDecl>(CopyOp) && in diagnoseDeprecatedCopyOperation()15139 } else if (isa<CXXConstructorDecl>(CopyOp) && in diagnoseDeprecatedCopyOperation()15154 bool IsCopyAssignment = !isa<CXXConstructorDecl>(CopyOp); in diagnoseDeprecatedCopyOperation()
18740 Expr *TaskgroupDescriptor, Expr *CopyOp, Expr *CopyArrayTemp, in push()18749 InscanCopyOps.push_back(CopyOp); in push()18753 assert(CopyOp == nullptr && CopyArrayTemp == nullptr && in push()