Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp822 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp723 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1421 RegisterOperands RegOpers; in scheduleMI()
1455 RegisterOperands RegOpers; in scheduleMI()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h167 class RegisterOperands {
221 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
429 void recede(const RegisterOperands &RegOpers,
441 void advance(const RegisterOperands &RegOpers);
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp348 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local
362 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp432 RegisterOperands RegOpers; in schedule()
H A DGCNIterativeScheduler.cpp379 RegisterOperands RegOpers; in scheduleRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp653 RegisterOperands RegOpers; in shouldReduceRegisterPressure()