Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp388 struct ShapeInfo { struct in __anon3dc75aee0111::LowerMatrixIntrinsics
389 unsigned NumRows;
390 unsigned NumColumns;
392 bool IsColumnMajor;
394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function
398 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
402 bool operator==(const ShapeInfo &other) { in operator ==()
405 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
409 operator bool() const { in operator bool()
414 unsigned getStride() const { in getStride()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local