|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDNodeInfo.h"#include "llvm/CodeGen/SelectionDAG.h"#include "llvm/CodeGen/SelectionDAGNodes.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"Go to the source code of this file.
Functions | |
| static void | reportNodeError (const SelectionDAG &DAG, const SDNode *N, const Twine &Msg) |
| static void | checkResultType (const SelectionDAG &DAG, const SDNode *N, unsigned ResIdx, EVT ExpectedVT) |
| static void | checkOperandType (const SelectionDAG &DAG, const SDNode *N, unsigned OpIdx, EVT ExpectedVT) |
|
static |
Definition at line 36 of file SDNodeInfo.cpp.
References llvm::EVT::getEVTString(), N, OpIdx, and reportNodeError().
Referenced by llvm::SDNodeInfo::verifyNode().
|
static |
Definition at line 26 of file SDNodeInfo.cpp.
References llvm::EVT::getEVTString(), N, and reportNodeError().
Referenced by llvm::SDNodeInfo::verifyNode().
Definition at line 17 of file SDNodeInfo.cpp.
References N, and llvm::report_fatal_error().
Referenced by checkOperandType(), checkResultType(), and llvm::SDNodeInfo::verifyNode().