Home
last modified time | relevance | path

Searched refs:encodeLMUL (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DRISCVTargetParser.h83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DRISCVTargetParser.h83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DRISCVTargetParser.h83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h439 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1771 RISCVII::VLMUL VLMUL = RISCVVType::encodeLMUL(Lmul, Fractional); in parseVTypeI()