/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 200 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/ |
D | SelectionDAGNodes.h | 200 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);
|
D | MachineInstr.h | 1647 void dumpr(const MachineRegisterInfo &MRI,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 174 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/ |
D | SelectionDAGDumper.cpp | 662 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/ |
D | SelectionDAGDumper.cpp | 918 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/ |
D | SelectionDAGDumper.cpp | 973 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/ |
D | HexagonISelDAGToDAGHVX.cpp | 750 InpNode->dumpr(&G); in print() 1032 OutN->dumpr(&DAG); in materialize() 2071 SN->dumpr(&DAG); in selectShuffle()
|
D | HexagonISelLoweringHVX.cpp | 1587 Op.dumpr(&DAG); in LowerHvxOperation()
|
D | HexagonISelLowering.cpp | 2898 Op.getNode()->dumpr(&DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 750 InpNode->dumpr(&G); in print() 1012 OutN->dumpr(&DAG); in materialize() 2110 SN->dumpr(&DAG); in selectShuffle()
|
D | HexagonISelLoweringHVX.cpp | 2090 Op.dumpr(&DAG); in LowerHvxOperation()
|
D | HexagonISelLowering.cpp | 3068 Op.getNode()->dumpr(&DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1569 LLVM_DUMP_METHOD void MachineInstr::dumpr(const MachineRegisterInfo &MRI, in dumpr() function in MachineInstr
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2765 Op.getNode()->dumpr(&DAG); in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2660 DEBUG(Extract->dumpr(CurDAG)); in Select()
|