LLVM  8.0.1
Public Member Functions | List of all members
llvm::GISelInstProfileBuilder Class Reference

#include "llvm/CodeGen/GlobalISel/CSEInfo.h"

Public Member Functions

 GISelInstProfileBuilder (FoldingSetNodeID &ID, const MachineRegisterInfo &MRI)
 
const GISelInstProfileBuilderaddNodeIDOpcode (unsigned Opc) const
 
const GISelInstProfileBuilderaddNodeIDRegType (const LLT &Ty) const
 
const GISelInstProfileBuilderaddNodeIDRegType (const unsigned) const
 
const GISelInstProfileBuilderaddNodeIDRegType (const TargetRegisterClass *RC) const
 
const GISelInstProfileBuilderaddNodeIDRegType (const RegisterBank *RB) const
 
const GISelInstProfileBuilderaddNodeIDRegNum (unsigned Reg) const
 
const GISelInstProfileBuilderaddNodeIDImmediate (int64_t Imm) const
 
const GISelInstProfileBuilderaddNodeIDMBB (const MachineBasicBlock *MBB) const
 
const GISelInstProfileBuilderaddNodeIDMachineOperand (const MachineOperand &MO) const
 
const GISelInstProfileBuilderaddNodeIDFlag (unsigned Flag) const
 
const GISelInstProfileBuilderaddNodeID (const MachineInstr *MI) const
 
More...
 

Detailed Description

Definition at line 163 of file CSEInfo.h.

Constructor & Destructor Documentation

◆ GISelInstProfileBuilder()

llvm::GISelInstProfileBuilder::GISelInstProfileBuilder ( FoldingSetNodeID ID,
const MachineRegisterInfo MRI 
)
inline

Definition at line 168 of file CSEInfo.h.

References MI, and Reg.

Member Function Documentation

◆ addNodeID()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeID ( const MachineInstr MI) const

◆ addNodeIDFlag()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDFlag ( unsigned  Flag) const

Definition at line 316 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddInteger().

◆ addNodeIDImmediate()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDImmediate ( int64_t  Imm) const

Definition at line 292 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddInteger().

◆ addNodeIDMachineOperand()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDMachineOperand ( const MachineOperand MO) const

◆ addNodeIDMBB()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDMBB ( const MachineBasicBlock MBB) const

Definition at line 310 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddPointer().

◆ addNodeIDOpcode()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDOpcode ( unsigned  Opc) const

Definition at line 267 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddInteger().

◆ addNodeIDRegNum()

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDRegNum ( unsigned  Reg) const

Definition at line 298 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddInteger().

◆ addNodeIDRegType() [1/4]

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDRegType ( const LLT Ty) const

Definition at line 273 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddInteger().

◆ addNodeIDRegType() [2/4]

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDRegType ( const unsigned  Reg) const

Definition at line 304 of file CSEInfo.cpp.

References llvm::MachineOperand::CreateReg().

◆ addNodeIDRegType() [3/4]

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDRegType ( const TargetRegisterClass RC) const

Definition at line 280 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddPointer().

◆ addNodeIDRegType() [4/4]

const GISelInstProfileBuilder & GISelInstProfileBuilder::addNodeIDRegType ( const RegisterBank RB) const

Definition at line 286 of file CSEInfo.cpp.

References llvm::FoldingSetNodeID::AddPointer().


The documentation for this class was generated from the following files: