Home
last modified time | relevance | path

Searched refs:setAdjustsStack (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h602 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp55 DstMFI.setAdjustsStack(SrcMFI.adjustsStack()); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp346 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp730 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1303 MFI.setAdjustsStack(true); in GetDynamicTLSAddr()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3633 MF.getFrameInfo().setAdjustsStack(true); in selectTLSGlobalValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8787 MFI.setAdjustsStack(true); // Is this only for X86 target? in LowerToTLSEmulatedModel()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20378 MFI.setAdjustsStack(true); in GetTLSADDR()
20580 MFI.setAdjustsStack(true); in LowerGlobalTLSAddress()
27813 DAG.getMachineFunction().getFrameInfo().setAdjustsStack(true); in LowerINTRINSIC_W_CHAIN()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7259 MFI.setAdjustsStack(true); in LowerDarwinGlobalTLSAddress()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3537 MFI.setAdjustsStack(true); in LowerGlobalTLSAddressDarwin()