| D | hcr_circuit_builder.cpp | 56 const char* comment) in CallStub() argument 67 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallStub() 69 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallStub() 75 const char *comment) in CallCommonStub() argument 85 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallCommonStub() 87 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallCommonStub() 132 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() argument 179 …Ref result = GetCircuit()->NewGate(meta, machineType, inputs.size(), inputs.data(), type, comment); in Call() 186 const char* comment) in CallBCHandler() argument 193 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCHandler() [all …]
|