| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.cpp | 137 SmallSet<DWARFRegNum, 4> Writes, Reads; in update() local 139 Reads.insert(MCRI->getDwarfRegNum( in update() 152 Reads.insert( in update() 161 checkCFADiff(Inst, PrevRow, NextRow, Reads, Writes); in update() 166 checkRegDiff(Inst, Reg, PrevRow, NextRow, Reads, Writes); in update() 173 const SmallSet<DWARFRegNum, 4> &Reads, in checkRegDiff() argument 263 const SmallSet<DWARFRegNum, 4> &Reads, in checkCFADiff() argument
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 733 IdxVec &Reads) const { in findRWs() 738 findRWs(ReadDefs, Reads, true); in findRWs() 841 IdxVec Writes, Reads; in collectSchedClasses() local 843 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses() 846 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); in collectSchedClasses() 892 for (unsigned int Read : SC.Reads) in collectSchedClasses() 904 IdxVec Reads; in collectSchedClasses() local 905 findRWs(RWDef->getValueAsListOfDefs("OperandReadWrites"), Writes, Reads); in collectSchedClasses() 909 for (unsigned RIdx : Reads) in collectSchedClasses() 993 SC.Reads = OperReads; in addSchedClass() [all …]
|
| H A D | CodeGenSchedule.h | 137 IdxVec Reads; member 157 return ItinClassDef == IC && ArrayRef(Writes) == W && ArrayRef(Reads) == R; in isKeyEqual() 553 void findRWs(const ConstRecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const; 630 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
|
| /freebsd/lib/libc/db/hash/ |
| H A D | README | 29 Reads each key/data pair from fname and deletes the 32 Reads the key/data pairs in the file hashtest and writes them 37 Reads key/data pairs from standard in and looks them up 40 Reads key/data pairs from standard in, looks them up
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.h | 88 const SmallSet<DWARFRegNum, 4> &Reads, 93 const SmallSet<DWARFRegNum, 4> &Reads,
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| 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/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/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CalcSpillWeights.cpp | 277 bool Reads, Writes; in weightCalcHelper() local 278 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in weightCalcHelper() 279 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI, PSI); in weightCalcHelper()
|
| H A D | MLRegallocEvictAdvisor.cpp | |
| H A D | MLRegAllocEvictAdvisor.cpp | 909 bool Reads, Writes; in getLIFeatureComponents() local 910 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in getLIFeatureComponents() 915 Ret.R += (Reads && !Writes) * Freq; in getLIFeatureComponents() 916 Ret.W += (!Reads && Writes) * Freq; in getLIFeatureComponents() 917 Ret.RW += (Reads && Writes) * Freq; in getLIFeatureComponents()
|
| H A D | EarlyIfConversion.cpp | 381 SmallVector<MCRegister, 8> Reads; in findInsertionPoint() local 407 Reads.push_back(Reg.asMCReg()); in findInsertionPoint() 410 while (!Reads.empty()) in findInsertionPoint() 411 for (MCRegUnit Unit : TRI->regunits(Reads.pop_back_val())) in findInsertionPoint()
|
| H A D | MachineInstrBundle.cpp | 272 RI.Reads = true; in AnalyzeVirtRegInBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 453 ID.Reads.resize(TotalUses); in populateReads() 463 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 475 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() 496 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 505 ID.Reads.resize(CurrentUse); in populateReads() 730 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-host.rst | 116 Reads the root anchor from the default configured root anchor at the 121 Reads keys from a file. 127 Reads keys from a BIND-style :file:`named.conf` file.
|
| /freebsd/stand/i386/loader/ |
| H A D | loader.rc | 8 \ Reads and processes loader.conf variables
|
| /freebsd/stand/forth/ |
| H A D | loader.rc | 11 \ Reads and processes loader.conf variables
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 434 MutableArrayRef<ReadState> Reads) { in tryEliminateMoveOrSwap() argument 435 if (Writes.size() != Reads.size()) in tryEliminateMoveOrSwap() 457 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() 464 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 279 MutableArrayRef<ReadState> Reads);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 1067 IdxVec Reads = SC.Reads; in genSchedClassTables() local 1081 Reads.clear(); in genSchedClassTables() 1083 Writes, Reads); in genSchedClassTables() 1092 Writes, Reads); in genSchedClassTables() 1238 for (unsigned UseIdx = 0, EndIdx = Reads.size(); UseIdx != EndIdx; in genSchedClassTables() 1241 findReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in genSchedClassTables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 223 bool Reads; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 620 bool Reads, Writes; in SafeInFPUDelaySlot() local 621 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot() 623 if (Reads || Writes) in SafeInFPUDelaySlot()
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | README.md | 81 3. Reads any response from the server and write it verbatim to stdout
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5.dtsi | 139 * block. Reads all return zero, and writes are
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-rand.pod | 210 Reads or set the number of generate requests before reseeding the 215 Reads or set the number of elapsed seconds before reseeding the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 450 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member
|