Lines Matching refs:mcgraph
38 MachineGraph* mcgraph, Zone* zone,
42 mcgraph_(mcgraph),
54 return AddClonedNode(mcgraph()->IntPtrConstant(value));
58 return AddClonedNode(mcgraph()->UintPtrConstant(value));
62 return AddClonedNode(mcgraph()->Int32Constant(value));
66 return AddClonedNode(mcgraph()->Uint32Constant(value));
70 return AddClonedNode(mcgraph()->Int64Constant(value));
74 return AddClonedNode(mcgraph()->Uint64Constant(value));
89 return AddClonedNode(mcgraph()->Float64Constant(value));
107 return AddClonedNode(mcgraph()->ExternalConstant(ref));
575 effect_ = control_ = mcgraph()->Dead();