Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSISchedule.td181 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 DSIInstrInfo.h843 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 DSIInstrInfo.cpp325 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 DSIShrinkInstructions.cpp601 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
H A DSIFoldOperands.cpp732 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h974 static constexpr size_t getOpSize(unsigned NumOps) {
985 return getOpSize(
995 return getOpSize(SmallSize) + sizeof(Header);