Home
last modified time | relevance | path

Searched defs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp197 struct ShapeInfo { struct
198 unsigned NumRows;
199 unsigned NumColumns;
201 bool IsColumnMajor;
203 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function
207 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
211 bool operator==(const ShapeInfo &other) { in operator ==()
214 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
218 operator bool() const { in operator bool()
223 unsigned getStride() const { in getStride()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local