Home
last modified time | relevance | path

Searched defs:MaxImm (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1798 const unsigned MaxImm = SIInstrInfo::getMaxMUBUFImmOffset(Subtarget); in splitBufferOffsets() local
H A DAMDGPULegalizerInfo.cpp5670 const unsigned MaxImm = SIInstrInfo::getMaxMUBUFImmOffset(ST); in splitBufferOffsets() local
H A DSIInstrInfo.cpp9050 const uint32_t MaxImm = alignDown(MaxOffset, Alignment.value()); in splitMUBUFOffset() local
H A DSIISelLowering.cpp9963 const unsigned MaxImm = SIInstrInfo::getMaxMUBUFImmOffset(*Subtarget); in splitBufferOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1992 unsigned Opc, uint32_t MaxImm) { in SelectMultiVectorLuti()