Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp55 MachineFunction &MF = DAG.getMachineFunction(); in EmitMOPS()
89 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>(); in EmitTargetCodeForMemcpy()
148 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>(); in EmitUnrolledSetTag()
154 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitUnrolledSetTag()
166 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>(); in EmitUnrolledSetTag()
172 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitTargetCodeForSetTag()
184 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>(); in EmitTargetCodeForSetTag()
190 SMEAttrs Attrs(DAG.getMachineFunction().getFunction()); in EmitTargetCodeForSetTag()
203 MachineFunction &MF = DAG.getMachineFunction(); in EmitTargetCodeForSetTag()
257 MachineFunction &MF = DAG.getMachineFunction();
[all...]
H A DAArch64CallingConvention.cpp49 State.getMachineFunction().getSubtarget()); in finishStackBlock()
138 State.getMachineFunction().getSubtarget()); in CC_AArch64_Custom_Block()
213 State.getMachineFunction().getDataLayout().getStackAlignment();
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp42 if (auto *MF = TheMMI.getMachineFunction(F)) in processMachineModule()
55 if (auto *MF = TheMMI.getMachineFunction(*F)) in processMachineFunction()
H A DRegAllocBase.cpp66 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-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp99 State.getMachineFunction().getSubtarget()) in CC_X86_VectorCallAssignRegister()
167 State.getMachineFunction().getSubtarget().getRegisterInfo(); in CC_X86_64_VectorCall()
301 const MachineFunction &MF = State.getMachineFunction(); in CC_X86_Intr()
302 size_t ArgCount = State.getMachineFunction().getFunction().arg_size(); in CC_X86_Intr()
H A DX86SelectionDAGInfo.cpp38 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in isBaseRegConflictPossible()
63 DAG.getMachineFunction().getSubtarget<X86Subtarget>(); in EmitTargetCodeForMemset()
244 if (DAG.getMachineFunction().getFunction().hasMinSize()) in emitConstantSizeRepmov()
279 DAG.getMachineFunction().getSubtarget<X86Subtarget>(); in EmitTargetCodeForMemcpy()
H A DX86ISelLoweringCall.cpp43 MachineFunction &MF = DAG.getMachineFunction(); in errorUnsupported()
740 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
921 TRI->getCalleeSavedRegsViaCopy(&DAG.getMachineFunction()); in LowerReturn()
1022 MachineFunction &MF = DAG.getMachineFunction(); in getv64i1Argument()
1102 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
1358 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)); in LowerMemArgument()
1380 DAG.getMachineFunction(), FI, Ins[i].PartOffset)); in LowerMemArgument()
1401 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), in LowerMemArgument()
1471 TheMachineFunction(DAG.getMachineFunction()), in VarArgsLoweringHelper()
1584 DAG.getMachineFunction(), in createVarArgAreaAndStoreRegisters()
[all...]
/freebsd-src/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()
H A DWebAssemblyMCLowerPrePass.cpp81 MachineFunction *MF = MMI.getMachineFunction(F); in runOnModule()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp279 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCall()
286 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall()
385 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv); in LowerCall()
488 MachineFunction &MF = DAG.getMachineFunction(); in LowerCallArguments()
495 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCallArguments()
649 auto *AFI = DAG.getMachineFunction().getInfo<ARCFunctionInfo>(); in LowerReturn()
650 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerReturn()
657 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
689 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI))); in LowerReturn()
750 MachineFunction &MF = DAG.getMachineFunction(); in LowerFRAMEADDR()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp42 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitSpecializedLibcall()
145 auto &F = DAG.getMachineFunction().getFunction(); in shouldGenerateInlineTPLoop()
173 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitTargetCodeForMemcpy()
300 DAG.getMachineFunction().getSubtarget<ARMSubtarget>(); in EmitTargetCodeForMemset()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp439 MachineFunction &MF = DAG.getMachineFunction(); in LowerCCCArguments()
446 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCArguments()
503 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI))); in LowerCCCArguments()
549 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
574 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
575 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
610 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCCallTo()
613 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerCCCCallTo()
747 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv); in LowerCCCCallTo()
782 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLoc in LowerCallResult()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp232 MachineFunction &MF = DAG.getMachineFunction(); in unpackFromRegLoc()
263 MachineFunction &MF = DAG.getMachineFunction(); in unpackFromMemLoc()
284 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), ValVT); in unpackFromMemLoc()
293 MachineFunction &MF = DAG.getMachineFunction(); in unpack64()
340 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments()
445 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), CSKYLocs, in LowerReturn()
497 if (DAG.getMachineFunction().getFunction().hasFnAttribute("interrupt")) in LowerReturn()
520 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall()
1197 MachineFunction &MF = DAG.getMachineFunction();
1214 MachineFunction &MF = DAG.getMachineFunction(); in LowerFRAMEADDR()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h50 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
H A DMIRFSDiscriminator.h60 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
H A DMIRSampleProfile.h53 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp261 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn_32()
267 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn_32()
350 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn_64()
435 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments_32()
441 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments_32()
630 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments_64()
634 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments_64()
775 const Function &Fn = DAG.getMachineFunction().getFunction(); in hasReturnsTwiceAttr()
833 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall_32()
837 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLoc in LowerCall_32()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp69 return std::string(G->getMachineFunction().getName()); in getGraphName()
149 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp46 const MachineFunction &MF = DAG.getMachineFunction(); in EmitTargetCodeForMemcpy()
H A DHexagonCallingConv.td105 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()"
109 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()"
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp622 MachineFunction &MF = DAG.getMachineFunction(); in LowerCCCArguments()
629 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCArguments()
700 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI)); in LowerCCCArguments()
741 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
751 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
813 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCCCCallTo()
942 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
1245 MachineFunction &MF = DAG.getMachineFunction(); in getReturnAddressFrameIndex()
1263 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); in LowerRETURNADDR()
1290 MachineFrameInfo &MFI = DAG.getMachineFunction() in LowerFRAMEADDR()
[all...]

12345