Searched refs:getOpSize (Results 1 – 6 of 6) sorted by relevance
| /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);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 202 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>; 203 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
|
| H A D | SIInstrInfo.h | 1138 unsigned Size = getOpSize(MI, OpIdx); in isInlineConstant() 1213 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize() function 1227 unsigned getOpSize(const MachineInstr &MI, unsigned OpNo) const { in getOpSize() function
|
| H A D | SIInstrInfo.cpp | 393 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 429 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 432 Width.getValue() + TypeSize::getFixed(getOpSize(LdSt, DataOpIdx))); in getMemOperandsWithOffsetWidth() 434 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 465 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 487 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 502 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 521 Width = LocationSize::precise(getOpSize(LdSt, DataOpIdx)); in getMemOperandsWithOffsetWidth() 3573 unsigned OpSize = getOpSize(UseMI, 0); in foldImmediate() 5367 VAddrWords += getOpSize(MI, LastVAddrIdx) / 4 - 1; in verifyInstruction() [all …]
|
| H A D | SIShrinkInstructions.cpp | 700 unsigned Size = TII->getOpSize(MovT, 0); in matchSwap()
|
| H A D | SIFoldOperands.cpp | 1308 unsigned Size = TII->getOpSize(*UseMI, 1); in foldOperand() 1339 } else if (TII->getOpSize(*UseMI, 1) == 4) in foldOperand()
|