Home
last modified time | relevance | path

Searched refs:LPR (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp385 LivePhysRegs LPR; in reorganizeBlockLayout() local
386 computeAndAddLiveIns(LPR, *NewSuccessor); in reorganizeBlockLayout()
467 LivePhysRegs LPR; in populateBlocks() local
468 computeAndAddLiveIns(LPR, *TrueBlock); in populateBlocks()
473 LivePhysRegs LPR; in populateBlocks() local
474 computeAndAddLiveIns(LPR, *FalseBlock); in populateBlocks()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp351 LivePhysRegs LPR(*HRI); in genMuxInBlock() local
352 LPR.addLiveOuts(B); in genMuxInBlock()
353 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock()
355 if (LPR.contains(*S)) in genMuxInBlock()
373 LPR.stepBackward(I); in genMuxInBlock()
H A DHexagonFrameLowering.cpp1925 LivePhysRegs LPR(HRI); in expandStoreVec2() local
1926 LPR.addLiveIns(B); in expandStoreVec2()
1930 LPR.stepForward(*R, Clobbers); in expandStoreVec2()
1951 if (LPR.contains(SrcLo)) { in expandStoreVec2()
1962 if (LPR.contains(SrcHi)) { in expandStoreVec2()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h199 LivePhysRegs LPR; in recomputeLiveIns() local
201 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1755 LivePhysRegs LPR(TRI); in setKillFlags() local
1757 LPR.addLiveOuts(MBB); in setKillFlags()
1777 if (!LPR.contains(MO.getReg())) in setKillFlags()
1784 if (Defs.test(getFPReg(*MO)) || !LPR.contains(MO->getReg())) in setKillFlags()
1787 LPR.stepBackward(MI); in setKillFlags()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td884 def LPR : UnaryRR <"lpr", 0x10, abs, GR32, GR32>;