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