Home
last modified time | relevance | path

Searched refs:getOpSize (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSISchedule.td151 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>;
152 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
DSIInstrInfo.h735 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant()
809 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function
823 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
DSIShrinkInstructions.cpp469 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
DSIFoldOperands.cpp696 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()