Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp463 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 DScheduleDAGInstrs.cpp848 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp1214 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1917 RegisterOperands RegOpers; in scheduleMI()
1952 RegisterOperands RegOpers; in scheduleMI()
H A DMachinePipeliner.cpp1491 DenseMap<MachineInstr *, RegisterOperands> ROMap;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h167 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 DInstrInfoEmitter.cpp358 ArrayRef<const Record *> RegisterOperands = in emitOperandTypeMappings() local
370 {Operands, RegisterOperands, RegisterClasses}) { in emitOperandTypeMappings()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp395 RegisterOperands RegOpers; in scheduleRegion()
H A DGCNRegPressure.cpp734 RegisterOperands RegOpers; in bumpDownwardPressure()
H A DGCNSchedStrategy.cpp1601 RegisterOperands RegOpers; in revertScheduling()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp632 RegisterOperands RegOpers; in shouldReduceRegisterPressure()