Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1263 bool isLegalRegOperand(const MachineRegisterInfo &MRI,
1266 bool isLegalRegOperand(const MachineInstr &MI, unsigned OpIdx,
H A DSIInstrInfo.cpp2816 return isLegalRegOperand(MI, OpIdx1, *MO0); in isLegalToSwap()
2821 return isLegalRegOperand(MI, OpIdx0, *MO1); in isLegalToSwap()
5943 bool SIInstrInfo::isLegalRegOperand(const MachineRegisterInfo &MRI, in isLegalRegOperand() function in SIInstrInfo
5970 bool SIInstrInfo::isLegalRegOperand(const MachineInstr &MI, unsigned OpIdx, in isLegalRegOperand() function in SIInstrInfo
5976 if (!isLegalRegOperand(MRI, OpInfo, MO)) in isLegalRegOperand()
6017 return isLegalRegOperand(MRI, OpInfo, MO); in isLegalVSrcOperand()
6107 return isLegalRegOperand(MI, OpIdx, *MO); in isOperandLegal()
6201 if (isLegalRegOperand(MRI, InstrDesc.operands()[Src1Idx], Src1)) in legalizeOperandsVOP2()
6232 !isLegalRegOperand(MRI, InstrDesc.operands()[Src1Idx], Src0)) { in legalizeOperandsVOP2()