Lines Matching refs:newGate
447 auto newGate = GetCircuit()->NewGate(circuit_->GetConstPool(), MachineType::I64, in GetConstPool() local
450 currentLabel->SetDepend(newGate); in GetConstPool()
451 return newGate; in GetConstPool()
458 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnv(), MachineType::I64, in GetGlobalEnv() local
461 currentLabel->SetDepend(newGate); in GetGlobalEnv()
462 return newGate; in GetGlobalEnv()
469 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnvObj(index), MachineType::I64, in GetGlobalEnvObj() local
472 currentLabel->SetDepend(newGate); in GetGlobalEnvObj()
473 return newGate; in GetGlobalEnvObj()
480 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnvObjHClass(index), MachineType::I64, in GetGlobalEnvObjHClass() local
483 currentLabel->SetDepend(newGate); in GetGlobalEnvObjHClass()
484 return newGate; in GetGlobalEnvObjHClass()
491 … auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalConstantValue(static_cast<size_t>(index)), in GetGlobalConstantValue() local
493 currentLabel->SetDepend(newGate); in GetGlobalConstantValue()
494 return newGate; in GetGlobalConstantValue()