Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp467 friend class llvm::RegisterOperands;
469 RegisterOperands &RegOpers;
474 RegisterOperandsCollector(RegisterOperands &RegOpers, in RegisterOperandsCollector()
569 void RegisterOperands::collect(const MachineInstr &MI, in collect()
580 void RegisterOperands::detectDeadDefs(const MachineInstr &MI, in detectDeadDefs()
600 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness()
659 const RegisterOperands &RegOpers, in addInstruction()
764 void RegPressureTracker::recede(const RegisterOperands &RegOpers, in recede()
883 RegisterOperands RegOpers; in recede()
896 void RegPressureTracker::advance(const RegisterOperands &RegOpers) { in advance()
[all …]
H A DScheduleDAGInstrs.cpp818 RegisterOperands RegOpers; in buildSchedGraph()
H A DMachineSink.cpp726 RegisterOperands RegOpers; in getBBRegisterPressure()
H A DMachineScheduler.cpp1426 RegisterOperands RegOpers; in scheduleMI()
1460 RegisterOperands RegOpers; in scheduleMI()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h166 class RegisterOperands {
220 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
428 void recede(const RegisterOperands &RegOpers,
440 void advance(const RegisterOperands &RegOpers);
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp359 std::vector<Record *> RegisterOperands = in emitOperandTypeMappings() local
373 {&Operands, &RegisterOperands, &RegisterClasses}) { in emitOperandTypeMappings()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp374 RegisterOperands RegOpers; in scheduleRegion()
H A DGCNSchedStrategy.cpp1194 RegisterOperands RegOpers; in revertScheduling()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp655 RegisterOperands RegOpers; in shouldReduceRegisterPressure()