LLVM 22.0.0git
TargetLibraryInfo.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringTable.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/SystemLibraries.h"
#include "llvm/Pass.h"
#include "llvm/Support/Compiler.h"
#include "llvm/TargetParser/Triple.h"
#include <bitset>
#include <optional>
#include "llvm/Analysis/TargetLibraryInfo.inc"

Go to the source code of this file.

Classes

class  llvm::VecDesc
 Provides info so a possible vectorization of a function can be computed. More...
class  llvm::TargetLibraryInfoImpl
 Implementation of the target library information. More...
class  llvm::TargetLibraryInfo
 Provides information about what library functions are available for the current target. More...
class  llvm::TargetLibraryAnalysis
 Analysis pass providing the TargetLibraryInfo. More...
class  llvm::TargetLibraryInfoWrapperPass

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define GET_TARGET_LIBRARY_INFO_ENUM
#define GET_TARGET_LIBRARY_INFO_IMPL_DECL

Macro Definition Documentation

◆ GET_TARGET_LIBRARY_INFO_ENUM

#define GET_TARGET_LIBRARY_INFO_ENUM

Definition at line 74 of file TargetLibraryInfo.h.

◆ GET_TARGET_LIBRARY_INFO_IMPL_DECL

#define GET_TARGET_LIBRARY_INFO_IMPL_DECL

Definition at line 88 of file TargetLibraryInfo.h.