Home
last modified time | relevance | path

Searched defs:VType (Results 1 – 3 of 3) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DRISCVTargetParser.h75 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
99 inline static unsigned getSEW(unsigned VType) { in getSEW()
104 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
106 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DRISCVTargetParser.h75 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
99 inline static unsigned getSEW(unsigned VType) { in getSEW()
104 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
106 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/TargetParser/
DRISCVTargetParser.h84 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
108 inline static unsigned getSEW(unsigned VType) { in getSEW()
113 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
115 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()