Searched refs:getOpSize (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SISchedule.td | 197 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 198 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
H A D | SIInstrInfo.h | 1087 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant() 1152 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 1166 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
H A D | SIInstrInfo.cpp | 384 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 420 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 422 Width = Width.getValue() + getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 424 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 455 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 477 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 492 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 511 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 3456 unsigned OpSize = getOpSize(UseMI, 0); in foldImmediate() 5182 VAddrWords += getOpSize(MI, LastVAddrIdx) / 4 - 1; in verifyInstruction() [all …]
|
H A D | SIShrinkInstructions.cpp | 671 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
|
H A D | SIFoldOperands.cpp | 893 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 1099 static constexpr size_t getOpSize(unsigned NumOps) { 1110 return getOpSize( 1120 return getOpSize(SmallSize) + sizeof(Header);
|