Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp880 IdxVec Writes, Reads; in collectSchedClasses() local
933 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses()
946 IdxVec Reads; in collectSchedClasses() local
948 Writes, Reads); in collectSchedClasses()
1038 SC.Reads = OperReads; in addSchedClass()
1113 SC.Reads = SchedClasses[OldSCIdx].Reads; in createInstRWClass()
1257 IdxVec Writes, Reads; in inferFromItinClass() local
1279 IdxVec Writes, Reads; in inferFromInstRWs() local
1841 IdxVec Writes, Reads; in collectProcResources() local
1994 IdxVec Writes, Reads; in collectItinProcResources() local
[all …]
H A DCodeGenSchedule.h132 IdxVec Reads; member
150 makeArrayRef(Reads) == R; in isKeyEqual()
558 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
634 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
H A DSubtargetEmitter.cpp1004 IdxVec Reads = SC.Reads; in GenSchedClassTables() local
1018 Reads.clear(); in GenSchedClassTables()
1020 Writes, Reads); in GenSchedClassTables()
1029 Writes, Reads); in GenSchedClassTables()
1127 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables()
1130 FindReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in GenSchedClassTables()
/freebsd-12.1/lib/libc/db/hash/
H A DREADME31 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-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp414 ID.Reads.resize(TotalUses); in populateReads()
422 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
434 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads()
459 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
468 ID.Reads.resize(CurrentUse); in populateReads()
620 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp553 static void AliasCandidates(BasicBlock *Header, Instructions &Reads, in AliasCandidates() argument
557 Reads.push_back(&I); in AliasCandidates()
566 static bool AreAliased(AliasAnalysis *AA, Instructions &Reads, in AreAliased() argument
677 Instructions Reads, Writes; in MatchSMLAD() local
678 AliasCandidates(Header, Reads, Writes); in MatchSMLAD()
681 if (AreAliased(AA, Reads, Writes, R.MACCandidates)) in MatchSMLAD()
/freebsd-12.1/stand/i386/loader/
H A Dloader.rc9 \ Reads and processes loader.conf variables
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp275 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
301 Reads.push_back(Reg); in findInsertionPoint()
304 while (!Reads.empty()) in findInsertionPoint()
305 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid(); in findInsertionPoint()
H A DMachineInstrBundle.cpp300 RI.Reads = true; in analyzeVirtReg()
H A DRegisterCoalescer.cpp1654 bool Reads, Writes; in updateRegDefsUses() local
1655 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses()
1659 if (DstInt && !Reads && SubIdx && !UseMI->isDebugValue()) in updateRegDefsUses()
1660 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
1670 MO.setIsUndef(!Reads); in updateRegDefsUses()
H A DInlineSpiller.cpp524 if (!RI.Reads) in reMaterializeFor()
1003 if (RI.Reads) in spillAroundUses()
H A DMachinePipeliner.cpp3312 bool Reads, Writes; in orderDependence() local
3313 std::tie(Reads, Writes) = in orderDependence()
3315 if (MO.isDef() && Reads && stageScheduled(*I) <= StageInst1) { in orderDependence()
3319 } else if (MO.isDef() && Reads && stageScheduled(*I) > StageInst1) { in orderDependence()
/freebsd-12.1/stand/forth/
H A Dloader.rc12 \ Reads and processes loader.conf variables
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A DAtomLLD.rst13 * Reads standard Object Files
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h154 bool Reads; member
/freebsd-12.1/sys/gnu/dts/arm64/allwinner/
H A Dsun50i-h5.dtsi136 * block. Reads all return zero, and writes are
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h324 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIExtensions.txt58 Reads a block of memory from the specified range.
/freebsd-12.1/contrib/ipfilter/
H A DREADME86 - test the ruleset given by filename. Reads in the ruleset and then
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td131 "Reads a list of symbols from <filename> and runs as if "
/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod63 writes on BIO B<b> are allowed (they will return an error). Reads on the other
/freebsd-12.1/contrib/binutils/opcodes/
H A Dcgen-dis.in172 /* Subroutine of print_insn. Reads an insn into the given buffers and updates
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSchedule.td345 // Define SchedRead defaults. Reads seldom need special treatment.
/freebsd-12.1/crypto/openssl/doc/man1/
H A Ds_client.pod711 Reads the contents of the specified file and attempts to send it as early data
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.reg104 * Reads the actual state of the SCSI bus pins

12