Searched refs:getOpSize (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SISchedule.td | 105 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 106 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
D | SIInstrInfo.h | 415 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 429 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
D | SIShrinkInstructions.cpp | 144 TII->isLiteralConstant(Src0, TII->getOpSize(MI, Src0Idx))) in foldImmediates()
|
D | SIFoldOperands.cpp | 317 unsigned OpSize = TII->getOpSize(MI, 1); in runOnMachineFunction()
|
D | SIInstrInfo.cpp | 1741 if (usesConstantBus(MRI, MO, getOpSize(Opcode, OpIdx))) { in verifyInstruction() 2024 usesConstantBus(MRI, Op, getOpSize(MI, i))) { in isOperandLegal() 3113 if (isLiteralConstant(MI.getOperand(Src0Idx), getOpSize(MI, Src0Idx))) in getInstSizeInBytes() 3120 if (isLiteralConstant(MI.getOperand(Src1Idx), getOpSize(MI, Src1Idx))) in getInstSizeInBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SISchedule.td | 114 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 115 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
D | SIInstrInfo.h | 639 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant() 707 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 721 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|