Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h30 class ShapeT {
32 ShapeT(MachineOperand *Row, MachineOperand *Col,
38 ShapeT() in ShapeT() function
41 bool operator==(const ShapeT &Shape) {
55 bool operator!=(const ShapeT &Shape) { return !(*this == Shape); }
H A DVirtRegMap.h66 DenseMap<unsigned, ShapeT> Virt2ShapeMap;
121 ShapeT getShape(Register virtReg) const { in getShape()
126 void assignVirt2Shape(Register virtReg, ShapeT shape) { in assignVirt2Shape()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp875 static ShapeT getTileShape(Register VirtReg, VirtRegMap *VRM, in getTileShape()
889 ShapeT Shape = getTileShape(SrcReg, VRM, MRI); in getTileShape()
903 ShapeT Shape(&MO1, &MO2, MRI); in getTileShape()
923 ShapeT VirtShape = getTileShape(VirtReg, const_cast<VirtRegMap *>(VRM), MRI); in getRegAllocationHints()
930 ShapeT PhysShape = getTileShape(VReg, const_cast<VirtRegMap *>(VRM), MRI); in getRegAllocationHints()
H A DX86TileConfig.cpp135 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()