| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 786 findRWs(ReadDefs, Reads, true); in findRWs() 899 IdxVec Writes, Reads; in collectSchedClasses() local 964 IdxVec Reads; in collectSchedClasses() local 966 Writes, Reads); in collectSchedClasses() 1056 SC.Reads = OperReads; in addSchedClass() 1135 SC.Reads = SchedClasses[OldSCIdx].Reads; in createInstRWClass() 1281 IdxVec Writes, Reads; in inferFromItinClass() local 1303 IdxVec Writes, Reads; in inferFromInstRWs() local 1917 IdxVec Writes, Reads; in collectProcResources() local 2070 IdxVec Writes, Reads; in collectItinProcResources() local [all …]
|
| H A D | CodeGenSchedule.h | 136 IdxVec Reads; 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 | 1074 IdxVec Reads = SC.Reads; in GenSchedClassTables() local 1088 Reads.clear(); in GenSchedClassTables() 1090 Writes, Reads); in GenSchedClassTables() 1099 Writes, Reads); in GenSchedClassTables() 1248 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables() 1251 FindReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in GenSchedClassTables()
|
| /freebsd-14.2/lib/libc/db/hash/ |
| H A D | README | 30 Reads each key/data pair from fname and deletes the 33 Reads the key/data pairs in the file hashtest and writes them 38 Reads key/data pairs from standard in and looks them up 41 Reads key/data pairs from standard in, looks them up
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 62 "Reads a list of symbol pairs from <filename> and runs as if " 110 "Reads a list of symbols from <filename> and removes them " 139 "Reads a list of symbols from <filename> and marks them local">, 151 "Reads a list of symbols from <filename> and marks them global">, 165 "Reads a list of symbols from <filename> and runs as if " 176 "Reads a list of symbols from <filename> and marks them weak">, 187 "Reads a list of symbols from <filename> and removes them">, 192 "Reads a list of symbols from <filename> and runs as if "
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-passphrase-options.pod | 49 Reads the password from the specified file I<pathname>, which can be a regular 59 Reads the password from the file descriptor I<number>. This can be useful for 67 Reads the password from standard input. The same line handling as described for
|
| /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()
|
| 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()
|
| H A D | EarlyIfConversion.cpp | 374 SmallVector<MCRegister, 8> Reads; in findInsertionPoint() local 400 Reads.push_back(Reg.asMCReg()); in findInsertionPoint() 403 while (!Reads.empty()) in findInsertionPoint() 404 for (MCRegUnit Unit : TRI->regunits(Reads.pop_back_val())) in findInsertionPoint()
|
| H A D | MachineInstrBundle.cpp | 293 RI.Reads = true; in AnalyzeVirtRegInBundle()
|
| H A D | RegisterCoalescer.cpp | 1849 bool Reads, Writes; in updateRegDefsUses() local 1850 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses() 1854 if (DstInt && !Reads && SubIdx && !UseMI->isDebugInstr()) in updateRegDefsUses() 1855 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses() 1865 MO.setIsUndef(!Reads); in updateRegDefsUses()
|
| H A D | InlineSpiller.cpp | 628 if (!RI.Reads) in reMaterializeFor() 1213 if (RI.Reads) in spillAroundUses()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 444 ID.Reads.resize(TotalUses); in populateReads() 452 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 464 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() 483 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 492 ID.Reads.resize(CurrentUse); in populateReads() 677 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
|
| /freebsd-14.2/stand/i386/loader/ |
| H A D | loader.rc | 8 \ Reads and processes loader.conf variables
|
| /freebsd-14.2/stand/forth/ |
| H A D | loader.rc | 11 \ Reads and processes loader.conf variables
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 427 MutableArrayRef<ReadState> Reads) { in tryEliminateMoveOrSwap() argument 428 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap() 450 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() 457 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 279 MutableArrayRef<ReadState> Reads);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 221 bool Reads; 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/contrib/libcbor/doc/source/ |
| H A D | using.rst | 99 * Reads data from a file. Example usage:
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | provider-rand.pod | 204 Reads or set the number of generate requests before reseeding the 209 Reads or set the number of elapsed seconds before reseeding the
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5.dtsi | 143 * block. Reads all return zero, and writes are
|
| /freebsd-14.2/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-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_RAND.pod | 279 Reads or set the number of generate requests before reseeding the 284 Reads or set the number of elapsed seconds before reseeding the
|
| H A D | BIO_s_bio.pod | 63 writes on BIO B<b> are allowed (they will return an error). Reads on the other
|