Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp467 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 DScheduleDAGInstrs.cpp831 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp1069 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1666 RegisterOperands RegOpers; in scheduleMI()
1701 RegisterOperands RegOpers; in scheduleMI()
H A DMachinePipeliner.cpp1238 DenseMap<MachineInstr *, RegisterOperands> ROMap;
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h166 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 DInstrInfoEmitter.cpp360 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local
374 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp373 RegisterOperands RegOpers; in scheduleRegion()
H A DGCNSchedStrategy.cpp1328 RegisterOperands RegOpers; in revertScheduling()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp634 RegisterOperands RegOpers; in shouldReduceRegisterPressure()