Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h170 constexpr bool isScalable() const { in isScalable() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h169 bool isScalable() const { return (Value & ScalableBit); } isScalable() function
/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h171 constexpr bool isScalable() const { return Scalable; } in isScalable() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp148 bool isScalable = dims.size() == 2; parseVectorType() local
H A DLLVMTypes.cpp929 getVectorType(Type elementType,unsigned numElements,bool isScalable) getVectorType() argument
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp605 bool isScalable = false; getLLVMConstant() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1945 bool isScalable = inputScalableVecDims.back(); vectorizeScalableVectorPrecondition() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2857 bool isScalable() const { return Type == PPR || Type == ZPR; } isScalable() function
H A DAArch64ISelLowering.cpp8431 bool isScalable = VA.getValVT().isScalableVT(); LowerCall() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5922 bool isScalable = retTy.isScalable(); matchAndRewrite() local
[all...]