Lines Matching refs:MachineFunction
20 #include "llvm/CodeGen/MachineFunction.h"
57 if (MachineFunction *MF = MBB->getParent()) {
99 if (MachineFunction *MF = MBB->getParent()) {
119 if (MachineFunction *MF = MBB->getParent())
135 if (MachineFunction *MF = MBB->getParent())
261 if (const MachineFunction *MF = MBB->getParent())
520 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) {
532 MachineInstr::MachineInstr(MachineFunction &MF, const MCInstrDesc &tid,
550 MachineInstr::MachineInstr(MachineFunction &MF, const MachineInstr &MI)
566 /// getRegInfo - If this instruction is embedded into a MachineFunction,
596 MachineFunction *MF = MBB->getParent();
622 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) {
741 void MachineInstr::addMemOperand(MachineFunction &MF,
953 const MachineFunction &MF = *getParent()->getParent();
1367 void MachineInstr::copyImplicitOps(MachineFunction &MF,
1383 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF,
1409 // We can be a bit tidier if we know the TargetMachine and/or MachineFunction.
1410 const MachineFunction *MF = 0;
1840 if (const MachineFunction *MF = MBB->getParent())