Home
last modified time | relevance | path

Searched refs:isLegalMUBUFImmOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp820 return !TII->isLegalMUBUFImmOffset(FullOffset); in needsFrameBaseReg()
919 assert(TII->isLegalMUBUFImmOffset(NewOffset) && "offset should be legal"); in resolveFrameIndex()
935 return TII->isLegalMUBUFImmOffset(NewOffset); in isFrameOffsetLegal()
1417 : TII->isLegalMUBUFImmOffset(MaxOffset); in buildSpillLoadStore()
2580 if (TII->isLegalMUBUFImmOffset(NewOffset) && in eliminateFrameIndex()
H A DAMDGPUISelDAGToDAG.cpp1410 if (TII->isLegalMUBUFImmOffset(C1->getZExtValue())) { in SelectMUBUF()
1519 if (TII->isLegalMUBUFImmOffset(C1) && in SelectMUBUFScratchOffen()
1568 if (!CAddr || !TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) in SelectMUBUFScratchOffset()
1575 TII->isLegalMUBUFImmOffset(CAddr->getZExtValue())) { in SelectMUBUFScratchOffset()
H A DSIInstrInfo.h1378 bool isLegalMUBUFImmOffset(unsigned Imm) const;
H A DAMDGPUInstructionSelector.cpp4653 if (TII.isLegalMUBUFImmOffset(ConstOffset) && in selectMUBUFScratchOffen()
4851 if (!TII.isLegalMUBUFImmOffset(Offset)) in selectMUBUFScratchOffset()
4870 !TII.isLegalMUBUFImmOffset(Offset)) in selectMUBUFScratchOffset()
5113 if (TII.isLegalMUBUFImmOffset(ImmOffset)) in splitIllegalMUBUFOffset()
H A DSIFrameLowering.cpp1758 if (TII->isLegalMUBUFImmOffset(MaxOffset)) in allocateScavengingFrameIndexesNearIncomingSP()
H A DSIInstrInfo.cpp9003 bool SIInstrInfo::isLegalMUBUFImmOffset(unsigned Imm) const { in isLegalMUBUFImmOffset() function in SIInstrInfo
H A DSIISelLowering.cpp1544 if (!TII->isLegalMUBUFImmOffset(AM.BaseOffs)) in isLegalMUBUFAddressingMode()