Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3592 bool PostRA = !MRI->isSSA(); in foldFrameOffset() local
3596 if (!PostRA) in foldFrameOffset()
3802 bool PostRA = !MRI->isSSA(); in convertToImmediateForm() local
3827 bool HasImmForm = instrHasImmForm(MI.getOpcode(), IsVFReg, III, PostRA); in convertToImmediateForm()
3988 ImmInstrInfo &III, bool PostRA) const { in instrHasImmForm()
4343 if (PostRA) { in instrHasImmForm()
4357 if (PostRA) { in instrHasImmForm()
4375 if (PostRA) { in instrHasImmForm()
4389 if (PostRA) { in instrHasImmForm()
4612 bool PostRA = !MRI->isSSA(); in simplifyToLI() local
[all …]
H A DPPCInstrInfo.h774 bool PostRA) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1059 bool PostRA = MRI.getNumVirtRegs() == 0; in attemptDebugCopyProp() local
1068 if (arePhysRegs != PostRA) in attemptDebugCopyProp()
1073 if (!PostRA) in attemptDebugCopyProp()
1082 if (PostRA && Reg != DstMO->getReg()) in attemptDebugCopyProp()
/openbsd-src/gnu/llvm/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 DAArch64SchedThunderX3T110.td24 let PostRAScheduler = 1; // Using PostRA sched.
H A DAArch64SchedThunderX2T99.td25 let PostRAScheduler = 1; // Using PostRA sched.
H A DAArch64SchedA64FX.td20 let PostRAScheduler = 1; // Using PostRA sched.
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1826 // during ISelLowering, which produces the PostRA version of this instruction.