| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 761 findRWs(ReadDefs, Reads, true); in findRWs() 874 IdxVec Writes, Reads; in collectSchedClasses() local 939 IdxVec Reads; in collectSchedClasses() local 941 Writes, Reads); in collectSchedClasses() 1031 SC.Reads = OperReads; in addSchedClass() 1110 SC.Reads = SchedClasses[OldSCIdx].Reads; in createInstRWClass() 1256 IdxVec Writes, Reads; in inferFromItinClass() local 1278 IdxVec Writes, Reads; in inferFromInstRWs() local 1892 IdxVec Writes, Reads; in collectProcResources() local 2047 IdxVec Writes, Reads; in collectItinProcResources() local [all …]
|
| H A D | CodeGenSchedule.h | 133 IdxVec Reads; member 153 makeArrayRef(Reads) == R; in isKeyEqual() 562 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const; 638 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
|
| H A D | SubtargetEmitter.cpp | 1024 IdxVec Reads = SC.Reads; in GenSchedClassTables() local 1038 Reads.clear(); in GenSchedClassTables() 1040 Writes, Reads); in GenSchedClassTables() 1049 Writes, Reads); in GenSchedClassTables() 1149 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables() 1152 FindReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in GenSchedClassTables()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 60 "Reads a list of symbol pairs from <filename> and runs as if " 103 "Reads a list of symbols from <filename> and removes them " 127 "Reads a list of symbols from <filename> and marks them local.">, 139 "Reads a list of symbols from <filename> and marks them global.">, 153 "Reads a list of symbols from <filename> and runs as if " 164 "Reads a list of symbols from <filename> and marks them weak.">, 175 "Reads a list of symbols from <filename> and removes them.">, 180 "Reads a list of symbols from <filename> and runs as if "
|
| /freebsd-13.1/lib/libc/db/hash/ |
| H A D | README | 31 Reads each key/data pair from fname and deletes the 34 Reads the key/data pairs in the file hashtest and writes them 39 Reads key/data pairs from standard in and looks them up 42 Reads key/data pairs from standard in, looks them up
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 470 ID.Reads.resize(TotalUses); in populateReads() 478 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 490 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() 509 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 518 ID.Reads.resize(CurrentUse); in populateReads() 666 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CalcSpillWeights.cpp | 253 bool Reads, Writes; in weightCalcHelper() local 254 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in weightCalcHelper() 255 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI); in weightCalcHelper()
|
| H A D | EarlyIfConversion.cpp | 368 SmallVector<MCRegister, 8> Reads; in findInsertionPoint() local 395 Reads.push_back(Reg.asMCReg()); in findInsertionPoint() 398 while (!Reads.empty()) in findInsertionPoint() 399 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid(); in findInsertionPoint()
|
| H A D | MachineInstrBundle.cpp | 293 RI.Reads = true; in AnalyzeVirtRegInBundle()
|
| H A D | RegisterCoalescer.cpp | 1783 bool Reads, Writes; in updateRegDefsUses() local 1784 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses() 1788 if (DstInt && !Reads && SubIdx && !UseMI->isDebugInstr()) in updateRegDefsUses() 1789 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses() 1799 MO.setIsUndef(!Reads); in updateRegDefsUses()
|
| H A D | MachinePipeliner.cpp | 2561 bool Reads, Writes; in orderDependence() local 2562 std::tie(Reads, Writes) = in orderDependence() 2564 if (MO.isDef() && Reads && stageScheduled(*I) <= StageInst1) { in orderDependence() 2568 } else if (MO.isDef() && Reads && stageScheduled(*I) > StageInst1) { in orderDependence()
|
| H A D | InlineSpiller.cpp | 581 if (!RI.Reads) in reMaterializeFor() 1110 if (RI.Reads) in spillAroundUses()
|
| /freebsd-13.1/stand/i386/loader/ |
| H A D | loader.rc | 9 \ Reads and processes loader.conf variables
|
| /freebsd-13.1/stand/forth/ |
| H A D | loader.rc | 12 \ Reads and processes loader.conf variables
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 414 MutableArrayRef<ReadState> Reads) { in tryEliminateMoveOrSwap() argument 415 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap() 437 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() 444 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap()
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | AtomLLD.rst | 13 * Reads standard Object Files
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 279 MutableArrayRef<ReadState> Reads);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 221 bool Reads; member
|
| /freebsd-13.1/contrib/libcbor/doc/source/ |
| H A D | using.rst | 98 * Reads data from a file. Example usage:
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5.dtsi | 129 * block. Reads all return zero, and writes are
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | README | 86 - test the ruleset given by filename. Reads in the ruleset and then
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 449 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_bio.pod | 63 writes on BIO B<b> are allowed (they will return an error). Reads on the other
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 118 // Reads the mode register, usually for FP environment.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 3347 bool Reads, Writes; in fixupIsDeadOrKill() local 3348 std::tie(Reads, Writes) = StartMI->readsWritesVirtualRegister(RegNo); in fixupIsDeadOrKill() 3349 if (!Reads && !Writes) { in fixupIsDeadOrKill()
|