Home | History | Annotate | Download | only in compiler

Lines Matching refs:RegisterConfiguration

376   void InitializeRegisterAllocationData(const RegisterConfiguration* config,
523 void AllocateRegisters(const RegisterConfiguration* config,
2286 bool Pipeline::AllocateRegistersForTesting(const RegisterConfiguration* config,
2393 std::unique_ptr<const RegisterConfiguration> config;
2394 config.reset(RegisterConfiguration::RestrictGeneralRegisters(registers));
2398 AllocateRegisters(RegisterConfiguration::Poisoning(), call_descriptor,
2409 AllocateRegisters(RegisterConfiguration::PreserveRootIA32(),
2413 AllocateRegisters(RegisterConfiguration::Default(), call_descriptor,
2581 void PipelineImpl::AllocateRegisters(const RegisterConfiguration* config,