Home
last modified time | relevance | path

Searched refs:getShapeFromAMXIntrinsic (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1063 static Value *getShapeFromAMXIntrinsic(Value *Inst, unsigned ShapeIdx, in getShapeFromAMXIntrinsic() function
1118 Row = getShapeFromAMXIntrinsic(Tiles, ShapeIdx, true); in combineCastStore()
1119 Col = getShapeFromAMXIntrinsic(Tiles, ShapeIdx, false); in combineCastStore()