| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | mips-reginfo-fp32.s | 25 # abs.s - Reads and writes from/to $f0. 27 # round.w.d - Reads $f4 and $f5 and writes to $f2. 29 # ceil.w.s - Reads $f8 and writes to $f10. 31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14 33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
|
| H A D | mips-reginfo-fp64.s | 47 # abs.s - Reads and writes from/to $f0. 49 # round.w.d - Reads $f4 and writes to $f2. 51 # ceil.w.s - Reads $f8 and writes to $f10. 53 # cvt.s.d - Reads from $f12 and writes to $f14. 55 # abs.d - Reads from $f30 and writes to $f30.
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 769 findRWs(ReadDefs, Reads, true); in findRWs() 882 IdxVec Writes, Reads; in collectSchedClasses() local 947 IdxVec Reads; in collectSchedClasses() local 949 Writes, Reads); in collectSchedClasses() 1039 SC.Reads = OperReads; in addSchedClass() 1118 SC.Reads = SchedClasses[OldSCIdx].Reads; in createInstRWClass() 1264 IdxVec Writes, Reads; in inferFromItinClass() local 1286 IdxVec Writes, Reads; in inferFromInstRWs() local 1900 IdxVec Writes, Reads; in collectProcResources() local 2053 IdxVec Writes, Reads; in collectItinProcResources() local [all …]
|
| H A D | CodeGenSchedule.h | 129 IdxVec Reads; member 149 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 | 1060 IdxVec Reads = SC.Reads; in GenSchedClassTables() local 1074 Reads.clear(); in GenSchedClassTables() 1076 Writes, Reads); in GenSchedClassTables() 1085 Writes, Reads); in GenSchedClassTables() 1185 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables() 1188 FindReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in GenSchedClassTables()
|
| /llvm-project-15.0.7/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 "
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CalcSpillWeights.cpp | 249 bool Reads, Writes; in weightCalcHelper() local 250 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in weightCalcHelper() 251 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI); in weightCalcHelper()
|
| H A D | MLRegallocEvictAdvisor.cpp | 720 bool Reads, Writes; in getLIFeatureComponents() local 721 std::tie(Reads, Writes) = MI->readsWritesVirtualRegister(LI.reg()); in getLIFeatureComponents() 726 Ret.R += (Reads && !Writes) * Freq; in getLIFeatureComponents() 727 Ret.W += (!Reads && Writes) * Freq; in getLIFeatureComponents() 728 Ret.RW += (Reads && Writes) * Freq; in getLIFeatureComponents()
|
| H A D | EarlyIfConversion.cpp | 366 SmallVector<MCRegister, 8> Reads; in findInsertionPoint() local 393 Reads.push_back(Reg.asMCReg()); in findInsertionPoint() 396 while (!Reads.empty()) in findInsertionPoint() 397 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid(); in findInsertionPoint()
|
| H A D | MachineInstrBundle.cpp | 298 RI.Reads = true; in AnalyzeVirtRegInBundle()
|
| /llvm-project-15.0.7/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 473 ID.Reads.resize(TotalUses); in populateReads() 481 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 493 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() 512 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() 521 ID.Reads.resize(CurrentUse); in populateReads() 693 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | MaximalStaticExpansion.cpp | 139 SmallPtrSetImpl<MemoryAccess *> &Reads, Scop &S) { in isExpandable() argument 143 Reads.insert(MA); in isExpandable() 265 Reads.insert(MA); in isExpandable()
|
| H A D | DeLICM.cpp | 623 auto Reads = makeEmptyUnionSet(); in computeValueUses() local 627 Reads = Reads.unite(getDomainFor(MA)); in computeValueUses() 630 auto ReadSchedule = getScatterFor(Reads); in computeValueUses()
|
| H A D | ZoneAlgo.cpp | 1144 isl::union_map Reads = AllReads.range_product(Schedule).reverse(); in computeKnownFromLoad() local 1147 isl::union_map ReadsElt = EltZoneElt.range_product(Reads); in computeKnownFromLoad()
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | read-only-scalar-used-in-phi-2.ll | 11 ; Verify that we do not model the read from %sum. Reads that only happen in
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sve-ldstnt1.mir | 10 ; Reads from %object at offset 7 * readsize 16 ; Reads from %object at offset -8 * readsize 23 ; Reads from %object at offset 8 * readsize 29 ; Reads from %object at offset -9 * readsize
|
| H A D | sve-ldnf1.mir | 10 ; Reads from %object at offset 63 * readsize 16 ; Reads from %object at offset 63 * readsize 23 ; Reads from %object at offset 64 * readsize 29 ; Reads from %object at offset -1 * readsize
|
| H A D | sve-ld1r.mir | 10 ; Reads from %object at offset 63 * readsize 16 ; Reads from %object at offset 64 * readsize 22 ; Reads from %object at offset -1 * readsize
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 279 MutableArrayRef<ReadState> Reads);
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 221 bool Reads; member
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 603 bool Reads, Writes; in SafeInFPUDelaySlot() local 604 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot() 606 if (Reads || Writes) in SafeInFPUDelaySlot()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ISLTools.h | 403 isl::union_map Writes, isl::union_map Reads,
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | libc-benchmark-analysis.py3 | 1 """Reads JSON files produced by the benchmarking framework and renders them.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVGroupOps.td | 153 Reads one or more components of Result data for each invocation in the
|