Home
last modified time | relevance | path

Searched defs:isScalable (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h144 constexpr bool isScalable() const { in isScalable() function
H A DTypeSize.h166 constexpr bool isScalable() const { return Scalable; } in isScalable() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2522 bool isScalable() const { return Type == PPR || Type == ZPR; } in isScalable() function
H A DAArch64ISelLowering.cpp7362 bool isScalable = VA.getValVT().isScalableVector(); in LowerCall() local