Searched refs:RowMO (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastPreTileConfig.cpp | 73 MachineOperand *RowMO, MachineOperand *ColMO); 219 Register OrigReg, MachineOperand *RowMO, in reload() argument 247 .addReg(RowMO->getReg()) in reload() 253 RowMO->setIsKill(false); in reload() 294 MachineOperand *RowMO = &MI->getOperand(1); in getShape() local 296 return ShapeT(RowMO, ColMO, MRI); in getShape() 602 MachineOperand *RowMO = &MI.getOperand(1); in configBasicBlock() local 604 MachineInstr *RowMI = MRI->getVRegDef(RowMO->getReg()); in configBasicBlock() 631 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock() 636 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()
|