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

References

lib/Target/ARM/ARMSelectionDAGInfo.cpp
   27       DAG.getMachineFunction().getSubtarget<ARMSubtarget>();
   76   Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
   76   Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
   91       Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
   93       Src = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Src);
   96     Entry.Ty = Type::getInt32Ty(*DAG.getContext());
  113   TargetLowering::CallLoweringInfo CLI(DAG);
  117           TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()),
  118           DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant],
  119                                 TLI->getPointerTy(DAG.getDataLayout())),