Searched refs:isOperandLegal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | SIFoldOperands.cpp | 133 if (!TII->isOperandLegal(MI, OpNo, OpToFold)) { in tryAddToFoldList() 150 if (!TII->isOperandLegal(MI, OpNo, OpToFold)) in tryAddToFoldList()
|
D | SIInstrInfo.h | 289 bool isOperandLegal(const MachineInstr *MI, unsigned OpIdx,
|
D | SIInstrInfo.cpp | 777 (!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()
|