Home
last modified time | relevance | path

Searched refs:PostRA (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3450 bool PostRA = !MRI->isSSA(); in foldFrameOffset() local
3454 if (!PostRA) in foldFrameOffset()
4201 if (PostRA) { in instrHasImmForm()
4215 if (PostRA) { in instrHasImmForm()
4233 if (PostRA) { in instrHasImmForm()
4247 if (PostRA) { in instrHasImmForm()
4498 if (PostRA) in simplifyToLI()
4656 if (!PostRA) { in simplifyToLI()
4708 if (PostRA) in transformToNewImmFormFedByAdd()
4840 bool PostRA = !MRI.isSSA(); in transformToImmFormFedByAdd() local
[all …]
H A DPPCInstrInfo.h646 bool PostRA) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1050 bool PostRA = MRI.getNumVirtRegs() == 0; in attemptDebugCopyProp() local
1059 if (arePhysRegs != PostRA) in attemptDebugCopyProp()
1064 if (!PostRA) in attemptDebugCopyProp()
1073 if (PostRA && Reg != DstMO->getReg()) in attemptDebugCopyProp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td25 let PostRAScheduler = 1; // Use PostRA scheduler.
H A DAArch64SchedA55.td26 let PostRAScheduler = 1; // Enable PostRA scheduler pass.
H A DAArch64SchedThunderX2T99.td25 let PostRAScheduler = 1; // Using PostRA sched.
H A DAArch64SchedThunderX3T110.td24 let PostRAScheduler = 1; // Using PostRA sched.
H A DAArch64SchedA64FX.td20 let PostRAScheduler = 1; // Using PostRA sched.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA9.td15 // 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
H A DARMScheduleSwift.td15 // required until SD and PostRA schedulers are replaced by MachineScheduler.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1822 // during ISelLowering, which produces the PostRA version of this instruction.