|
LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/CodeGen/DAGCombine.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/CodeGen/SelectionDAGNodes.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/CodeGenTypes/MachineValueType.h"#include "llvm/IR/ConstantRange.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/RuntimeLibcalls.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/ArrayRecycler.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/RecyclingAllocator.h"#include <cassert>#include <cstdint>#include <functional>#include <map>#include <set>#include <string>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::SDVTListNode |
| struct | llvm::FoldingSetTrait< SDVTListNode > |
| Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. More... | |
| struct | llvm::ilist_alloc_traits< SDNode > |
| class | llvm::SDDbgInfo |
| Keeps track of dbg_value information through SDISel. More... | |
| class | llvm::SelectionDAG |
| This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representation suitable for instruction selection. More... | |
| struct | llvm::SelectionDAG::DAGUpdateListener |
| Clients of various APIs that cause global effects on the DAG can optionally implement this interface. More... | |
| struct | llvm::SelectionDAG::DAGNodeDeletedListener |
| struct | llvm::SelectionDAG::DAGNodeInsertedListener |
| class | llvm::SelectionDAG::FlagInserter |
| Help to insert SDNodeFlags automatically in transforming. More... | |
| struct | llvm::GraphTraits< SelectionDAG * > |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI void | llvm::checkForCycles (const SelectionDAG *DAG, bool force=false) |