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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5784   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
 5785   const DataLayout &DL = DAG.getDataLayout();
 5786   LLVMContext &C = *DAG.getContext();
 5789   MachineFunction &MF = DAG.getMachineFunction();
 5795   unsigned SrcAlign = DAG.InferPtrAlignment(Src);
 5868       Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice);
 5870         Store = DAG.getStore(
 5871             Chain, dl, Value, DAG.getMemBasePlusOffset(Dst, DstOff, dl),
 5892       Value = DAG.getExtLoad(ISD::EXTLOAD, dl, NVT, Chain,
 5893                              DAG.getMemBasePlusOffset(Src, SrcOff, dl),
 5898       Store = DAG.getTruncStore(
 5899           Chain, dl, Value, DAG.getMemBasePlusOffset(Dst, DstOff, dl),
 5925           chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, 0,
 5937           chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, IndexFrom, IndexTo,
 5944           chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, 0,
 5951   return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);