Home
last modified time | relevance | path

Searched refs:BackChain (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp69 bool BackChain = MF.getFunction().hasFnAttribute("backchain"); in usePackedStack() local
71 if (HasPackedStackAttr && BackChain) in usePackedStack()
73 return HasPackedStackAttr && !IsVarArg && CallConv && !BackChain && in usePackedStack()
DSystemZISelLowering.cpp3229 SDValue BackChain = DAG.getFrameIndex(BackChainIdx, PtrVT); in lowerFRAMEADDR() local
3236 return BackChain; in lowerFRAMEADDR()