Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3475 if (!PostRA) in foldFrameOffset()
4232 if (PostRA) { in instrHasImmForm()
4246 if (PostRA) { in instrHasImmForm()
4264 if (PostRA) { in instrHasImmForm()
4278 if (PostRA) { in instrHasImmForm()
4528 if (PostRA) in simplifyToLI()
4686 if (!PostRA) { in simplifyToLI()
4718 if (PostRA) in simplifyToLI()
4734 if (PostRA) in transformToNewImmFormFedByAdd()
4885 if (PostRA) in transformToImmFormFedByAdd()
[all …]
H A DPPCInstrInfo.h634 bool PostRA) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1349 bool PostRA = MRI.getNumVirtRegs() == 0; in attemptDebugCopyProp() local
1358 if (arePhysRegs != PostRA) in attemptDebugCopyProp()
1363 if (!PostRA) in attemptDebugCopyProp()
1372 if (PostRA && Reg != DstMO->getReg()) in attemptDebugCopyProp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td25 let PostRAScheduler = 1; // Use PostRA scheduler.
H A DAArch64SchedA55.td29 let PostRAScheduler = 1; // Enable PostRA scheduler pass.
H A DAArch64SchedA510.td24 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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1827 // during ISelLowering, which produces the PostRA version of this instruction.