Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp664 applyFixedLog2LMUL(-3, FixedLMULType::LargerThan); in applyModifier()
667 applyFixedLog2LMUL(-2, FixedLMULType::LargerThan); in applyModifier()
670 applyFixedLog2LMUL(-1, FixedLMULType::LargerThan); in applyModifier()
673 applyFixedLog2LMUL(0, FixedLMULType::LargerThan); in applyModifier()
676 applyFixedLog2LMUL(1, FixedLMULType::LargerThan); in applyModifier()
679 applyFixedLog2LMUL(2, FixedLMULType::LargerThan); in applyModifier()
682 applyFixedLog2LMUL(3, FixedLMULType::LargerThan); in applyModifier()
694 applyFixedLog2LMUL(0, FixedLMULType::SmallerThan); in applyModifier()
697 applyFixedLog2LMUL(1, FixedLMULType::SmallerThan); in applyModifier()
769 case FixedLMULType::LargerThan: in applyFixedLog2LMUL()
[all …]
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h190 enum class FixedLMULType { LargerThan, SmallerThan }; enum
253 void applyFixedLog2LMUL(int Log2LMUL, enum FixedLMULType Type);