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

References

lib/Target/ARM/ARMISelLowering.cpp
 2992     auto AFI = DAG.getMachineFunction().getInfo<ARMFunctionInfo>();
 2995     auto M = const_cast<Module*>(DAG.getMachineFunction().
 2999                     Twine(DAG.getDataLayout().getPrivateGlobalPrefix()) + "CP" +
 3000                     Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" +
 3003     SDValue GA = DAG.getTargetGlobalAddress(dyn_cast<GlobalValue>(GV),
 3005     return LowerGlobalAddress(GA, DAG);
 3009     Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
 3012     Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
 3014   return DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, Res);