Searched refs:RegisterOperands (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h167 class RegisterOperands {
221 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
427 /// called previously and takes precomputed RegisterOperands for the
429 void recede(const RegisterOperands &RegOpers,
440 /// RegisterOperands of the instruction.
441 void advance(const RegisterOperands &RegOpers);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp468 friend class llvm::RegisterOperands;
470 RegisterOperands &RegOpers;
475 RegisterOperandsCollector(RegisterOperands &RegOpers,
568 void RegisterOperands::collect(const MachineInstr &MI,
579 void RegisterOperands::detectDeadDefs(const MachineInstr &MI,
599 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS,
658 const RegisterOperands &RegOpers,
763 void RegPressureTracker::recede(const RegisterOperands &RegOpers,
882 RegisterOperands RegOpers;
895 void RegPressureTracker::advance(const RegisterOperands
[all...]
H A DScheduleDAGInstrs.cpp818 RegisterOperands RegOpers;
H A DMachineScheduler.cpp1404 RegisterOperands RegOpers;
1438 RegisterOperands RegOpers;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp340 std::vector<Record *> RegisterOperands = local
354 {&Operands, &RegisterOperands, &RegisterClasses}) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp400 RegisterOperands RegOpers;
H A DGCNSchedStrategy.cpp410 RegisterOperands RegOpers;

Completed in 181 milliseconds