Lines Matching refs:Ctor
126 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce() local
128 if (!Ctor) { in initializeDefaultSGPRRegisterAllocatorOnce()
129 Ctor = SGPRRegAlloc; in initializeDefaultSGPRRegisterAllocatorOnce()
135 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce() local
137 if (!Ctor) { in initializeDefaultVGPRRegisterAllocatorOnce()
138 Ctor = VGPRRegAlloc; in initializeDefaultVGPRRegisterAllocatorOnce()
1381 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass() local
1382 if (Ctor != useDefaultRegisterAllocator) in createSGPRAllocPass()
1383 return Ctor(); in createSGPRAllocPass()
1396 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass() local
1397 if (Ctor != useDefaultRegisterAllocator) in createVGPRAllocPass()
1398 return Ctor(); in createVGPRAllocPass()