| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 428 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 D | ARMScheduleA57.td | 67 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 D | ARMScheduleA9.td | 1882 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 D | ARMParallelDSP.cpp | 339 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 D | CodeGenSchedule.cpp | 899 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 D | CodeGenSchedule.h | 135 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 D | SubtargetEmitter.cpp | 1073 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 D | MCInstrAnalysis.cpp | 22 APInt &Writes) const { in clearsSuperRegisters() 23 Writes.clearAllBits(); in clearsSuperRegisters()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 322 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 D | CalcSpillWeights.cpp | 272 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 D | MLRegAllocEvictAdvisor.cpp | 816 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 D | MachineInstrBundle.cpp | 300 RI.Writes = true; in AnalyzeVirtRegInBundle()
|
| H A D | MachinePipeliner.cpp | 2944 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 D | LoopDataPrefetch.cpp | 240 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 D | RegisterFile.h | 237 SmallVectorImpl<WriteRef> &Writes, 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 376 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 D | ELF_riscv.cpp | 495 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 D | IntrinsicsARM.td | 118 // 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 D | MCInstrAnalysis.h | 117 APInt &Writes) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 224 bool Writes; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 604 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 D | ar9160.ini | 17 /* 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 D | boss.ini | 17 /* Auto Generated PCI Register Writes. Created: 09/12/02 */
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_s_mem.pod | 82 Writes to memory BIOs will always succeed if memory is available: that is
|
| /freebsd-14.2/crypto/heimdal/kadmin/ |
| H A D | kadmin-commands.in | 69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
|