Home
last modified time | relevance | path

Searched refs:StoreBackchain (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp364 bool StoreBackchain = MF.getFunction()->hasFnAttribute("backchain"); in emitPrologue() local
368 if (StoreBackchain) in emitPrologue()
383 if (StoreBackchain) in emitPrologue()
DSystemZISelLowering.cpp2855 bool StoreBackchain = MF.getFunction()->hasFnAttribute("backchain"); in lowerDYNAMIC_STACKALLOC() local
2879 if (StoreBackchain) in lowerDYNAMIC_STACKALLOC()
2910 if (StoreBackchain) in lowerDYNAMIC_STACKALLOC()
3372 bool StoreBackchain = MF.getFunction()->hasFnAttribute("backchain"); in lowerSTACKRESTORE() local
3379 if (StoreBackchain) { in lowerSTACKRESTORE()
3387 if (StoreBackchain) in lowerSTACKRESTORE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp393 bool StoreBackchain = MF.getFunction().hasFnAttribute("backchain"); in emitPrologue() local
397 if (StoreBackchain) in emitPrologue()
412 if (StoreBackchain) in emitPrologue()
DSystemZISelLowering.cpp2989 bool StoreBackchain = MF.getFunction().hasFnAttribute("backchain"); in lowerDYNAMIC_STACKALLOC() local
3013 if (StoreBackchain) in lowerDYNAMIC_STACKALLOC()
3043 if (StoreBackchain) in lowerDYNAMIC_STACKALLOC()
3614 bool StoreBackchain = MF.getFunction().hasFnAttribute("backchain"); in lowerSTACKRESTORE() local
3621 if (StoreBackchain) { in lowerSTACKRESTORE()
3628 if (StoreBackchain) in lowerSTACKRESTORE()