Home
last modified time | relevance | path

Searched refs:SmallerOrEqual (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Support/
HDRISCVVIntrinsicUtils.cpp793 applyFixedLog2LMUL(-3, FixedLMULType::SmallerOrEqual); in applyModifier()
796 applyFixedLog2LMUL(-2, FixedLMULType::SmallerOrEqual); in applyModifier()
799 applyFixedLog2LMUL(-1, FixedLMULType::SmallerOrEqual); in applyModifier()
802 applyFixedLog2LMUL(0, FixedLMULType::SmallerOrEqual); in applyModifier()
805 applyFixedLog2LMUL(1, FixedLMULType::SmallerOrEqual); in applyModifier()
808 applyFixedLog2LMUL(2, FixedLMULType::SmallerOrEqual); in applyModifier()
811 applyFixedLog2LMUL(3, FixedLMULType::SmallerOrEqual); in applyModifier()
908 case FixedLMULType::SmallerOrEqual: in applyFixedLog2LMUL()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Support/
HDRISCVVIntrinsicUtils.h273 enum class FixedLMULType { LargerThan, SmallerThan, SmallerOrEqual }; enumerator