Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h576 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp705 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp344 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1308 MFI.setAdjustsStack(true); in GetDynamicTLSAddr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3437 MF.getFrameInfo().setAdjustsStack(true); in selectTLSGlobalValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7908 MFI.setAdjustsStack(true); // Is this only for X86 target? in LowerToTLSEmulatedModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6531 MFI.setAdjustsStack(true); in LowerDarwinGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3471 MFI.setAdjustsStack(true); in LowerGlobalTLSAddressDarwin()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19401 MFI.setAdjustsStack(true); in GetTLSADDR()
19603 MFI.setAdjustsStack(true); in LowerGlobalTLSAddress()