Searched refs:PostRA (Results 1 – 17 of 17) sorted by relevance
20 enum class SchedulingPhase { Initial, PreRAReentry, PostRA }; enumerator
1555 if (Phase != AMDGPU::SchedulingPhase::PostRA) in shouldApplyStrategy()1557 if (Phase != AMDGPU::SchedulingPhase::PostRA && !analyzeDAG(TII)) in shouldApplyStrategy()1614 bool IsPostRA = Phase == AMDGPU::SchedulingPhase::PostRA; in applyIGLPStrategy()
941 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::PostRA)); in createPostMachineScheduler()
1667 addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::PostRA)); in schedule()
3529 bool PostRA = !MRI->isSSA(); in foldFrameOffset() local3533 if (!PostRA) in foldFrameOffset()3740 bool PostRA = !MRI->isSSA(); in convertToImmediateForm() local3774 bool HasImmForm = instrHasImmForm(MI.getOpcode(), IsVFReg, III, PostRA); in convertToImmediateForm()3935 ImmInstrInfo &III, bool PostRA) const { in instrHasImmForm()4290 if (PostRA) { in instrHasImmForm()4304 if (PostRA) { in instrHasImmForm()4322 if (PostRA) { in instrHasImmForm()4336 if (PostRA) { in instrHasImmForm()4565 bool PostRA = !MRI->isSSA(); in simplifyToLI() local[all …]
648 bool PostRA) const;
1402 bool PostRA = MRI.getNumVirtRegs() == 0; in attemptDebugCopyProp() local1411 if (arePhysRegs != PostRA) in attemptDebugCopyProp()1416 if (!PostRA) in attemptDebugCopyProp()1425 if (PostRA && Reg != DstMO->getReg()) in attemptDebugCopyProp()
25 let PostRAScheduler = 1; // Use PostRA scheduler.
29 let PostRAScheduler = 1; // Enable PostRA scheduler pass.
23 let PostRAScheduler = 1; // Using PostRA sched.
24 let PostRAScheduler = 1; // Enable PostRA scheduler pass.
25 let PostRAScheduler = 1; // Using PostRA sched.
24 let PostRAScheduler = 1; // Using PostRA sched.
20 let PostRAScheduler = 1; // Using PostRA sched.
15 // required until SD and PostRA schedulers are replaced by MachineScheduler.2177 // Define VLDM/VSTM PostRA Resources.2195 // VLDM PostRA Variants. These variants expand A9WriteLMfpPostRA into a
15 // required until SD and PostRA schedulers are replaced by MachineScheduler.
1827 // during ISelLowering, which produces the PostRA version of this instruction.