Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-02-07-AntidepClobber.ll2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
/external/llvm/test/CodeGen/ARM/
D2011-02-07-AntidepClobber.ll2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-02-07-AntidepClobber.ll2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll127 ; CHECK-NEXT: PostRA Machine Sink
145 ; CHECK-NEXT: PostRA Machine Instruction Scheduler
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpostra-ignore-dbg-instrs.mir12 # The code generates a COPY instruction which the PostRA Machine Sink pass will
DO3-pipeline.ll125 ; CHECK-NEXT: PostRA Machine Sink
/external/llvm/test/Feature/
Doptnone-llc.ll55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-llc.ll56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2380 bool PostRA = !MRI->isSSA(); in convertToImmediateForm() local
2422 if (PostRA) in convertToImmediateForm()
2563 if (PostRA && ImmChanged) in convertToImmediateForm()
2566 if (!PostRA) { in convertToImmediateForm()
2991 bool PostRA = !MRI.isSSA(); in transformToImmForm() local
3012 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedThunderX.td26 let PostRAScheduler = 1; // Use PostRA scheduler.
DAArch64SchedThunderX2T99.td26 let PostRAScheduler = 1; // Using PostRA sched.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMScheduleA9.td16 // 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
DARMScheduleSwift.td16 // required until SD and PostRA schedulers are replaced by MachineScheduler.
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td16 // 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
DARMScheduleSwift.td16 // required until SD and PostRA schedulers are replaced by MachineScheduler.
/external/llvm/lib/Target/AArch64/
DAArch64SchedVulcan.td26 let PostRAScheduler = 1; // Using PostRA sched.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td1861 // during ISelLowering, which produces the PostRA version of this instruction.