Searched refs:getOpSize (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 181 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 182 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
| H A D | SIInstrInfo.h | 843 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant() 917 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 931 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
| H A D | SIInstrInfo.cpp | 325 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 361 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 363 Width += getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 365 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 396 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 414 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 427 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 446 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 2929 bool Is16Bit = getOpSize(UseMI, 0) == 2; in FoldImmediate() 8470 if (getOpSize(MI, OpNo) > 4) in enforceOperandRCAlignment()
|
| H A D | SIShrinkInstructions.cpp | 601 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
|
| H A D | SIFoldOperands.cpp | 732 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 974 static constexpr size_t getOpSize(unsigned NumOps) { 985 return getOpSize( 995 return getOpSize(SmallSize) + sizeof(Header);
|