Home
last modified time | relevance | path

Searched refs:isOperandLegal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp135 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList()
183 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) in tryAddToFoldList()
DSIInstrInfo.h450 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
DSIInstrInfo.cpp2002 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp228 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList()
289 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList()
DSIFixSGPRCopies.cpp212 !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src)) in tryChangeVGPRtoSGPRinCopy()
DSIInstrInfo.h742 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
DSIInstrInfo.cpp1391 if (isOperandLegal(MI, Src1Idx, &Src0)) { in commuteInstructionImpl()
1402 if (isOperandLegal(MI, Src1Idx, &Src0)) in commuteInstructionImpl()
2280 if (isOperandLegal(MI, AMDGPU::getNamedOperandIdx(AMDGPU::V_MADMK_F32, in convertToThreeAddress()
3199 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo