Home
last modified time | relevance | path

Searched refs:isStackRealignable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h104 bool isStackRealignable() const { in isStackRealignable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp145 (TFI->isStackRealignable() || (Align <= StackAlign))) { in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp165 bool CanRealignSP = STI->getFrameLowering()->isStackRealignable() && in init()