Home
last modified time | relevance | path

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

/freebsd-14.2/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()
762 void RegPressureTracker::recede(const RegisterOperands &RegOpers, in recede()
881 RegisterOperands RegOpers; in recede()
947 RegisterOperands RegOpers; in advance()
1048 RegisterOperands RegOpers; in bumpUpwardPressure()
[all …]
H A DScheduleDAGInstrs.cpp829 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp1016 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1628 RegisterOperands RegOpers; in scheduleMI()
1662 RegisterOperands RegOpers; in scheduleMI()
H A DMachinePipeliner.cpp1178 DenseMap<MachineInstr *, RegisterOperands> ROMap;
/freebsd-14.2/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);
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp361 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local
375 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp373 RegisterOperands RegOpers; in scheduleRegion()
H A DGCNSchedStrategy.cpp1233 RegisterOperands RegOpers; in revertScheduling()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp634 RegisterOperands RegOpers; in shouldReduceRegisterPressure()