Searched refs:FixedLMULType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 664 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() 685 applyFixedLog2LMUL(-3, FixedLMULType::SmallerThan); in applyModifier() 688 applyFixedLog2LMUL(-2, FixedLMULType::SmallerThan); in applyModifier() 691 applyFixedLog2LMUL(-1, FixedLMULType::SmallerThan); in applyModifier() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 252 enum class FixedLMULType { LargerThan, SmallerThan }; enum 314 void applyFixedLog2LMUL(int Log2LMUL, enum FixedLMULType Type);
|