Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1430 if (MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
1431 LLVM_DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE()
1441 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE()
1452 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1458 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]); in EliminateCSE()
1465 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1470 Dup->getOperand(Idx).setIsDead(false); in EliminateCSE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp510 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td679 def Dup : Opcode {
H A DInterp.h869 bool Dup(InterpState &S, CodePtr OpPC) { in Dup() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6719 MachineInstr *Dup = in genIndexedMultiply() local
6722 if (Dup->getOpcode() == TargetOpcode::COPY) in genIndexedMultiply()
6723 Dup = MRI.getUniqueVRegDef(Dup->getOperand(1).getReg()); in genIndexedMultiply()
6725 Register DupSrcReg = Dup->getOperand(1).getReg(); in genIndexedMultiply()
6729 unsigned DupSrcLane = Dup->getOperand(2).getImm(); in genIndexedMultiply()
H A DAArch64ISelLowering.cpp17706 SDValue Dup = N->getOperand(1); in performSVEAndCombine() local
17708 if (Dup.getOpcode() != ISD::SPLAT_VECTOR) in performSVEAndCombine()
17712 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Dup->getOperand(0)); in performSVEAndCombine()
17745 Dup = DAG.getNode(ISD::SPLAT_VECTOR, DL, UnpkOp->getValueType(0), in performSVEAndCombine()
17749 UnpkOp->getValueType(0), UnpkOp, Dup); in performSVEAndCombine()
/freebsd/contrib/file/magic/Magdir/
H A Darchive1945 # Dup, see above.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10399 Value *Dup = EmitSVEDupX(CmpNE, OverloadedTy); in EmitAArch64SVEBuiltinExpr() local
10400 return EmitSVEPredicateCast(Dup, cast<llvm::ScalableVectorType>(Ty)); in EmitAArch64SVEBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6507 SDValue Dup = DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v2f64, NewBV); in LowerBuildVectorv4x32() local
6508 return DAG.getBitcast(VT, Dup); in LowerBuildVectorv4x32()