| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 880 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 D | CodeGenSchedule.h | 132 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 D | SubtargetEmitter.cpp | 1004 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 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-12.1/contrib/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 414 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 D | ARMParallelDSP.cpp | 553 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 D | loader.rc | 9 \ Reads and processes loader.conf variables
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 275 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 D | MachineInstrBundle.cpp | 300 RI.Reads = true; in analyzeVirtReg()
|
| H A D | RegisterCoalescer.cpp | 1654 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 D | InlineSpiller.cpp | 524 if (!RI.Reads) in reMaterializeFor() 1003 if (RI.Reads) in spillAroundUses()
|
| H A D | MachinePipeliner.cpp | 3312 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 D | loader.rc | 12 \ Reads and processes loader.conf variables
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | AtomLLD.rst | 13 * Reads standard Object Files
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 154 bool Reads; member
|
| /freebsd-12.1/sys/gnu/dts/arm64/allwinner/ |
| H A D | sun50i-h5.dtsi | 136 * block. Reads all return zero, and writes are
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 324 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end. member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIExtensions.txt | 58 Reads a block of memory from the specified range.
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | README | 86 - test the ruleset given by filename. Reads in the ruleset and then
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 131 "Reads a list of symbols from <filename> and runs as if "
|
| /freebsd-12.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-12.1/contrib/binutils/opcodes/ |
| H A D | cgen-dis.in | 172 /* Subroutine of print_insn. Reads an insn into the given buffers and updates
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 345 // Define SchedRead defaults. Reads seldom need special treatment.
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | s_client.pod | 711 Reads the contents of the specified file and attempts to send it as early data
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 104 * Reads the actual state of the SCSI bus pins
|