Searched refs:Dup (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 1517 if (MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local 1518 LLVM_DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE() 1528 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE() 1539 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE() 1545 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]); in EliminateCSE() 1552 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE() 1557 Dup->getOperand(Idx).setIsDead(false); in EliminateCSE()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 509 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 719 def Dup : Opcode {
|
H A D | Interp.h | 1150 bool Dup(InterpState &S, CodePtr OpPC) { in Dup() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 6770 MachineInstr *Dup = in genIndexedMultiply() local 6773 if (Dup->getOpcode() == TargetOpcode::COPY) in genIndexedMultiply() 6774 Dup = MRI.getUniqueVRegDef(Dup->getOperand(1).getReg()); in genIndexedMultiply() 6776 Register DupSrcReg = Dup->getOperand(1).getReg(); in genIndexedMultiply() 6780 unsigned DupSrcLane = Dup->getOperand(2).getImm(); in genIndexedMultiply()
|
H A D | AArch64ISelLowering.cpp | 18893 SDValue Dup = N->getOperand(1); in performSVEAndCombine() local 18895 if (Dup.getOpcode() != ISD::SPLAT_VECTOR) in performSVEAndCombine() 18899 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Dup->getOperand(0)); in performSVEAndCombine() 18932 Dup = DAG.getNode(ISD::SPLAT_VECTOR, DL, UnpkOp->getValueType(0), in performSVEAndCombine() 18936 UnpkOp->getValueType(0), UnpkOp, Dup); in performSVEAndCombine()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 2113 # Dup, see above.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 10666 Value *Dup = EmitSVEDupX(CmpNE, OverloadedTy); in EmitAArch64SVEBuiltinExpr() local 10667 return EmitSVEPredicateCast(Dup, cast<llvm::ScalableVectorType>(Ty)); in EmitAArch64SVEBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6654 SDValue Dup = DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v2f64, NewBV); in LowerBuildVectorv4x32() local 6655 return DAG.getBitcast(VT, Dup); in LowerBuildVectorv4x32()
|