MLIR  19.0.0git
Functions
PWMAFunction.cpp File Reference
#include "mlir/Analysis/Presburger/PWMAFunction.h"
#include "mlir/Analysis/Presburger/IntegerRelation.h"
#include "mlir/Analysis/Presburger/MPInt.h"
#include "mlir/Analysis/Presburger/PresburgerRelation.h"
#include "mlir/Analysis/Presburger/PresburgerSpace.h"
#include "mlir/Analysis/Presburger/Utils.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <optional>

Go to the source code of this file.

Functions

static SmallVector< MPInt, 8 > subtractExprs (ArrayRef< MPInt > vecA, ArrayRef< MPInt > vecB)
 
template<OrderingKind comp>
static PresburgerSet tiebreakLex (const PWMAFunction::Piece &pieceA, const PWMAFunction::Piece &pieceB)
 A tiebreak function which breaks ties by comparing the outputs lexicographically based on the given comparison operator. More...
 
static void addDivisionConstraints (IntegerRelation &rel, const DivisionRepr &divs)
 Adds division constraints corresponding to local variables, given a relation and division representations of the local variables in the relation. More...
 

Function Documentation

◆ addDivisionConstraints()

static void addDivisionConstraints ( IntegerRelation rel,
const DivisionRepr divs 
)
static

◆ subtractExprs()

static SmallVector<MPInt, 8> subtractExprs ( ArrayRef< MPInt vecA,
ArrayRef< MPInt vecB 
)
static

Definition at line 44 of file PWMAFunction.cpp.

Referenced by mlir::presburger::MultiAffineFunction::getLexSet().

◆ tiebreakLex()

template<OrderingKind comp>
static PresburgerSet tiebreakLex ( const PWMAFunction::Piece pieceA,
const PWMAFunction::Piece pieceB 
)
static

A tiebreak function which breaks ties by comparing the outputs lexicographically based on the given comparison operator.

This is templated since it is passed as a lambda.

Definition at line 369 of file PWMAFunction.cpp.

References mlir::presburger::PWMAFunction::Piece::domain, mlir::presburger::MultiAffineFunction::getLexSet(), mlir::presburger::PresburgerSet::intersect(), and mlir::presburger::PWMAFunction::Piece::output.