Home
last modified time | relevance | path

Searched refs:getMachineFunction (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp238 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCall()
245 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall()
345 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv); in LowerCall()
449 MachineFunction &MF = DAG.getMachineFunction(); in LowerCallArguments()
456 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCallArguments()
611 auto *AFI = DAG.getMachineFunction().getInfo<ARCFunctionInfo>(); in LowerReturn()
612 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerReturn()
619 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
651 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI))); in LowerReturn()
712 MachineFunction &MF = DAG.getMachineFunction(); in LowerFRAMEADDR()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp41 if (auto *MF = TheMMI.getMachineFunction(F)) in processMachineModule()
54 if (auto *MF = TheMMI.getMachineFunction(*F)) in processMachineFunction()
H A DRegAllocBase.cpp64 MRI->freezeReservedRegs(vrm.getMachineFunction()); in init()
65 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction()); in init()
H A DAllocationOrder.cpp32 const MachineFunction &MF = VRM.getMachineFunction(); in create()
H A DMachineStripDebug.cpp48 MachineFunction *MaybeMF = MMI.getMachineFunction(F); in runOnModule()
H A DEdgeBundles.cpp78 const MachineFunction *MF = G.getMachineFunction(); in WriteGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp98 State.getMachineFunction().getSubtarget()) in CC_X86_VectorCallAssignRegister()
166 State.getMachineFunction().getSubtarget().getRegisterInfo(); in CC_X86_64_VectorCall()
300 const MachineFunction &MF = State.getMachineFunction(); in CC_X86_Intr()
301 size_t ArgCount = State.getMachineFunction().getFunction().arg_size(); in CC_X86_Intr()
H A DX86SelectionDAGInfo.cpp38 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in isBaseRegConflictPossible()
53 DAG.getMachineFunction().getSubtarget<X86Subtarget>(); in EmitTargetCodeForMemset()
272 if (DAG.getMachineFunction().getFunction().hasMinSize()) in emitConstantSizeRepmov()
307 DAG.getMachineFunction().getSubtarget<X86Subtarget>(); in EmitTargetCodeForMemcpy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp25 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemcpy()
49 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp26 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>(); in EmitTargetCodeForMemset()
62 MachineFunction &MF = DAG.getMachineFunction(); in EmitUnrolledSetTag()
116 MachineFunction &MF = DAG.getMachineFunction(); in EmitTargetCodeForSetTag()
H A DAArch64CallingConvention.cpp47 State.getMachineFunction().getSubtarget()); in finishStackBlock()
127 State.getMachineFunction().getSubtarget()); in CC_AArch64_Custom_Block()
196 State.getMachineFunction().getDataLayout().getStackAlignment(); in CC_AArch64_Custom_Block()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp42 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitSpecializedLibcall()
146 auto &F = DAG.getMachineFunction().getFunction(); in shouldGenerateInlineTPLoop()
174 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitTargetCodeForMemcpy()
303 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitTargetCodeForMemset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp441 MachineFunction &MF = DAG.getMachineFunction(); in LowerCCCArguments()
448 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCArguments()
543 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
568 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
569 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
607 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerCCCCallTo()
741 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv); in LowerCCCCallTo()
780 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
1003 MachineFunction &MF = DAG.getMachineFunction(); in LowerVASTART()
1054 MachineFunction &MF = DAG.getMachineFunction(); in LowerRETURNADDR()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFSDiscriminator.h68 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
H A DEdgeBundles.h50 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp100 const MachineFunction &MF = getMachineFunction(); in PreAnalyzeReturnForF128()
182 const MachineFunction &MF = getMachineFunction(); in PreAnalyzeFormalArgumentsForF128()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp73 return std::string(G->getMachineFunction().getName()); in getGraphName()
153 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
H A DSelectionDAGAddressAnalysis.cpp64 const MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in equalBaseIndex()
129 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in computeAliasing()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCallingConv.td105 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()"
109 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()"
H A DHexagonSelectionDAGInfo.cpp46 const MachineFunction &MF = DAG.getMachineFunction(); in EmitTargetCodeForMemcpy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp328 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
397 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments()
610 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall()
1229 DAG.getMachineFunction(), CallingConv::C); in lowerToTLSGeneralDynamicModel()
1239 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in lowerToTLSGeneralDynamicModel()
1244 MachineFunction &MF = DAG.getMachineFunction(); in lowerToTLSGeneralDynamicModel()
1378 MachineFunction &MF = DAG.getMachineFunction(); in lowerVASTART()
1540 MachineFunction &MF = DAG.getMachineFunction(); in lowerFRAMEADDR()
1560 MachineFunction &MF = DAG.getMachineFunction(); in lowerRETURNADDR()
1585 MachineFunction &MF = DAG.getMachineFunction(); in lowerINTRINSIC_WO_CHAIN()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp39 MachineFunction &MF = DAG.getMachineFunction(); in fail()
46 MachineFunction &MF = DAG.getMachineFunction(); in fail()
311 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments()
379 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall()
509 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
552 MachineFunction &MF = DAG.getMachineFunction(); in LowerCallResult()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp330 MachineFunction &MF = DAG.getMachineFunction(); in getReturnAddressFrameIndex()
440 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)); in LowerMemArgument()
480 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall()
747 MachinePointerInfo::getGOT(DAG.getMachineFunction())); in LowerCall()
839 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
871 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments()
1014 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
1171 MachineFunction &MF = DAG.getMachineFunction(); in IsEligibleForTailCallOptimization()
1874 !DAG.getMachineFunction().getFunction().hasMinSize()) { in EmitCmp()
3169 MachineFunction &MF = DAG.getMachineFunction(); in LowerVASTART()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp211 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn_32()
217 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn_32()
385 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments_32()
580 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments_64()
702 const Function &Fn = DAG.getMachineFunction().getFunction(); in hasReturnsTwiceAttr()
743 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerCall_32()
2067 DAG.getMachineFunction(), CallingConv::C); in LowerGlobalTLSAddress()
2133 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerF128_LibCallArg()
2511 MachineFunction &MF = DAG.getMachineFunction(); in LowerVASTART()
2567 const MachineFunction &MF = DAG.getMachineFunction(); in LowerDYNAMIC_STACKALLOC()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp621 MachineFunction &MF = DAG.getMachineFunction(); in LowerCCCArguments()
628 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCArguments()
699 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)); in LowerCCCArguments()
740 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
750 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
811 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCCallTo()
940 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
1248 MachineFunction &MF = DAG.getMachineFunction(); in getReturnAddressFrameIndex()
1266 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerRETURNADDR()
1293 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerFRAMEADDR()
[all …]

1234