Home
last modified time | relevance | path

Searched defs:Scalable (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h452 bool Scalable; variable
/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/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2785 bool Scalable = false; in ParseArrayVectorType() local