Home
last modified time | relevance | path

Searched refs:stepBackward (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp68 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward() function in LivePhysRegs
250 LiveRegs.stepBackward(MI); in computeLiveIns()
H A DStackMapLivenessAnalysis.cpp142 LiveRegs.stepBackward(*I); in calculateLiveness()
H A DLiveRegUnits.cpp40 void LiveRegUnits::stepBackward(const MachineInstr &MI) { in stepBackward() function in LiveRegUnits
H A DBreakFalseDeps.cpp249 LiveRegSet.stepBackward(I); in processUndefReads()
H A DReachingDefAnalysis.cpp479 LiveRegs.stepBackward(Last); in isRegUsedAfter()
H A DMachineOutliner.cpp686 CandLiveIns.stepBackward(MI); in createOutlinedFunction()
H A DRegisterScavenging.cpp245 LiveUnits.stepBackward(MI); in backward()
H A DMachineBasicBlock.cpp1012 LiveRegs.stepBackward(*I); in splitAt()
H A DBranchFolding.cpp365 LiveRegs.stepBackward(*I); in replaceTailWithBranchTo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h127 void stepBackward(const MachineInstr &MI);
H A DLivePhysRegs.h120 void stepBackward(const MachineInstr &MI);
H A DMachineOutliner.h152 [this](MachineInstr &MI) { LRU.stepBackward(MI); }); in initLRU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp129 LRU.stepBackward(II); in optimizeNZCVDefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp449 LiveRegs.stepBackward(*MI); in processBasicBlock()
H A DX86FloatingPoint.cpp1728 LPR.stepBackward(MI); in setKillFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp174 LiveRegs.stepBackward(*I); in expandCondMove()
H A DSystemZShortenInst.cpp380 LiveRegs.stepBackward(MI); in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp377 LPR.stepBackward(*I); in genMuxInBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp672 UsedRegs.stepBackward(*--InstUpToMBBI); in emitPopSpecialFixUp()
706 UsedRegs.stepBackward(*PrevMBBI); in emitPopSpecialFixUp()
H A DARMExpandPseudoInsts.cpp2068 LiveRegs.stepBackward(MI); in ExpandMI()
2069 LiveRegs.stepBackward(*MBBI); in ExpandMI()
H A DARMConstantIslandPass.cpp937 LRs.stepBackward(LiveMI); in splitBlockBeforeInstr()
H A DARMLoadStoreOptimizer.cpp610 LiveRegs.stepBackward(*LiveRegPos); in moveLiveRegsBefore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp506 Units.stepBackward(*I); in scavengeRegister()
H A DAArch64FalkorHWPFFix.cpp717 for (auto I = MBB->rbegin(); I != MBB->rend(); LR.stepBackward(*I), ++I) { in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp680 LiveRegs.stepBackward(*MBBI); in initLiveRegs()

12