Searched refs:RowMO (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastPreTileConfig.cpp | 74 MachineOperand *RowMO, MachineOperand *ColMO); 220 Register OrigReg, MachineOperand *RowMO, in reload() argument 248 .addReg(RowMO->getReg()) in reload() 254 RowMO->setIsKill(false); in reload() 295 MachineOperand *RowMO = &MI->getOperand(1); in getShape() local 297 return ShapeT(RowMO, ColMO, MRI); in getShape() 603 MachineOperand *RowMO = &MI.getOperand(1); in configBasicBlock() local 605 MachineInstr *RowMI = MRI->getVRegDef(RowMO->getReg()); in configBasicBlock() 632 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock() 637 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()
|