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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp197 if (!MRI->constrainRegAttrs(SrcReg, Reg))
630 if (!MRI->constrainRegAttrs(NewReg, OldReg)) {
H A DMachineRegisterInfo.cpp92 MachineRegisterInfo::constrainRegAttrs(Register Reg, function in class:MachineRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h581 /// constrainRegAttrs(ToReg, FromReg)
689 /// InstructionSelect pass and constrainRegAttrs in every other pass,
706 bool constrainRegAttrs(Register Reg, Register ConstrainingReg,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp51 if (MRI.constrainRegAttrs(ToReg, FromReg))

Completed in 70 milliseconds