Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp72 MachineOperand *RowMO, MachineOperand *ColMO);
219 MachineOperand *ColMO) { in reload() argument
247 .addReg(ColMO->getReg()), in reload()
253 ColMO->setIsKill(false); in reload()
306 MachineOperand *ColMO = &MI->getOperand(2); in getShape() local
307 return ShapeT(RowMO, ColMO, MRI); in getShape()
613 MachineOperand *ColMO = &MI.getOperand(2); in configBasicBlock() local
615 MachineInstr *ColMI = MRI->getVRegDef(ColMO->getReg()); in configBasicBlock()
654 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()
659 reload(UseMI.getIterator(), TileReg, RowMO, ColMO); in configBasicBlock()