Home
last modified time | relevance | path

Searched defs:Scalable (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
94 bool Scalable = false; variable
97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
301 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
317 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
339 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
342 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp133 bool Scalable; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp67 bool Scalable; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h98 Hint Scalable; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h442 bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp308 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp261 constexpr Immediate(ScalarTy MinVal, bool Scalable) in Immediate()
276 static constexpr Immediate get(ScalarTy MinVal, bool Scalable) { in get()
4571 bool Scalable = First.isScalable() || Last.isScalable(); in GenerateCrossUseConstantOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5427 bool Scalable = InVecEltCount.isScalable(); in simplifyShuffleVectorInst() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2700 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3437 bool Scalable = false; in parseArrayVectorType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7297 const bool Scalable = WidenVT.isScalableVector(); findMemType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16691 bool Scalable, Type *LDVTy, in getStructuredLoadFunction()
16707 bool Scalable, Type *STVTy, in getStructuredStoreFunction()