Searched refs:NewSDValueDbgMsg (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 100 static void NewSDValueDbgMsg(SDValue V, StringRef Msg, SelectionDAG *G) { in NewSDValueDbgMsg() function 1277 NewSDValueDbgMsg(SDValue(N, 0), "Creating constant: ", this); in getConstant() 1325 NewSDValueDbgMsg(Result, "Creating fp constant: ", this); in getConstantFP() 1730 NewSDValueDbgMsg(V, "Creating new node: ", this); in getVectorShuffle() 3746 NewSDValueDbgMsg(V, "New node fold concat vectors: ", &DAG); in FoldCONCAT_VECTORS() 3764 NewSDValueDbgMsg(V, "Creating new node: ", this); in getNode() 4132 NewSDValueDbgMsg(V, "Creating new node: ", this); in getNode() 4407 NewSDValueDbgMsg(V, "New node fold constant vector: ", this); in FoldConstantVectorArithmetic() 4883 NewSDValueDbgMsg(V, "Creating new node: ", this); in getNode() 4924 NewSDValueDbgMsg(V, "New node vector constant folding: ", this); in getNode() [all …]
|