Lines Matching defs:target

28     GateRef target = IntPtr(index);
29 std::vector<GateRef> inputs { depend, target, glue };
31 auto numValuesIn = args.size() + 2; // 2: target & glue
63 GateRef target = IntPtr(index);
69 result = Call(cs, glue, target, depend, args, hirGate, comment);
71 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
88 GateRef target = IntPtr(index);
93 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), name.c_str());
106 GateRef target = IntPtr(index);
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,
118 std::vector<GateRef> inputs { depend, target, glue };
120 auto numValuesIn = args.size() + 2; // 2: target & glue
169 GateRef CircuitBuilder::CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &args,
177 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
181 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args,
189 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
193 GateRef CircuitBuilder::CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef> &args,
201 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
205 GateRef CircuitBuilder::CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &args,
213 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
220 GateRef target = IntPtr(index);
232 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
240 GateRef target = IntPtr(index);
244 GateRef result = Call(cs, glue, target, depend, {argc, argv}, Circuit::NullGate(), comment);
253 GateRef target = IntPtr(index);
263 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
276 GateRef target = IntPtr(index);
277 GateRef result = Call(cs, glue, target, GetDepend(), args, gate, name.c_str());
704 GateRef CircuitBuilder::OrdinaryHasInstance(GateRef obj, GateRef target)
712 {currentControl, currentDepend, obj, target, frameState},