Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h579 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp650 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp333 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1155 MFI.setAdjustsStack(true); in GetDynamicTLSAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp2470 MF.getFrameInfo().setAdjustsStack(true); in selectTLSGlobalValue()
DAArch64ISelLowering.cpp4639 MFI.setAdjustsStack(true); in LowerDarwinGlobalTLSAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7059 MFI.setAdjustsStack(true); // Is this only for X86 target? in LowerToTLSEmulatedModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3133 MFI.setAdjustsStack(true); in LowerGlobalTLSAddressDarwin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18210 MFI.setAdjustsStack(true); in GetTLSADDR()
18401 MFI.setAdjustsStack(true); in LowerGlobalTLSAddress()