Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h52 static constexpr unsigned RVVBytesPerBlock = RVVBitsPerBlock / 8; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp214 assert(Offset.getScalable() % RISCV::RVVBytesPerBlock == 0 && in adjustReg()
241 assert(ScalableValue % RISCV::RVVBytesPerBlock == 0 && in adjustReg()
243 assert(isInt<32>(ScalableValue / RISCV::RVVBytesPerBlock) && in adjustReg()
245 uint32_t NumOfVReg = ScalableValue / RISCV::RVVBytesPerBlock; in adjustReg()
H A DRISCVFrameLowering.cpp617 uint32_t NumOfVReg = Amount / RISCV::RVVBytesPerBlock; in allocateAndProbeStackForRVV()
1583 std::max(Align(RISCV::RVVBytesPerBlock), MFI.getObjectAlign(FI)); in assignRVVStackObjectOffsets()
1586 if (ObjectSize < RISCV::RVVBytesPerBlock) in assignRVVStackObjectOffsets()
1587 ObjectSize = RISCV::RVVBytesPerBlock; in assignRVVStackObjectOffsets()
H A DRISCVInstrInfo.cpp171 MemBytes = TypeSize::getScalable(RISCV::RVVBytesPerBlock * LMUL); in isLoadFromStackSlot()
222 MemBytes = TypeSize::getScalable(RISCV::RVVBytesPerBlock * LMUL); in isStoreToStackSlot()
H A DRISCVISelLowering.cpp1726 unsigned MaxVF = RISCV::RVVBytesPerBlock * 8; in shouldExpandGetVectorLength()
23896 if (MinVLenInBytes <= RISCV::RVVBytesPerBlock) in getOptimalMemOpType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp1031 RISCV::RVVBytesPerBlock) * in getTargetTypeInfo()