Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp1318 if (MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
1319 LLVM_DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); in EliminateCSE()
1330 MO.getReg() == Dup->getOperand(i).getReg()) && in EliminateCSE()
1342 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1348 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]); in EliminateCSE()
1355 Register DupReg = Dup->getOperand(Idx).getReg(); in EliminateCSE()
1360 Dup->getOperand(Idx).setIsDead(false); in EliminateCSE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp513 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DOpcodes.td419 def Dup : Opcode {
H A DInterp.h278 bool Dup(InterpState &S, CodePtr OpPC) { in Dup() function
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog1469 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
1472 (ar_save): Dup temp_fd and pass to smart_rename.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog1974 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
1977 (ar_save): Dup temp_fd and pass to smart_rename.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12748 SDValue Dup = N->getOperand(1); in performSVEAndCombine() local
12750 if (Dup.getOpcode() != AArch64ISD::DUP) in performSVEAndCombine()
12754 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Dup->getOperand(0)); in performSVEAndCombine()
12770 Dup = DAG.getNode(AArch64ISD::DUP, DL, in performSVEAndCombine()
12775 UnpkOp->getValueType(0), UnpkOp, Dup); in performSVEAndCombine()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19961600 * (_initialize_gdbwin): Dup string to avoid modifying const.
1603 * (togdb_searchpath): Remove const from path. Dup string to
H A DChangeLog-20056397 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
6404 (catch_exceptions_with_msg): Dup the message.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19961600 * (_initialize_gdbwin): Dup string to avoid modifying const.
1603 * (togdb_searchpath): Remove const from path. Dup string to
H A DChangeLog-20056397 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
6404 (catch_exceptions_with_msg): Dup the message.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Darchive1945 # Dup, see above.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp9030 Value *Dup = EmitSVEDupX(CmpNE, OverloadedTy); in EmitAArch64SVEBuiltinExpr() local
9031 return EmitSVEPredicateCast(Dup, cast<llvm::ScalableVectorType>(Ty)); in EmitAArch64SVEBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8237 SDValue Dup = DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v2f64, NewBV); in LowerBuildVectorv4x32() local
8238 return DAG.getBitcast(VT, Dup); in LowerBuildVectorv4x32()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git83887 * objcopy.c (copy_archive): Dup filename before closing bfd for