reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
136 TII->getRegClass(II, i+II.getNumDefs(), TRI, *MF)); 204 TRI->getAllocatableClass(TII->getRegClass(II, i, TRI, *MF)); 314 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); 379 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) 416 Align = MF->getDataLayout().getPrefTypeAlignment(Type); 419 Align = MF->getDataLayout().getTypeAllocSize(Type); 424 MachineConstantPool *MCP = MF->getConstantPool(); 579 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase); 635 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II, NewVReg); 691 auto MIB = BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE)); 702 auto FrameMI = BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE)) 713 MachineInstrBuilder MIB = BuildMI(*MF, DL, II); 772 MachineInstrBuilder MIB = BuildMI(*MF, DL, II); 845 MachineInstrBuilder MIB = BuildMI(*MF, Node->getDebugLoc(), II); 1055 BuildMI(*MF, Node->getDebugLoc(), TII->get(TgtOpc)); 1161 : MF(mbb->getParent()), MRI(&MF->getRegInfo()), 1162 TII(MF->getSubtarget().getInstrInfo()), 1163 TRI(MF->getSubtarget().getRegisterInfo()), 1164 TLI(MF->getSubtarget().getTargetLowering()), MBB(mbb),