Home
last modified time | relevance | path

Searched refs:isLegalRegOperand (Results 1 – 4 of 4) 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,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h754 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
DSIInstrInfo.cpp3160 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()