Searched refs:getOpSize (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 346 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 360 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
D | SIShrinkInstructions.cpp | 153 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
|
D | SIFoldOperands.cpp | 321 unsigned OpSize = TII->getOpSize(MI, 1); in runOnMachineFunction()
|
D | SIInstrInfo.cpp | 1539 if (usesConstantBus(MRI, MO, getOpSize(Opcode, OpIdx))) { in verifyInstruction() 1822 usesConstantBus(MRI, Op, getOpSize(*MI, i))) { in isOperandLegal()
|