Home
last modified time | relevance | path

Searched refs:Copies (Results 1 – 25 of 28) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTailDuplication.cpp119 SmallVectorImpl<MachineInstr *> &Copies);
220 SmallVector<MachineInstr*, 16> Copies; in TailDuplicateAndUpdate() local
221 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies)) in TailDuplicateAndUpdate()
293 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in TailDuplicateAndUpdate()
294 MachineInstr *Copy = Copies[i]; in TailDuplicateAndUpdate()
399 SmallVectorImpl<std::pair<unsigned, unsigned> > &Copies, in ProcessPHI()
411 Copies.push_back(std::make_pair(NewDef, SrcReg)); in ProcessPHI()
761 return duplicateSimpleBB(TailBB, TDBBs, UsedByPhi, Copies); in TailDuplicate()
833 Copies.push_back(BuildMI(*PredBB, Loc, DebugLoc(), in TailDuplicate()
894 Copies.push_back(BuildMI(*PrevBB, Loc, DebugLoc(), in TailDuplicate()
[all …]
H A DSplitKit.h325 void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
H A DSplitKit.cpp619 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies() argument
621 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies()
625 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in removeBackCopies()
626 VNInfo *VNI = Copies[i]; in removeBackCopies()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp391 SmallVectorImpl<SUnit*> &Copies) { in InsertCopiesAndMoveSuccs() argument
425 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs()
426 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs()
602 SmallVector<SUnit*, 2> Copies; in ListScheduleBottomUp() local
603 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in ListScheduleBottomUp()
605 << " to SU #" << Copies.front()->NodeNum << "\n"); in ListScheduleBottomUp()
606 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in ListScheduleBottomUp()
607 NewDef = Copies.back(); in ListScheduleBottomUp()
H A DScheduleDAGRRList.cpp1139 SmallVectorImpl<SUnit*> &Copies) { in InsertCopiesAndMoveSuccs() argument
1182 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs()
1183 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs()
1469 SmallVector<SUnit*, 2> Copies; in PickNodeToScheduleBottomUp() local
1470 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in PickNodeToScheduleBottomUp()
1472 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1473 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in PickNodeToScheduleBottomUp()
1474 NewDef = Copies.back(); in PickNodeToScheduleBottomUp()
/minix/external/bsd/bind/dist/win32utils/legacy/
H A Dwin32-build.txt66 5) Copies the release notes and the OpenSSL DLL to the BUILD/Release
68 6) Copies the BIND 9 ARM HTML files and the application HTML files
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DX509_STORE_CTX_new.pod98 be freed up until after the associated B<X509_STORE_CTX> is freed. Copies
/minix/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil-commands.in121 help = "Copies one keytab to another."
/minix/crypto/external/bsd/heimdal/dist/kuser/
H A Dkcc-commands.in230 help = "Copies credential caches"
/minix/external/bsd/kyua-cli/dist/utils/
H A Doptional.ipp121 /// Copies an optional value.
/minix/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc4013.txt314 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc4518.txt762 Copies of IPR disclosures made to the IETF Secretariat and any
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/doc/
H A Ddraft-gudmundsson-life-of-dnskey-00.txt592 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc5011.txt762 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc4641.txt1938 Copies of IPR disclosures made to the IETF Secretariat and any
/minix/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4505.txt482 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc4616.txt594 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc4752.txt539 Copies of IPR disclosures made to the IETF Secretariat and any
H A Drfc4422.txt1826 Copies of IPR disclosures made to the IETF Secretariat and any
/minix/external/bsd/less/dist/
H A DCOPYING195 4. Conveying Verbatim Copies.
435 9. Acceptance Not Required for Having Copies.
/minix/external/bsd/nvi/dist/dist/
H A DCOPYING195 4. Conveying Verbatim Copies.
435 9. Acceptance Not Required for Having Copies.
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2302 SmallPtrSet<SDNode*, 2> Copies; in isUsedByReturnOnly() local
2307 Copies.insert(*UI); in isUsedByReturnOnly()
2309 if (Copies.size() > 2) in isUsedByReturnOnly()
2315 if (Copies.count(UseChain.getNode())) in isUsedByReturnOnly()
H A DARMInstrVFP.td783 // FP <-> GPR Copies. Int <-> FP Conversions.
/minix/external/gpl2/gmake/patches/
H A D0000-gmake-nbsd.patch93 - modify this GNU Manual, like GNU software. Copies published by
281 - modify this GNU Manual, like GNU software. Copies published by
315 - modify this GNU Manual, like GNU software. Copies published by
7546 - modify this GNU Manual, like GNU software. Copies published by
/minix/crypto/external/bsd/netpgp/dist/ref/
H A Ddraft-ietf-openpgp-rfc2440bis-15.txt34 Copies of IPR disclosures made to the IETF Secretariat and any

12