Home
last modified time | relevance | path

Searched refs:RegisterOperands (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp468 friend class llvm::RegisterOperands;
470 RegisterOperands &RegOpers;
475 RegisterOperandsCollector(RegisterOperands &RegOpers, in RegisterOperandsCollector()
570 void RegisterOperands::collect(const MachineInstr &MI, in collect()
581 void RegisterOperands::detectDeadDefs(const MachineInstr &MI, in detectDeadDefs()
601 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness()
765 void RegPressureTracker::recede(const RegisterOperands &RegOpers, in recede()
884 RegisterOperands RegOpers; in recede()
950 RegisterOperands RegOpers; in advance()
1051 RegisterOperands RegOpers; in bumpUpwardPressure()
[all …]
H A DScheduleDAGInstrs.cpp812 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp726 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1420 RegisterOperands RegOpers; in scheduleMI()
1454 RegisterOperands RegOpers; in scheduleMI()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h166 class RegisterOperands {
220 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
428 void recede(const RegisterOperands &RegOpers,
440 void advance(const RegisterOperands &RegOpers);
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp359 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local
373 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp379 RegisterOperands RegOpers; in scheduleRegion()
H A DGCNSchedStrategy.cpp840 RegisterOperands RegOpers; in revertScheduling()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp653 RegisterOperands RegOpers; in shouldReduceRegisterPressure()