Searched refs:getMF (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp459 const auto MF = MI.getMF();
674 const TargetRegisterInfo *TRI = C.getMF()->getSubtarget().getRegisterInfo();
704 if (RepeatedSequenceLocs[0].getMF()->getSubtarget()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1184 MachineFunction &MF = B.getMF();
1253 MachineFunction &MF = B.getMF();
1509 MachineFunction &MF = B.getMF();
1682 MachineFunction &MF = B.getMF();
1762 MachineFunction &MF = B.getMF();
1877 MachineBasicBlock &EntryMBB = B.getMF().front();
1895 const SIMachineFunctionInfo *MFI = B.getMF().getInfo<SIMachineFunctionInfo>();
1949 const MachineFunction &MF = B.getMF();
2069 const SIMachineFunctionInfo *MFI = B.getMF().getInfo<SIMachineFunctionInfo>();
2249 const SIMachineFunctionInfo *MFI = B.getMF()
[all...]
H A DGCNRegPressure.cpp293 const MachineFunction &MF = *MI.getMF();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp351 auto &TII = *MI.getMF()->getSubtarget().getInstrInfo();
363 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
364 auto &TLI = *MIRBuilder.getMF().getSubtarget().getTargetLowering();
395 auto &Ctx = MIRBuilder.getMF().getFunction().getContext();
412 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
413 auto &TLI = *MIRBuilder.getMF().getSubtarget().getTargetLowering();
493 auto &Ctx = MIRBuilder.getMF().getFunction().getContext();
1699 LLVMContext &Ctx = MIRBuilder.getMF().getFunction().getContext();
1718 LLVMContext &Ctx = MIRBuilder.getMF().getFunction().getContext();
1917 auto &TII = *MI.getMF()
[all...]
H A DGISelKnownBits.cpp46 return inferAlignmentForFrameIdx(FrameIdx, 0, *MI.getMF());
H A DRegBankSelect.cpp227 CurMI = MIRBuilder.getMF().CloneMachineInstr(MI);
H A DCombinerHelper.cpp37 : Builder(B), MRI(Builder.getMF().getRegInfo()), Observer(Observer),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp695 MachineFunction &MF = DFG.getMF();
836 for (auto &B : DFG.getMF()) {
853 for (auto &B : DFG.getMF())
H A DLiveRangeEdit.cpp235 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI);
H A DMIRPrinter.cpp706 const auto *MF = MI.getMF();
858 const TargetIntrinsicInfo *TII = MI.getMF()->getTarget().getIntrinsicInfo();
H A DRegisterScavenging.cpp466 const MachineFunction &MF = *Before->getMF();
539 const MachineFunction &MF = *MI.getMF();
H A DLiveDebugValues.cpp925 MachineFunction *MF = MI.getMF();
1041 MachineFunction *MF = MI.getMF();
H A DTargetLoweringBase.cpp1000 MachineFunction &MF = *MI->getMF();
1082 auto &MF = *MI.getMF();
1097 auto &MF = *MI.getMF();
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.cpp127 if (MachineFunction *MF = N->getMF()) {
H A DPeepholeOptimizer.cpp1780 MI->getMF()->moveCallSiteInfo(MI, FoldMI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3174 unsigned CPIdx = emitConstantPoolEntry(CPVal, MIRBuilder.getMF());
3245 MachineRegisterInfo &MRI = MIRBuilder.getMF().getRegInfo();
3269 MachineRegisterInfo &MRI = MIRBuilder.getMF().getRegInfo();
3294 MachineRegisterInfo &MRI = MIRBuilder.getMF().getRegInfo();
3323 MachineRegisterInfo &MRI = MIRBuilder.getMF().getRegInfo();
3374 MachineRegisterInfo &MRI = MIRBuilder.getMF().getRegInfo();
4254 MachineRegisterInfo &MRI = Root.getParent()->getMF()->getRegInfo();
4297 MachineRegisterInfo &MRI = Root.getParent()->getMF()->getRegInfo();
4395 MachineRegisterInfo &MRI = Root.getParent()->getMF()->getRegInfo();
4434 MachineRegisterInfo &MRI = Root.getParent()->getMF()
[all...]
H A DAArch64InstrInfo.cpp1958 const MCAsmInfo *MAI = MI.getMF()->getTarget().getMCAsmInfo();
1960 MI.getMF()->getFunction().needsUnwindTableEntry();
5505 MachineFunction *MF = C.getMF();
5527 const Function &Fa = a.getMF()->getFunction();
5528 const Function &Fb = b.getMF()->getFunction();
5569 const Function &Fa = a.getMF()->getFunction();
5570 const Function &Fb = b.getMF()->getFunction();
5610 a.getMF()->getSubtarget<AArch64Subtarget>();
5612 b.getMF()->getSubtarget<AArch64Subtarget>();
5660 const Function &FCF = FirstCand.getMF()
[all...]
H A DAArch64LegalizerInfo.cpp727 MachineFunction &MF = MIRBuilder.getMF();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp367 LLVMContext &Ctx = MIRBuilder.getMF().getFunction().getContext();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h661 MachineFunction &getMF() const { return MF; } function in struct:DataFlowGraph
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp222 const NVPTXSubtarget &STI = MI->getMF()->getSubtarget<NVPTXSubtarget>();
515 const NVPTXSubtarget &STI = MI->getMF()->getSubtarget<NVPTXSubtarget>();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h757 OutMIs[NewInsnID] = MachineInstrBuilder(*State.MIs[OldInsnID]->getMF(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1064 auto *S = MI->getMF()->getFunction().getSubprogram();

Completed in 461 milliseconds

123