Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h472 GuardReg(0) { } in StackProtectorDescriptor()
522 GuardReg = 0; in resetPerFunctionState()
530 unsigned getGuardReg() const { return GuardReg; } in getGuardReg()
531 void setGuardReg(unsigned R) { GuardReg = R; } in setGuardReg()
556 unsigned GuardReg; variable
DSelectionDAGBuilder.cpp1926 unsigned GuardReg = SPD.getGuardReg(); in visitSPDescriptorParent() local
1928 if (GuardReg && TLI.useLoadStackGuardNode()) in visitSPDescriptorParent()
1929 Guard = DAG.getCopyFromReg(DAG.getEntryNode(), dl, GuardReg, in visitSPDescriptorParent()
/external/llvm/test/CodeGen/X86/
Dfast-isel-stackcheck.ll5 ; selectiondag stack protector uses a GuardReg which the fast-isel stack