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

Declarations

include/llvm/CodeGen/GlobalISel/Combiner.h
   23 class GISelCSEInfo;

References

include/llvm/CodeGen/GlobalISel/CSEInfo.h
  201   GISelCSEInfo Info;
  210   GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,
include/llvm/CodeGen/GlobalISel/Combiner.h
   34   bool combineMachineInstrs(MachineFunction &MF, GISelCSEInfo *CSEInfo);
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
   56   GISelCSEInfo *CSEInfo;
  288   GISelCSEInfo *getCSEInfo() { return State.CSEInfo; }
  289   const GISelCSEInfo *getCSEInfo() const { return State.CSEInfo; }
  300   void setCSEInfo(GISelCSEInfo *Info);
lib/CodeGen/GlobalISel/CSEInfo.cpp
  363 GISelCSEInfo &
lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
   36   GISelCSEInfo *CSEInfo = getCSEInfo();
   52   const GISelCSEInfo *CSEInfo = getCSEInfo();
lib/CodeGen/GlobalISel/Combiner.cpp
   99                                     GISelCSEInfo *CSEInfo) {
lib/CodeGen/GlobalISel/IRTranslator.cpp
 2221   GISelCSEInfo *CSEInfo = nullptr;
lib/CodeGen/GlobalISel/Legalizer.cpp
  181   GISelCSEInfo *CSEInfo = nullptr;
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
   49 void MachineIRBuilder::setCSEInfo(GISelCSEInfo *Info) { State.CSEInfo = Info; }
unittests/CodeGen/GlobalISel/CSETest.cpp
   24   GISelCSEInfo CSEInfo;
   86   GISelCSEInfo CSEInfo;