| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 55 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 D | AArch64CallingConvention.cpp | 49 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 D | MachineModuleSlotTracker.cpp | 42 if (auto *MF = TheMMI.getMachineFunction(F)) in processMachineModule() 55 if (auto *MF = TheMMI.getMachineFunction(*F)) in processMachineFunction()
|
| H A D | RegAllocBase.cpp | 66 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction()); in init()
|
| H A D | AllocationOrder.cpp | 32 const MachineFunction &MF = VRM.getMachineFunction(); in create()
|
| H A D | MachineStripDebug.cpp | 48 MachineFunction *MaybeMF = MMI.getMachineFunction(F); in runOnModule()
|
| H A D | EdgeBundles.cpp | 78 const MachineFunction *MF = G.getMachineFunction(); in WriteGraph()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 99 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 D | X86SelectionDAGInfo.cpp | 38 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 D | X86ISelLoweringCall.cpp | 43 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 D | WebAssemblySelectionDAGInfo.cpp | 25 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemcpy() 49 auto &ST = DAG.getMachineFunction().getSubtarget<WebAssemblySubtarget>(); in EmitTargetCodeForMemset()
|
| H A D | WebAssemblyMCLowerPrePass.cpp | 81 MachineFunction *MF = MMI.getMachineFunction(F); in runOnModule()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 279 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 D | ARMSelectionDAGInfo.cpp | 42 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 D | LanaiISelLowering.cpp | 439 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 D | CSKYISelLowering.cpp | 232 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 D | EdgeBundles.h | 50 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
|
| H A D | MIRFSDiscriminator.h | 60 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
|
| H A D | MIRSampleProfile.h | 53 const MachineFunction *getMachineFunction() const { return MF; } in getMachineFunction() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 100 const MachineFunction &MF = getMachineFunction(); in PreAnalyzeReturnForF128() 182 const MachineFunction &MF = getMachineFunction(); in PreAnalyzeFormalArgumentsForF128()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 261 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 D | SelectionDAGPrinter.cpp | 69 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 D | HexagonSelectionDAGInfo.cpp | 46 const MachineFunction &MF = DAG.getMachineFunction(); in EmitTargetCodeForMemcpy()
|
| H A D | HexagonCallingConv.td | 105 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()" 109 : CCIf<"State.getMachineFunction().getSubtarget<HexagonSubtarget>()"
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 622 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...] |