Searched refs:addRegOperandToUseList (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp69 MRI.addRegOperandToUseList(this);
112 MRI.addRegOperandToUseList(this);
271 RegInfo->addRegOperandToUseList(this);
H A DMachineRegisterInfo.cpp265 void MachineRegisterInfo::addRegOperandToUseList(MachineOperand *MO) { function in class:MachineRegisterInfo
H A DMachineInstr.cpp174 MRI.addRegOperandToUseList(&MO);
275 MRI->addRegOperandToUseList(NewMO);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h247 void addRegOperandToUseList(MachineOperand *MO);

Completed in 218 milliseconds