Home
last modified time | relevance | path

Searched refs:Reads (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp137 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 DCodeGenSchedule.cpp733 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 DCodeGenSchedule.h137 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 DREADME29 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 DDWARFCFIAnalysis.h88 const SmallSet<DWARFRegNum, 4> &Reads,
93 const SmallSet<DWARFRegNum, 4> &Reads,
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/
H A DREADME30 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 Dopenssl-passphrase-options.pod49 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 DCalcSpillWeights.cpp277 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 DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp909 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 DEarlyIfConversion.cpp381 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 DMachineInstrBundle.cpp272 RI.Reads = true; in AnalyzeVirtRegInBundle()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp453 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 Dunbound-host.rst116 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 Dloader.rc8 \ Reads and processes loader.conf variables
/freebsd/stand/forth/
H A Dloader.rc11 \ Reads and processes loader.conf variables
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp434 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 DRegisterFile.h279 MutableArrayRef<ReadState> Reads);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1067 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 DMachineInstrBundle.h223 bool Reads; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp620 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 DREADME.md81 3. Reads any response from the server and write it verbatim to stdout
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h5.dtsi139 * block. Reads all return zero, and writes are
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-rand.pod210 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 DInstruction.h450 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member

12