Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp937 static ShapeT getTileShape(Register VirtReg, VirtRegMap *VRM, in getTileShape() function
951 ShapeT Shape = getTileShape(SrcReg, VRM, MRI); in getTileShape()
986 ShapeT VirtShape = getTileShape(VirtReg, const_cast<VirtRegMap *>(VRM), MRI); in getRegAllocationHints()
993 ShapeT PhysShape = getTileShape(VReg, const_cast<VirtRegMap *>(VRM), MRI); in getRegAllocationHints()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp44 std::array<int64_t, 2> getTileShape(ArrayRef<int64_t> operandShape, in getTileShape() function
163 getTileShape(operandShape, elementType, lineSize); in getRegisterIndexToTileOffsetMap()