Searched refs:isLegalRegOperand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 978 if (!isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) in commuteInstructionImpl() 1963 bool SIInstrInfo::isLegalRegOperand(const MachineRegisterInfo &MRI, in isLegalRegOperand() function in SIInstrInfo 1995 return isLegalRegOperand(MRI, OpInfo, MO); in isLegalVSrcOperand() 2035 return isLegalRegOperand(MRI, OpInfo, *MO); in isOperandLegal() 2074 if (isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src1)) in legalizeOperandsVOP2() 2095 !isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) { in legalizeOperandsVOP2()
|
D | SIInstrInfo.h | 462 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
|