Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-stackcheck.ll5 ; selectiondag stack protector uses a GuardReg which the fast-isel stack
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2911 StringRef GuardReg = M->getStackProtectorGuardReg(); in getIRStackGuard() local
2912 if (GuardReg == "fs") in getIRStackGuard()
2914 else if (GuardReg == "gs") in getIRStackGuard()