Home
last modified time | relevance | path

Searched defs:isScalableVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DEnableArmStreaming.cpp63 bool isScalableVector(Type type) { in isScalableVector() function
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h182 constexpr bool isScalableVector() const { return isVector() && isScalable(); } isScalableVector() function
H A DMachineValueType.h111 bool isScalableVector() const { isScalableVector() function
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h173 bool isScalableVector() const { isScalableVector() function
[all...]
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp99 bool isScalableVector() const { return isVector() && IsScalable; } isScalableVector() function in __anoncee49e800111::SVEType