Searched refs:RegisterOperands (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterPressure.cpp | 467 friend class llvm::RegisterOperands; 469 RegisterOperands &RegOpers; 474 RegisterOperandsCollector(RegisterOperands &RegOpers, in RegisterOperandsCollector() 567 void RegisterOperands::collect(const MachineInstr &MI, in collect() 578 void RegisterOperands::detectDeadDefs(const MachineInstr &MI, in detectDeadDefs() 598 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness() 651 const RegisterOperands &RegOpers, in addInstruction() 756 void RegPressureTracker::recede(const RegisterOperands &RegOpers, in recede() 875 RegisterOperands RegOpers; in recede() 888 void RegPressureTracker::advance(const RegisterOperands &RegOpers) { in advance() [all …]
|
| H A D | ScheduleDAGInstrs.cpp | 831 RegisterOperands RegOpers; in buildSchedGraph()
|
| H A D | MachineSink.cpp | 1069 RegisterOperands RegOpers; in getBBRegisterPressure()
|
| H A D | MachineScheduler.cpp | 1666 RegisterOperands RegOpers; in scheduleMI() 1701 RegisterOperands RegOpers; in scheduleMI()
|
| H A D | MachinePipeliner.cpp | 1238 DenseMap<MachineInstr *, RegisterOperands> ROMap;
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterPressure.h | 166 class RegisterOperands { 222 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers, 430 void recede(const RegisterOperands &RegOpers, 442 void advance(const RegisterOperands &RegOpers);
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 360 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local 374 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 373 RegisterOperands RegOpers; in scheduleRegion()
|
| H A D | GCNSchedStrategy.cpp | 1328 RegisterOperands RegOpers; in revertScheduling()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 634 RegisterOperands RegOpers; in shouldReduceRegisterPressure()
|