LLVM 22.0.0git
Predicate Class Reference
Inheritance diagram for Predicate:
[legend]

Public Member Functions

 Predicate (std::function< bool(const MachineInstr &)> Pred)
bool operator() (const MachineInstr &MI) const
Predicate operator! () const
Predicate operator&& (const Predicate &RHS) const
Predicate operator|| (const Predicate &RHS) const

Detailed Description

Definition at line 376 of file AMDGPURegBankLegalizeRules.cpp.

Constructor & Destructor Documentation

◆ Predicate()

Predicate::Predicate ( std::function< bool(const MachineInstr &)> Pred)
inline

Definition at line 401 of file AMDGPURegBankLegalizeRules.cpp.

Member Function Documentation

◆ operator!()

Predicate Predicate::operator! ( ) const
inline

◆ operator&&()

◆ operator()()

bool Predicate::operator() ( const MachineInstr & MI) const
inline

Definition at line 405 of file AMDGPURegBankLegalizeRules.cpp.

References MI.

◆ operator||()


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