Searched refs:PostRA (Results 1 – 13 of 13) sorted by relevance
2539 bool PostRA = !MRI->isSSA(); in foldFrameOffset() local2543 if (!PostRA) in foldFrameOffset()2738 bool PostRA = !MRI->isSSA(); in convertToImmediateForm() local2757 bool HasImmForm = instrHasImmForm(MI.getOpcode(), IsVFReg, III, PostRA); in convertToImmediateForm()2800 if (PostRA) in convertToImmediateForm()2941 if (PostRA && ImmChanged) in convertToImmediateForm()2944 if (!PostRA) { in convertToImmediateForm()2992 ImmInstrInfo &III, bool PostRA) const { in instrHasImmForm()3347 if (PostRA) { in instrHasImmForm()3361 if (PostRA) { in instrHasImmForm()[all …]
450 bool PostRA) const;
807 bool PostRA = MRI.getNumVirtRegs() == 0; in attemptDebugCopyProp() local816 if (arePhysRegs != PostRA) in attemptDebugCopyProp()821 if (!PostRA && (DbgMO.getSubReg() != SrcMO->getSubReg() || in attemptDebugCopyProp()828 if (PostRA && DbgMO.getReg() != DstMO->getReg()) in attemptDebugCopyProp()
2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
25 let PostRAScheduler = 1; // Use PostRA scheduler.
25 let PostRAScheduler = 1; // Using PostRA sched.
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
16 // required until SD and PostRA schedulers are replaced by MachineScheduler.
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.
26 let PostRAScheduler = 1; // Using PostRA sched.
1822 // during ISelLowering, which produces the PostRA version of this instruction.