reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2521       PtrMemTy, dl, DAG.getEntryNode(), StackSlotPtr,
 2526     GuardVal = TLI.emitStackGuardXorFP(DAG, GuardVal, dl);
 2559     Guard = getLoadStackGuard(DAG, dl, Chain);
 2564     Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr,
 2571   SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, GuardVal);
 2573   SDValue Cmp = DAG.getSetCC(dl, TLI.getSetCCResultType(DAG.getDataLayout(),
 2576                              Sub, DAG.getConstant(0, dl, VT), ISD::SETNE);
 2580   SDValue BrCond = DAG.getNode(ISD::BRCOND, dl,
 2584   SDValue Br = DAG.getNode(ISD::BR, dl,