Searched refs:FixedLMULType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 751 applyFixedLog2LMUL(-3, FixedLMULType::LargerThan); in applyModifier() 754 applyFixedLog2LMUL(-2, FixedLMULType::LargerThan); in applyModifier() 757 applyFixedLog2LMUL(-1, FixedLMULType::LargerThan); in applyModifier() 760 applyFixedLog2LMUL(0, FixedLMULType::LargerThan); in applyModifier() 763 applyFixedLog2LMUL(1, FixedLMULType::LargerThan); in applyModifier() 766 applyFixedLog2LMUL(2, FixedLMULType::LargerThan); in applyModifier() 769 applyFixedLog2LMUL(3, FixedLMULType::LargerThan); in applyModifier() 772 applyFixedLog2LMUL(-3, FixedLMULType::SmallerThan); in applyModifier() 775 applyFixedLog2LMUL(-2, FixedLMULType::SmallerThan); in applyModifier() 778 applyFixedLog2LMUL(-1, FixedLMULType::SmallerThan); in applyModifier() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 273 enum class FixedLMULType { LargerThan, SmallerThan, SmallerOrEqual }; enum 341 void applyFixedLog2LMUL(int Log2LMUL, enum FixedLMULType Type);
|