Searched refs:isLegalRegOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 1137 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
|
| H A D | SIInstrInfo.cpp | 5579 bool SIInstrInfo::isLegalRegOperand(const MachineRegisterInfo &MRI, in isLegalRegOperand() function in SIInstrInfo 5610 return isLegalRegOperand(MRI, OpInfo, MO); in isLegalVSrcOperand() 5664 if (!isLegalRegOperand(MRI, OpInfo, *MO)) in isOperandLegal() 5787 if (isLegalRegOperand(MRI, InstrDesc.operands()[Src1Idx], Src1)) in legalizeOperandsVOP2() 5818 !isLegalRegOperand(MRI, InstrDesc.operands()[Src1Idx], Src0)) { in legalizeOperandsVOP2()
|