Searched refs:isLegalRegOperand (Results 1 – 4 of 4) 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,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 754 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
|
D | SIInstrInfo.cpp | 3160 bool SIInstrInfo::isLegalRegOperand(const MachineRegisterInfo &MRI, in isLegalRegOperand() function in SIInstrInfo 3192 return isLegalRegOperand(MRI, OpInfo, MO); in isLegalVSrcOperand() 3232 return isLegalRegOperand(MRI, OpInfo, *MO); in isOperandLegal() 3294 if (isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src1)) in legalizeOperandsVOP2() 3328 !isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) { in legalizeOperandsVOP2()
|