Home
last modified time | relevance | path

Searched refs: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
394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
398 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function
399 : ShapeInfo(cast<ConstantInt>(NumRows)->getZExtValue(), in ShapeInfo()
402 bool operator==(const ShapeInfo &other) { in operator ==() argument
405 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument
427 ShapeInfo t() const { return ShapeInfo(NumColumns, NumRows); } in t() argument
438 ValueMap<Value *, ShapeInfo> ShapeMap;
492 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix()
531 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local
127 unsigned TMMIdx = ShapeInfo.first; in configBasicBlock()
128 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()