OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpr
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
214
inline void
dumpr
() const;
215
inline void
dumpr
(const SelectionDAG *G) const;
1014
void
dumpr
() const;
1024
void
dumpr
(const SelectionDAG *G) const;
1028
/// Unlike
dumpr
, this will print the whole DAG, including children
1034
/// human-readable form. Unlike
dumpr
, this will print children
1173
inline void SDValue::
dumpr
() const {
function in class:llvm::SDValue
1174
return Node->
dumpr
();
1177
inline void SDValue::
dumpr
(const SelectionDAG *G) const {
function in class:llvm::SDValue
1178
return Node->
dumpr
(G)
[
all
...]
MachineInstr.h
1703
void
dumpr
(const MachineRegisterInfo &MRI,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
992
LLVM_DUMP_METHOD void SDNode::
dumpr
() const {
997
LLVM_DUMP_METHOD void SDNode::
dumpr
(const SelectionDAG *G) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp
750
InpNode->
dumpr
(&G);
1012
OutN->
dumpr
(&DAG);
2110
SN->
dumpr
(&DAG);
HexagonISelLoweringHVX.cpp
2127
Op.
dumpr
(&DAG);
HexagonISelLowering.cpp
3132
Op.getNode()->
dumpr
(&DAG);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp
1570
LLVM_DUMP_METHOD void MachineInstr::
dumpr
(const MachineRegisterInfo &MRI,
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp
1737
LLVM_DEBUG(N->
dumpr
(&DAG));
Completed in 28 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026