Home
last modified time | relevance | path

Searched refs:isLegalRegOperand (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp978 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()
DSIInstrInfo.h462 bool isLegalRegOperand(const MachineRegisterInfo &MRI,