|
LLVM 22.0.0git
|
#include "StatepointLowering.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/MapVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/AssignmentTrackingAnalysis.h"#include "llvm/CodeGen/CodeGenCommonISel.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/SelectionDAGNodes.h"#include "llvm/CodeGen/SwitchLoweringUtils.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/CodeGenTypes/MachineValueType.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/Instruction.h"#include "llvm/Support/BranchProbability.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/ErrorHandling.h"#include <algorithm>#include <cassert>#include <cstdint>#include <optional>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::SelectionDAGBuilder |
| SelectionDAGBuilder - This is the common target-independent lowering implementation that is parameterized by a TargetLowering object. More... | |
| struct | llvm::SelectionDAGBuilder::DanglingDebugInfo::Print |
| Helper for printing DanglingDebugInfo. More... | |
| class | llvm::SelectionDAGBuilder::SDAGSwitchLowering |
| struct | llvm::SelectionDAGBuilder::StatepointLoweringInfo |
| Describes a gc.statepoint or a gc.statepoint like thing for the purposes of lowering into a STATEPOINT node. More... | |
| struct | llvm::RegsForValue |
| This struct represents the registers (physical or virtual) that a particular set of values is assigned, and the type information about the value. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |