/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 73 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward() function in LivePhysRegs 255 LiveRegs.stepBackward(MI); in computeLiveIns()
|
D | StackMapLivenessAnalysis.cpp | 142 LiveRegs.stepBackward(*I); in calculateLiveness()
|
D | LiveRegUnits.cpp | 45 void LiveRegUnits::stepBackward(const MachineInstr &MI) { in stepBackward() function in LiveRegUnits
|
D | BreakFalseDeps.cpp | 224 LiveRegSet.stepBackward(I); in processUndefReads()
|
D | RegisterScavenging.cpp | 265 LiveUnits.stepBackward(MI); in backward()
|
/external/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 108 void stepBackward(const MachineInstr &MI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveRegUnits.h | 129 void stepBackward(const MachineInstr &MI);
|
D | LivePhysRegs.h | 120 void stepBackward(const MachineInstr &MI);
|
D | MachineOutliner.h | 147 [this](MachineInstr &MI) { LRU.stepBackward(MI); }); in initLRU()
|
/external/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 143 LiveRegs.stepBackward(*I); in calculateLiveness()
|
D | LivePhysRegs.cpp | 45 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward() function in LivePhysRegs
|
D | ExecutionDepsFix.cpp | 570 LiveRegSet.stepBackward(I); in processUndefReads()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZExpandPseudo.cpp | 80 LiveRegs.stepBackward(*I); in expandLOCRMux()
|
D | SystemZShortenInst.cpp | 305 LiveRegs.stepBackward(MI); in processBlock()
|
/external/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 359 LiveRegs.stepBackward(*MI); in processBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 397 LiveRegs.stepBackward(*MI); in processBasicBlock()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 265 LiveRegs.stepBackward(MI); in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 372 LPR.stepBackward(*I); in genMuxInBlock()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 612 LiveRegs.stepBackward(*I); in expandCMP_SWAP() 690 LiveRegs.stepBackward(*I); in expandCMP_SWAP_128()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 605 UsedRegs.stepBackward(*--InstUpToMBBI); in emitPopSpecialFixUp() 639 UsedRegs.stepBackward(*PrevMBBI); in emitPopSpecialFixUp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 508 Units.stepBackward(*I); in scavengeRegister()
|
D | AArch64FalkorHWPFFix.cpp | 717 for (auto I = MBB->rbegin(); I != MBB->rend(); LR.stepBackward(*I), ++I) { in runOnLoop()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 485 UsedRegs.stepBackward(*--InstUpToMBBI); in emitPopSpecialFixUp()
|
D | ARMExpandPseudoInsts.cpp | 780 LiveRegs.stepBackward(*I); in ExpandCMP_SWAP() 902 LiveRegs.stepBackward(*I); in ExpandCMP_SWAP_64()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 570 RemainderLiveRegs.stepBackward(Inst); in loadM0()
|