Home
last modified time | relevance | path

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/
DGCNDPPCombine.cpp209 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()
DSIFoldOperands.cpp332 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()
DSIFixSGPRCopies.cpp219 !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src)) in tryChangeVGPRtoSGPRinCopy()
DSIInstrInfo.h850 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
DSIInstrInfo.cpp1695 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()