Searched refs:getOpSize (Results 1 – 4 of 4) sorted by relevance
151 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>;152 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
735 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant()809 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function823 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
469 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
696 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()