Home
last modified time | relevance | path

Searched refs:dumpr (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h200 inline void dumpr() const;
201 inline void dumpr(const SelectionDAG *G) const;
1054 void dumpr() const;
1064 void dumpr(const SelectionDAG *G) const;
1213 inline void SDValue::dumpr() const {
1214 return Node->dumpr();
1217 inline void SDValue::dumpr(const SelectionDAG *G) const {
1218 return Node->dumpr(G);
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h200 inline void dumpr() const;
201 inline void dumpr(const SelectionDAG *G) const;
1002 void dumpr() const;
1012 void dumpr(const SelectionDAG *G) const;
1161 inline void SDValue::dumpr() const {
1162 return Node->dumpr();
1165 inline void SDValue::dumpr(const SelectionDAG *G) const {
1166 return Node->dumpr(G);
DMachineInstr.h1647 void dumpr(const MachineRegisterInfo &MRI,
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h174 inline void dumpr() const;
775 void dumpr() const;
785 void dumpr(const SelectionDAG *G) const;
910 inline void SDValue::dumpr() const {
911 return Node->dumpr();
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp662 void SDNode::dumpr() const { in dumpr() function in SDNode
667 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp918 LLVM_DUMP_METHOD void SDNode::dumpr() const { in dumpr() function in SDNode
923 LLVM_DUMP_METHOD void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp973 LLVM_DUMP_METHOD void SDNode::dumpr() const { in dumpr() function in SDNode
978 LLVM_DUMP_METHOD void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp750 InpNode->dumpr(&G); in print()
1032 OutN->dumpr(&DAG); in materialize()
2071 SN->dumpr(&DAG); in selectShuffle()
DHexagonISelLoweringHVX.cpp1587 Op.dumpr(&DAG); in LowerHvxOperation()
DHexagonISelLowering.cpp2898 Op.getNode()->dumpr(&DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp750 InpNode->dumpr(&G); in print()
1012 OutN->dumpr(&DAG); in materialize()
2110 SN->dumpr(&DAG); in selectShuffle()
DHexagonISelLoweringHVX.cpp2090 Op.dumpr(&DAG); in LowerHvxOperation()
DHexagonISelLowering.cpp3068 Op.getNode()->dumpr(&DAG); in LowerOperation()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1569 LLVM_DUMP_METHOD void MachineInstr::dumpr(const MachineRegisterInfo &MRI, in dumpr() function in MachineInstr
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2765 Op.getNode()->dumpr(&DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2660 DEBUG(Extract->dumpr(CurDAG)); in Select()