Searched refs:isLegalRegOperand (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 966 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
|
| H A D | SIInstrInfo.cpp | 4938 bool SIInstrInfo::isLegalRegOperand(const MachineRegisterInfo &MRI, in isLegalRegOperand() function in SIInstrInfo 4969 return isLegalRegOperand(MRI, OpInfo, MO); in isLegalVSrcOperand() 5023 if (!isLegalRegOperand(MRI, OpInfo, *MO)) in isOperandLegal() 5119 if (isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src1)) in legalizeOperandsVOP2() 5150 !isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) { in legalizeOperandsVOP2()
|