Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h26 bool Scalable; // If true, NumElements is a multiple of 'Min' determined variable
29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
56 constexpr TypeSize(uint64_t MinSize, bool Scalable) in TypeSize()
63 static constexpr TypeSize Scalable(uint64_t MinSize) { in Scalable() function
/external/llvm-project/llvm/unittests/IR/
DVectorTypesTest.cpp126 TEST(VectorTypesTest, Scalable) { in TEST() argument
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h84 Hint Scalable; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h452 bool Scalable; variable
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h442 bool Scalable) { in get()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1908 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp4771 const bool Scalable = WidenVT.isScalableVector(); in FindMemType() local
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4589 bool Scalable = InVecEltCount.isScalable(); in SimplifyShuffleVectorInst() local
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1916 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp4922 const bool Scalable = WidenVT.isScalableVector(); in FindMemType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2785 bool Scalable = false; in ParseArrayVectorType() local
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2945 bool Scalable = false; in parseArrayVectorType() local