| D | hcr_circuit_builder.cpp | 58 const char* comment) in CallStub() argument 69 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallStub() 71 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallStub() 116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() argument 163 …Ref result = GetCircuit()->NewGate(meta, machineType, inputs.size(), inputs.data(), type, comment); in Call() 170 const char* comment) in CallBCHandler() argument 177 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCHandler() 182 const char* comment) in CallBuiltin() argument 189 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBuiltin() 194 const char* comment) in CallBuiltinWithArgv() argument [all …]
|