Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFoldOperands.cpp133 if (!TII->isOperandLegal(MI, OpNo, OpToFold)) { in tryAddToFoldList()
150 if (!TII->isOperandLegal(MI, OpNo, OpToFold)) in tryAddToFoldList()
DSIInstrInfo.h289 bool isOperandLegal(const MachineInstr *MI, unsigned OpIdx,
DSIInstrInfo.cpp777 (!isOperandLegal(MI, Src0Idx, &Src1) || in commuteInstruction()
778 !isOperandLegal(MI, Src1Idx, &Src0))) { in commuteInstruction()
1580 bool SIInstrInfo::isOperandLegal(const MachineInstr *MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo
1646 if (!isOperandLegal(MI, Src0Idx)) in legalizeOperands()
1650 if (isOperandLegal(MI, Src1Idx)) in legalizeOperands()