Lines Matching refs:Call
69 result = Call(cs, glue, target, depend, args, hirGate, comment);
71 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
93 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), name.c_str());
111 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), name.c_str());
115 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend,
132 meta = circuit_->Call(numValuesIn);
177 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
189 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
201 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
213 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
232 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
244 GateRef result = Call(cs, glue, target, depend, {argc, argv}, Circuit::NullGate(), comment);
263 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
277 GateRef result = Call(cs, glue, target, GetDepend(), args, gate, name.c_str());
318 GateRef result = Call(cs, glue, code, depend, args, filteredHirGate, "fastCallOptimized");
336 GateRef result = Call(cs, glue, code, depend, args, filteredHirGate, "callOptimized");