Searched refs:isOperandLegal (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNDPPCombine.cpp | 209 if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src0)) { in createDPPInst() 231 if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src1)) { in createDPPInst() 242 !TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src2)) { in createDPPInst()
|
D | SIFoldOperands.cpp | 332 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList() 398 if (!TII->isOperandLegal(*MI, CommuteOpNo, OpToFold)) { in tryAddToFoldList() 519 TII->isOperandLegal(*UseMI, UseOpIdx, &OpToFold)) { in tryToFoldACImm() 550 !TII->isOperandLegal(*UseMI, UseOpIdx, Op)) in tryToFoldACImm()
|
D | SIFixSGPRCopies.cpp | 219 !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src)) in tryChangeVGPRtoSGPRinCopy()
|
D | SIInstrInfo.h | 850 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
|
D | SIInstrInfo.cpp | 1695 if (isOperandLegal(MI, Src1Idx, &Src0)) { in commuteInstructionImpl() 1706 if (isOperandLegal(MI, Src1Idx, &Src0)) in commuteInstructionImpl() 2691 isOperandLegal(MI, AMDGPU::getNamedOperandIdx(NewOpc, in convertToThreeAddress() 3958 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo 4196 !isOperandLegal(MI, Idx, &MO)) { in legalizeOperandsVOP3()
|