Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h630 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp74 DstMFI.setAdjustsStack(SrcMFI.adjustsStack()); in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp744 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1302 MFI.setAdjustsStack(true); in GetDynamicTLSAddr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3669 MF.getFrameInfo().setAdjustsStack(true); in selectTLSGlobalValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9457 MFI.setAdjustsStack(true); // Is this only for X86 target? in LowerToTLSEmulatedModel()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20752 MFI.setAdjustsStack(true); in GetTLSADDR()
20952 MFI.setAdjustsStack(true); in LowerGlobalTLSAddress()
28276 DAG.getMachineFunction().getFrameInfo().setAdjustsStack(true); in LowerINTRINSIC_W_CHAIN()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3564 MFI.setAdjustsStack(true); in LowerGlobalTLSAddressDarwin()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8054 MFI.setAdjustsStack(true); in LowerDarwinGlobalTLSAddress()