Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h610 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp754 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp391 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1302 MFI.setAdjustsStack(true); in GetDynamicTLSAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3681 MF.getFrameInfo().setAdjustsStack(true); in selectTLSGlobalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9885 MFI.setAdjustsStack(true); // Is this only for X86 target? in LowerToTLSEmulatedModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18539 MFI.setAdjustsStack(true); in GetTLSADDR()
18741 MFI.setAdjustsStack(true); in LowerGlobalTLSAddress()
26621 DAG.getMachineFunction().getFrameInfo().setAdjustsStack(true); in LowerINTRINSIC_W_CHAIN()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3585 MFI.setAdjustsStack(true); in LowerGlobalTLSAddressDarwin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8557 MFI.setAdjustsStack(true); in LowerDarwinGlobalTLSAddress()