Searched refs:computeVLMAX (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 986 static unsigned computeVLMAX(unsigned VLEN, unsigned SEW, in computeVLMAX() function 1042 const unsigned VLMAX = computeVLMAX(ST->getRealMaxVLen(), SEW, VLMul); in computeInfoForInstr()
|
H A D | RISCVISelLowering.h | 799 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX() function
|
H A D | RISCVTargetTransformInfo.cpp | 1136 return RISCVTargetLowering::computeVLMAX(VectorBits, EltSize, MinSize); in getEstimatedVLFor()
|
H A D | RISCVISelLowering.cpp | 2830 RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in computeVLMAXBounds() 2834 RISCVTargetLowering::computeVLMAX(VectorBitsMin, EltSize, MinSize); in computeVLMAXBounds() 10661 RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in lowerVECTOR_REVERSE() 11686 RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in lowerVPReverseExperimental()
|