Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp73 MachineOperand *RowMO, MachineOperand *ColMO);
220 MachineOperand *ColMO) { in reload() argument
248 .addReg(ColMO->getReg()), in reload()
254 ColMO->setIsKill(false); in reload()
295 MachineOperand *ColMO = &MI->getOperand(2); in getShape() local
296 return ShapeT(RowMO, ColMO, MRI); in getShape()
603 MachineOperand *ColMO = &MI.getOperand(2); in configBasicBlock() local
605 MachineInstr *ColMI = MRI->getVRegDef(ColMO->getReg()); in configBasicBlock()
631 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()
636 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()