Searched refs:getOpSize (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.h | 254 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 268 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
D | SIShrinkInstructions.cpp | 142 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
|
D | SIFoldOperands.cpp | 176 unsigned OpSize = TII->getOpSize(MI, 1); in runOnMachineFunction()
|
D | SIInstrInfo.cpp | 1341 if (usesConstantBus(MRI, MO, getOpSize(Opcode, OpIdx))) { in verifyInstruction() 1599 usesConstantBus(MRI, Op, getOpSize(*MI, i))) { in isOperandLegal() 1692 } else if (!isLiteralConstant(MO, getOpSize(MI->getOpcode(), Idx))) { in legalizeOperands()
|