Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp198 bool operator==(const ShapeInfo &other) { argument
201 bool operator!=(const ShapeInfo &other) { return !(*this == other); } argument
223 ShapeInfo t() const { return ShapeInfo(NumColumns, NumRows); } in getStride() argument
197 struct ShapeInfo { global() struct
199 NumColumns__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo global() argument
203 ShapeInfo__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo ShapeInfo() argument
207 ShapeInfo__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo ShapeInfo() argument
211 operator ==__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo operator ==() argument
214 operator !=__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo operator !=() argument
218 operator bool__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo operator bool() argument
229 getNumVectors__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo getNumVectors() argument
236 t__anon5e2d3a8a0111::__anon5e2d3a8a0211::ShapeInfo t() argument
747 distributeTransposes(Value * Op0,ShapeInfo Shape0,Value * Op1,ShapeInfo Shape1,MatrixBuilder & Builder,function_ref<Instruction * (Value *,ShapeInfo,Value *,ShapeInfo)> Operation) distributeTransposes() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { configBasicBlock() local