|
__isl_give isl_val * | polly::isl_valFromAPInt (isl_ctx *Ctx, const llvm::APInt Int, bool IsSigned) |
| Translate an llvm::APInt to an isl_val.
|
|
isl::val | polly::valFromAPInt (isl_ctx *Ctx, const llvm::APInt Int, bool IsSigned) |
| Translate an llvm::APInt to an isl::val.
|
|
llvm::APInt | polly::APIntFromVal (__isl_take isl_val *Val) |
| Translate isl_val to llvm::APInt.
|
|
llvm::APInt | polly::APIntFromVal (isl::val V) |
| Translate isl::val to llvm::APInt.
|
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_union_map *Map) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_map *Map) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_set *Set) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_pw_aff *Map) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_pw_multi_aff *PMA) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_multi_aff *MA) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_union_pw_multi_aff *UPMA) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_schedule *Schedule) |
|
llvm::raw_ostream & | polly::operator<< (llvm::raw_ostream &OS, __isl_keep isl_space *Space) |
|
std::string | polly::getIslCompatibleName (const std::string &Prefix, const llvm::Value *Val, long Number, const std::string &Suffix, bool UseInstructionNames) |
| Combine Prefix, Val (or Number) and Suffix to an isl-compatible name.
|
|
std::string | polly::getIslCompatibleName (const std::string &Prefix, const std::string &Middle, long Number, const std::string &Suffix, bool UseInstructionNames) |
| Combine Prefix, Name (or Number) and Suffix to an isl-compatible name.
|
|
std::string | polly::getIslCompatibleName (const std::string &Prefix, const std::string &Middle, const std::string &Suffix) |
|
llvm::DiagnosticInfoOptimizationBase & | polly::operator<< (llvm::DiagnosticInfoOptimizationBase &OS, const isl::union_map &Obj) |
|
|
void | polly::dumpIslObj (const isl::schedule_node &Node, llvm::raw_ostream &OS) |
| Emit the equivaltent of the isl_*_dump output into a raw_ostream.
|
|
void | polly::dumpIslObj (__isl_keep isl_schedule_node *node, llvm::raw_ostream &OS) |
|