Searched refs:getMF (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp292 if (!isCallerPreservedOrConstPhysReg(Reg, *MI->getMF(), *TRI))
H A DIfConversion.cpp1482 const TargetRegisterInfo *TRI = MI.getMF()->getSubtarget().getRegisterInfo();
1502 MachineInstrBuilder MIB(*OpMI->getMF(), OpMI);
H A DMachineBasicBlock.cpp157 if (MachineFunction *MF = N->getMF()) {
H A DPeepholeOptimizer.cpp1785 MI->getMF()->moveCallSiteInfo(MI, FoldMI);
H A DInlineSpiller.cpp882 MI->getMF()->moveCallSiteInfo(MI, FoldMI);
H A DMachinePipeliner.cpp2194 MachineRegisterInfo &MRI = MI->getMF()->getRegInfo();
H A DMachineScheduler.cpp2795 const MachineFunction &MF = *Begin->getMF();
H A DRegisterCoalescer.cpp446 const MachineRegisterInfo &MRI = MI->getMF()->getRegInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp227 CurMI = MIRBuilder.getMF().CloneMachineInstr(MI);
H A DCombinerHelper.cpp42 : Builder(B), MRI(Builder.getMF().getRegInfo()), Observer(Observer),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp775 MachineFunction &MF = MIRBuilder.getMF();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp733 MachineFunction *MF = &B.getMF();
1201 LegalizerHelper Helper(B.getMF(), Observer, B);
1219 const MachineFunction &MF = *MI.getMF();
1421 MachineFunction &MF = B.getMF();
2503 MachineFunction &MF = B.getMF();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h775 OutMIs[NewInsnID] = MachineInstrBuilder(*State.MIs[OldInsnID]->getMF(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1084 auto *S = MI->getMF()->getFunction().getSubprogram();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp652 const MachineFunction *MF = CurMI->getMF();
773 const MachineFunction *MF = CallMI->getMF();
1912 const MachineFunction &MF = *MI->getMF();
H A DAsmPrinter.cpp804 const MachineFunction *MF = MI.getMF();
3316 const Function &F = MI.getMF()->getFunction();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1912 MI.getMF()->moveCallSiteInfo(&MI, &*NewMI);
2013 MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr());
H A DARMLoadStoreOptimizer.cpp2551 MachineFunction *MF = MI->getMF();
H A DARMBaseInstrInfo.cpp5646 MachineFunction *MF = C.getMF();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8255 auto Expr = DIExpression::get(MI.getMF()->getFunction().getContext(), {});
8363 Expr = DIExpression::get(MI.getMF()->getFunction().getContext(), Ops);
8403 Expr = DIExpression::get(MI.getMF()->getFunction().getContext(), {});
8785 RepeatedSequenceLocs[0].getMF()->getFrameInstructions();
8801 C.getMF()->getFrameInstructions();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp460 MachineFunction *MF = Root.getMF();

Completed in 580 milliseconds

123