Searched refs:getOpSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 195 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 196 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
| H A D | SIInstrInfo.h | 1023 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant() 1088 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 1102 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
| H A D | SIInstrInfo.cpp | 389 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 425 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 427 Width += getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 429 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 460 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 478 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 493 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 512 Width = getOpSize(LdSt, DataOpIdx); in getMemOperandsWithOffsetWidth() 3405 unsigned OpSize = getOpSize(UseMI, 0); in FoldImmediate() 5059 VAddrWords = getOpSize(MI, VAddr0Idx) / 4; in verifyInstruction() [all …]
|
| H A D | SIShrinkInstructions.cpp | 651 unsigned Size = TII->getOpSize(MovT, 0) / 4; in matchSwap()
|
| H A D | SIFoldOperands.cpp | 876 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1089 static constexpr size_t getOpSize(unsigned NumOps) { 1100 return getOpSize( 1110 return getOpSize(SmallSize) + sizeof(Header);
|