Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h160 constexpr bool isScalable() const { in isScalable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h169 bool isScalable() const { return (Value & ScalableBit); } in isScalable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h171 constexpr bool isScalable() const { return Scalable; } in isScalable() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2777 bool isScalable() const { return Type == PPR || Type == ZPR; } in isScalable() function
H A DAArch64ISelLowering.cpp7815 bool isScalable = VA.getValVT().isScalableVT(); in LowerCall() local