Searched defs:isScalableVector (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ | ||
H A D | EnableArmStreaming.cpp | 63 bool isScalableVector(Type type) { in isScalableVector() function |
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | LowLevelType.h | 182 constexpr bool isScalableVector() const { return isVector() && isScalable(); } isScalableVector() function |
H A D | MachineValueType.h | 111 bool isScalableVector() const { isScalableVector() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ValueTypes.h | 173 bool isScalableVector() const { isScalableVector() function |
/llvm-project/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 99 bool isScalableVector() const { return isVector() && IsScalable; } isScalableVector() function in __anoncee49e800111::SVEType |