Home
last modified time | relevance | path

Searched defs:CNode (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Drunning_data_recorder.h27 class CNode; variable
Dgraph_exec_order_recorder.h25 class CNode; variable
Dstream_exec_order_recorder.h53 class CNode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3650 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local
3660 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local
3683 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local
3694 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPESTR() local
4326 MachineSDNode *CNode; in tryVPTESTM() local
4472 MachineSDNode *CNode = CurDAG->getMachineNode(Opc, dl, MVT::Other, in Select() local
4672 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select() local
4733 MachineSDNode *CNode; in Select() local
4816 MachineSDNode *CNode = nullptr; in Select() local
4831 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
[all …]
DX86ISelLowering.cpp6114 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromNode() local
6329 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantBitsFromNode() local
/third_party/mindspore/mindspore/core/ir/
Danf.h65 class CNode; variable
250 CNode(const std::vector<AnfNodePtr> &inputs, const VarPtr &func_graph_as_var) in CNode() function
Danf.cc34 CNode::CNode(const std::vector<AnfNodePtr> &inputs, const FuncGraphPtr &func_graph) in CNode() function in mindspore::CNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2883 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEAddSubImm() local
2917 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
2929 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
2942 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17933 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local