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

References

include/llvm/CodeGen/GlobalISel/CSEInfo.h
  175   const GISelInstProfileBuilder &addNodeIDOpcode(unsigned Opc) const;
  176   const GISelInstProfileBuilder &addNodeIDRegType(const LLT &Ty) const;
  177   const GISelInstProfileBuilder &addNodeIDRegType(const unsigned) const;
  179   const GISelInstProfileBuilder &
  181   const GISelInstProfileBuilder &addNodeIDRegType(const RegisterBank *RB) const;
  183   const GISelInstProfileBuilder &addNodeIDRegNum(unsigned Reg) const;
  185   const GISelInstProfileBuilder &addNodeIDImmediate(int64_t Imm) const;
  186   const GISelInstProfileBuilder &
  189   const GISelInstProfileBuilder &
  192   const GISelInstProfileBuilder &addNodeIDFlag(unsigned Flag) const;
  193   const GISelInstProfileBuilder &addNodeID(const MachineInstr *MI) const;
include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
   56   void profileDstOp(const DstOp &Op, GISelInstProfileBuilder &B) const;
   58   void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const {
   63   void profileSrcOp(const SrcOp &Op, GISelInstProfileBuilder &B) const;
   65   void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const {
   70   void profileMBBOpcode(GISelInstProfileBuilder &B, unsigned Opc) const;
   74                          GISelInstProfileBuilder &B) const;
lib/CodeGen/GlobalISel/CSEInfo.cpp
  267 const GISelInstProfileBuilder &
  277 const GISelInstProfileBuilder &
  283 const GISelInstProfileBuilder &
  290 const GISelInstProfileBuilder &
  296 const GISelInstProfileBuilder &
  302 const GISelInstProfileBuilder &
  308 const GISelInstProfileBuilder &
  314 const GISelInstProfileBuilder &
  320 const GISelInstProfileBuilder &
  326 const GISelInstProfileBuilder &
  333 const GISelInstProfileBuilder &GISelInstProfileBuilder::addNodeIDMachineOperand(
lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
   59                                  GISelInstProfileBuilder &B) const {
   71                                  GISelInstProfileBuilder &B) const {
   82 void CSEMIRBuilder::profileMBBOpcode(GISelInstProfileBuilder &B,
   93                                       GISelInstProfileBuilder &B) const {
  190   GISelInstProfileBuilder ProfBuilder(ID, *getMRI());
  216   GISelInstProfileBuilder ProfBuilder(ID, *getMRI());
  243   GISelInstProfileBuilder ProfBuilder(ID, *getMRI());