Searched refs:RegisterOperands (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterPressure.cpp | 463 friend class llvm::RegisterOperands; 465 RegisterOperands &RegOpers; 470 RegisterOperandsCollector(RegisterOperands &RegOpers, in RegisterOperandsCollector() 562 void RegisterOperands::collect(const MachineInstr &MI, in collect() 573 void RegisterOperands::detectDeadDefs(const MachineInstr &MI, in detectDeadDefs() 593 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness() 646 const RegisterOperands &RegOpers, in addInstruction() 751 void RegPressureTracker::recede(const RegisterOperands &RegOpers, in recede() 869 RegisterOperands RegOpers; in recede() 882 void RegPressureTracker::advance(const RegisterOperands &RegOpers) { in advance() [all …]
|
| H A D | ScheduleDAGInstrs.cpp | 848 RegisterOperands RegOpers; in buildSchedGraph()
|
| H A D | MachineSink.cpp | 1214 RegisterOperands RegOpers; in getBBRegisterPressure()
|
| H A D | MachineScheduler.cpp | 1917 RegisterOperands RegOpers; in scheduleMI() 1952 RegisterOperands RegOpers; in scheduleMI()
|
| H A D | MachinePipeliner.cpp | 1491 DenseMap<MachineInstr *, RegisterOperands> ROMap;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterPressure.h | 167 class RegisterOperands { 225 LLVM_ABI void addInstruction(unsigned Idx, const RegisterOperands &RegOpers, 432 LLVM_ABI void recede(const RegisterOperands &RegOpers, 444 LLVM_ABI void advance(const RegisterOperands &RegOpers);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 358 ArrayRef<const Record *> RegisterOperands = in emitOperandTypeMappings() local 370 {Operands, RegisterOperands, RegisterClasses}) { in emitOperandTypeMappings()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 395 RegisterOperands RegOpers; in scheduleRegion()
|
| H A D | GCNRegPressure.cpp | 734 RegisterOperands RegOpers; in bumpDownwardPressure()
|
| H A D | GCNSchedStrategy.cpp | 1601 RegisterOperands RegOpers; in revertScheduling()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 632 RegisterOperands RegOpers; in shouldReduceRegisterPressure()
|