Searched refs:getMachineFunction (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h50 /// getMachineFunction - Return the last machine function computed.
51 const MachineFunction *getMachineFunction() const { return MF; } function in class:llvm::EdgeBundles
H A DVirtRegMap.h84 MachineFunction &getMachineFunction() const { function in class:llvm::VirtRegMap
85 assert(MF && "getMachineFunction called before runOnMachineFunction");
H A DMachineModuleInfo.h172 MachineFunction *getMachineFunction(const Function &F) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp34 const MachineFunction &MF = VRM.getMachineFunction();
H A DRegAllocBase.cpp65 MRI->freezeReservedRegs(vrm.getMachineFunction());
66 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction());
H A DEdgeBundles.cpp78 const MachineFunction *MF = G.getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp25 if (!DAG.getMachineFunction()
49 if (!DAG.getMachineFunction()
H A DWebAssemblyISelDAGToDAG.cpp87 MachineFunction &MF = CurDAG->getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp100 const MachineFunction &MF = getMachineFunction();
149 const MachineFunction &MF = getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp46 const MachineFunction &MF = DAG.getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp98 State.getMachineFunction().getSubtarget())
166 State.getMachineFunction().getSubtarget().getRegisterInfo();
300 const MachineFunction &MF = State.getMachineFunction();
301 size_t ArgCount = State.getMachineFunction().getFunction().arg_size();
H A DX86SelectionDAGInfo.cpp33 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
52 DAG.getMachineFunction().getSubtarget<X86Subtarget>();
273 if (DAG.getMachineFunction().getFunction().hasMinSize())
308 DAG.getMachineFunction().getSubtarget<X86Subtarget>();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp26 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>();
66 MachineFunction &MF = DAG.getMachineFunction();
118 MachineFunction &MF = DAG.getMachineFunction();
H A DAArch64CallingConvention.cpp44 State.getMachineFunction().getDataLayout().getStackAlignment();
85 State.getMachineFunction().getSubtarget());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp239 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
246 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
346 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv);
450 MachineFunction &MF = DAG.getMachineFunction();
457 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
610 auto *AFI = DAG.getMachineFunction().getInfo<ARCFunctionInfo>();
611 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
618 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
650 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)));
711 MachineFunction &MF = DAG.getMachineFunction();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp73 return G->getMachineFunction().getName();
153 ViewGraph(this, "dag." + getMachineFunction().getName(),
H A DSelectionDAGAddressAnalysis.cpp63 const MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
118 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
H A DStatepointLowering.cpp96 MachineFrameInfo &MFI = Builder.DAG.getMachineFunction().getFrameInfo();
386 MachineFrameInfo &MFI = Builder.DAG.getMachineFunction().getFrameInfo();
394 auto &MF = Builder.DAG.getMachineFunction();
441 auto &MF = Builder.DAG.getMachineFunction();
595 auto &MF = Builder.DAG.getMachineFunction();
1028 auto &MF = DAG.getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp441 MachineFunction &MF = DAG.getMachineFunction();
448 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
506 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)));
543 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
568 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) {
569 MachineFunction &MF = DAG.getMachineFunction();
604 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
607 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
741 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv);
780 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLoc
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp27 DAG.getMachineFunction().getSubtarget<ARMSubtarget>();
132 DAG.getMachineFunction().getSubtarget<ARMSubtarget>();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp40 MachineFunction &MF = DAG.getMachineFunction();
47 MachineFunction &MF = DAG.getMachineFunction();
218 MachineFunction &MF = DAG.getMachineFunction();
286 MachineFunction &MF = DAG.getMachineFunction();
416 MachineFunction &MF = DAG.getMachineFunction();
459 MachineFunction &MF = DAG.getMachineFunction();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp352 MachineFunction &MF = DAG.getMachineFunction();
765 MachineFunction &MF = DAG.getMachineFunction();
782 MachineFunction &MF = DAG.getMachineFunction();
798 MachineFunction &MF = DAG.getMachineFunction();
822 MachineFunction &MF = DAG.getMachineFunction();
1116 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
1127 CCState RetCCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
1264 MachineFunction &MF = DAG.getMachineFunction();
1271 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
1444 DAG.getMachineFunction()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp213 MachineFunction &MF = DAG.getMachineFunction();
219 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
302 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
387 MachineFunction &MF = DAG.getMachineFunction();
393 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
582 MachineFunction &MF = DAG.getMachineFunction();
586 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
704 const Function &Fn = DAG.getMachineFunction().getFunction();
735 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
745 MachineFrameInfo &MFI = DAG.getMachineFunction()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp622 MachineFunction &MF = DAG.getMachineFunction();
629 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
700 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI));
741 MachineFunction &MF = DAG.getMachineFunction();
751 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
812 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
943 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
1253 MachineFunction &MF = DAG.getMachineFunction();
1271 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo();
1298 MachineFrameInfo &MFI = DAG.getMachineFunction()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h131 if (DAG.getMachineFunction().getFunction().hasMinSize())

Completed in 254 milliseconds

123