Searched refs:PostRA (Results 1 – 17 of 17) sorted by relevance
2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
127 ; CHECK-NEXT: PostRA Machine Sink145 ; CHECK-NEXT: PostRA Machine Instruction Scheduler
12 # The code generates a COPY instruction which the PostRA Machine Sink pass will
125 ; CHECK-NEXT: PostRA Machine Sink
55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
2380 bool PostRA = !MRI->isSSA(); in convertToImmediateForm() local2422 if (PostRA) in convertToImmediateForm()2563 if (PostRA && ImmChanged) in convertToImmediateForm()2566 if (!PostRA) { in convertToImmediateForm()2991 bool PostRA = !MRI.isSSA(); in transformToImmForm() local3012 if (PostRA && III.ZeroIsSpecialOrig != III.ZeroIsSpecialNew) { in transformToImmForm()3056 else if (!SetCR && ShAmt == 0 && !PostRA) { in transformToImmForm()3095 if (!PostRA && III.ZeroIsSpecialOrig != III.ZeroIsSpecialNew) { in transformToImmForm()
26 let PostRAScheduler = 1; // Use PostRA scheduler.
26 let PostRAScheduler = 1; // Using PostRA sched.
16 // required until SD and PostRA schedulers are replaced by MachineScheduler.2178 // Define VLDM/VSTM PostRA Resources.2196 // VLDM PostRA Variants. These variants expand A9WriteLMfpPostRA into a
16 // required until SD and PostRA schedulers are replaced by MachineScheduler.
16 // required until SD and PostRA schedulers are replaced by MachineScheduler.2154 // Define VLDM/VSTM PostRA Resources.2172 // VLDM PostRA Variants. These variants expand A9WriteLMfpPostRA into a
1861 // during ISelLowering, which produces the PostRA version of this instruction.