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

Declarations

lib/Target/PowerPC/PPCISelLowering.h
  988     bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI,

References

lib/Target/PowerPC/PPCISelLowering.cpp
 7813     if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) {
 7818                canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) {
 7828                canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) {
 7895     if (!(ReusingLoad = canReuseLoadAddress(Op.getOperand(0), MVT::i32, RLI,