Searched refs:Dup (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 1318 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 D | LoopSimplifyCFG.cpp | 513 for (unsigned Dup = 1; Dup < TheOnlySuccDuplicates; ++Dup) in foldTerminators() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 419 def Dup : Opcode {
|
| H A D | Interp.h | 278 bool Dup(InterpState &S, CodePtr OpPC) { in Dup() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog | 1469 * 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 D | ChangeLog | 1974 * 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 D | AArch64ISelLowering.cpp | 12748 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 D | ChangeLog-1996 | 1600 * (_initialize_gdbwin): Dup string to avoid modifying const. 1603 * (togdb_searchpath): Remove const from path. Dup string to
|
| H A D | ChangeLog-2005 | 6397 * 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 D | ChangeLog-1996 | 1600 * (_initialize_gdbwin): Dup string to avoid modifying const. 1603 * (togdb_searchpath): Remove const from path. Dup string to
|
| H A D | ChangeLog-2005 | 6397 * 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 D | archive | 1945 # Dup, see above.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 9030 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 D | X86ISelLowering.cpp | 8237 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 D | ChangeLog.git | 83887 * objcopy.c (copy_archive): Dup filename before closing bfd for
|