Home
last modified time | relevance | path

Searched refs:Writes (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp428 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap()
435 if (Writes.empty() || Writes.size() > 2) in tryEliminateMoveOrSwap()
504 SmallVectorImpl<WriteRef> &Writes, in collectWrites() argument
521 Writes.push_back(WR); in collectWrites()
536 Writes.push_back(WR); in collectWrites()
549 if (Writes.size() > 1) { in collectWrites()
553 auto It = std::unique(Writes.begin(), Writes.end()); in collectWrites()
554 Writes.resize(std::distance(Writes.begin(), It)); in collectWrites()
571 SmallVector<WriteRef, 4> Writes; in checkRAWHazards() local
579 for (const WriteRef &WR : Writes) { in checkRAWHazards()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td67 list <SchedWriteRes> Writes = writes;
826 SchedVar<A57LMAddrPred1, A57VLDMOpsListUncond.Writes[0-1]>,
827 SchedVar<A57LMAddrPred2, A57VLDMOpsListUncond.Writes[0-3]>,
846 SchedVar<A57LMAddrPred1, A57VLDMOpsListCond.Writes[0-1]>,
847 SchedVar<A57LMAddrPred2, A57VLDMOpsListCond.Writes[0-3]>,
848 SchedVar<A57LMAddrPred3, A57VLDMOpsListCond.Writes[0-5]>,
849 SchedVar<A57LMAddrPred4, A57VLDMOpsListCond.Writes[0-7]>,
850 SchedVar<A57LMAddrPred5, A57VLDMOpsListCond.Writes[0-9]>,
851 SchedVar<A57LMAddrPred6, A57VLDMOpsListCond.Writes[0-11]>,
852 SchedVar<A57LMAddrPred7, A57VLDMOpsListCond.Writes[0-13]>,
[all …]
H A DARMScheduleA9.td1882 list <WriteSequence> Writes = writes;
2110 SchedVar<A9LMAdr1Pred, A9WriteLMOpsList.Writes[0-1]>,
2111 SchedVar<A9LMAdr2Pred, A9WriteLMOpsList.Writes[0-3]>,
2112 SchedVar<A9LMAdr3Pred, A9WriteLMOpsList.Writes[0-5]>,
2113 SchedVar<A9LMAdr4Pred, A9WriteLMOpsList.Writes[0-7]>,
2114 SchedVar<A9LMAdr5Pred, A9WriteLMOpsList.Writes[0-9]>,
2115 SchedVar<A9LMAdr6Pred, A9WriteLMOpsList.Writes[0-11]>,
2116 SchedVar<A9LMAdr7Pred, A9WriteLMOpsList.Writes[0-13]>,
2117 SchedVar<A9LMAdr8Pred, A9WriteLMOpsList.Writes[0-15]>,
2215 SchedVar<A9LMAdr1Pred, A9WriteLMfpPostRAOpsList.Writes[0-0, 8-8]>,
[all …]
H A DARMParallelDSP.cpp339 SmallVector<Instruction*, 8> Writes; in RecordMemoryOps() local
348 Writes.push_back(&I); in RecordMemoryOps()
365 for (auto *Write : Writes) { in RecordMemoryOps()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp899 IdxVec Writes, Reads; in collectSchedClasses() local
945 if (!SC.Writes.empty()) { in collectSchedClasses()
963 IdxVec Writes; in collectSchedClasses() local
966 Writes, Reads); in collectSchedClasses()
1055 SC.Writes = OperWrites; in addSchedClass()
1134 SC.Writes = SchedClasses[OldSCIdx].Writes; in createInstRWClass()
1281 IdxVec Writes, Reads; in inferFromItinClass() local
1303 IdxVec Writes, Reads; in inferFromInstRWs() local
1917 IdxVec Writes, Reads; in collectProcResources() local
2023 if (!SC.Writes.empty()) in checkCompleteness()
[all …]
H A DCodeGenSchedule.h135 IdxVec Writes; member
155 return ItinClassDef == IC && ArrayRef(Writes) == W && ArrayRef(Reads) == R; in isKeyEqual()
564 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
640 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
H A DSubtargetEmitter.cpp1073 IdxVec Writes = SC.Writes; in GenSchedClassTables() local
1087 Writes.clear(); in GenSchedClassTables()
1090 Writes, Reads); in GenSchedClassTables()
1093 if (Writes.empty()) { in GenSchedClassTables()
1099 Writes, Reads); in GenSchedClassTables()
1103 if (Writes.empty()) { in GenSchedClassTables()
1115 for (unsigned W : Writes) { in GenSchedClassTables()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrAnalysis.cpp22 APInt &Writes) const { in clearsSuperRegisters()
23 Writes.clearAllBits(); in clearsSuperRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp322 ID.Writes.resize(TotalDefs + NumVariadicOps); in populateWrites()
339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
366 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites()
393 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites()
417 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
431 ID.Writes.resize(CurrentDef); in populateWrites()
729 if (D.Writes.empty()) { in createInstruction()
738 APInt WriteMask(D.Writes.size(), 0); in createInstruction()
748 for (const WriteDescriptor &WD : D.Writes) { in createInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp272 bool Reads, Writes; in weightCalcHelper() local
273 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in weightCalcHelper()
274 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI); in weightCalcHelper()
277 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()
H A DMLRegAllocEvictAdvisor.cpp816 bool Reads, Writes; in getLIFeatureComponents() local
817 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in getLIFeatureComponents()
822 Ret.R += (Reads && !Writes) * Freq; in getLIFeatureComponents()
823 Ret.W += (!Reads && Writes) * Freq; in getLIFeatureComponents()
824 Ret.RW += (Reads && Writes) * Freq; in getLIFeatureComponents()
830 if (Writes && IsExiting && LIS->isLiveOutOfMBB(LI, MBB)) in getLIFeatureComponents()
H A DMachineInstrBundle.cpp300 RI.Writes = true; in AnalyzeVirtRegInBundle()
H A DMachinePipeliner.cpp2944 bool Reads, Writes; in orderDependence() local
2945 std::tie(Reads, Writes) = in orderDependence()
2955 } else if (MO.isUse() && Writes && stageScheduled(*I) == StageInst1) { in orderDependence()
2964 } else if (MO.isUse() && Writes && stageScheduled(*I) > StageInst1) { in orderDependence()
2972 } else if (MO.isUse() && Writes && stageScheduled(*I) < StageInst1) { in orderDependence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp240 bool Writes = false; member
258 Writes = isa<StoreInst>(I); in addInstruction()
269 Writes = true; in addInstruction()
413 ConstantInt::get(I32, P.Writes), in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h237 SmallVectorImpl<WriteRef> &Writes,
278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h376 void setDependentWrites(unsigned Writes) { in setDependentWrites() argument
377 DependentWrites = Writes; in setDependentWrites()
378 IsReady = !Writes; in setDependentWrites()
448 SmallVector<WriteDescriptor, 2> Writes; // Implicit writes are at the end. member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp495 SmallVector<uint32_t, 0> Writes; member
602 Aux.Writes.push_back(0xa001); // c.j in relaxCall()
606 Aux.Writes.push_back(0x2001); // c.jal in relaxCall()
610 Aux.Writes.push_back(0x6f | RD << 7); // jal in relaxCall()
627 Aux.Writes.clear(); in relaxBlock()
683 auto NextWrite = Aux.Writes.begin(); in finalizeBlockRelax()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td118 // Writes to the GE bits.
127 // Writes to the GE bits.
130 // Writes to the GE bits.
145 // Writes to the GE bits.
171 // Writes to the GE bits.
174 // Writes to the GE bits.
189 // Writes to the GE bits.
192 // Writes to the GE bits.
195 // Writes to the GE bits.
198 // Writes to the GE bits.
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h117 APInt &Writes) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h224 bool Writes; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp604 bool Reads, Writes; in SafeInFPUDelaySlot() local
605 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot()
607 if (Reads || Writes) in SafeInFPUDelaySlot()
/freebsd-14.2/sys/dev/ath/ath_hal/ar9001/
H A Dar9160.ini17 /* Auto Generated PCI Register Writes. Created: 05/22/08 */
631 /* Auto generated PCI Register Writes for SOWL1.0 ADDAC Shift Chain */
667 /* Auto generated PCI Register Writes for SOWL1.1 ADDAC Shift Chain */
/freebsd-14.2/sys/dev/ath/ath_hal/ar5211/
H A Dboss.ini17 /* Auto Generated PCI Register Writes. Created: 09/12/02 */
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod82 Writes to memory BIOs will always succeed if memory is available: that is
/freebsd-14.2/crypto/heimdal/kadmin/
H A Dkadmin-commands.in69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."

12