Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsntrup761.c225 #ifndef LPR
240 #ifndef LPR
255 #ifndef LPR
270 #ifdef LPR
391 #ifdef LPR
397 #ifndef LPR
465 #ifdef LPR
785 #ifdef LPR
825 #ifdef LPR
841 #ifdef LPR
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/share/mk/
H A Dbsd.doc.mk66 LPR?= lpr
130 ${LPR} ${DFILE.${_dev}}
132 ${DCOMPRESS_CMD} -d ${DFILE.${_dev}} | ${LPR}
H A Dsrc.opts.mk141 LPR \
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp355 LivePhysRegs LPR(*HRI); in genMuxInBlock() local
356 LPR.addLiveOuts(B); in genMuxInBlock()
357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock()
359 if (LPR.contains(*S)) in genMuxInBlock()
377 LPR.stepBackward(*I); in genMuxInBlock()
H A DHexagonFrameLowering.cpp1922 LivePhysRegs LPR(HRI); in expandStoreVec2() local
1923 LPR.addLiveIns(B); in expandStoreVec2()
1927 LPR.stepForward(*R, Clobbers); in expandStoreVec2()
1948 if (LPR.contains(SrcLo)) { in expandStoreVec2()
1959 if (LPR.contains(SrcHi)) { in expandStoreVec2()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h197 LivePhysRegs LPR; in recomputeLiveIns() local
199 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/freebsd-13.1/share/dict/
H A Dfreebsd101 LPR
/freebsd-13.1/libexec/bootpd/
H A Dbootptab.mcs24 # lp -- LPR servers
H A Dbootptab.cmu23 # lp -- LPR servers
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1731 LivePhysRegs LPR(TRI); in setKillFlags() local
1733 LPR.addLiveOuts(MBB); in setKillFlags()
1755 if (!LPR.contains(MO.getReg())) in setKillFlags()
1762 if (Defs.test(getFPReg(*MO)) || !LPR.contains(MO->getReg())) in setKillFlags()
1765 LPR.stepBackward(MI); in setKillFlags()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dlog.c89 L(LPR),
H A Dverify_krb5_conf.c256 L(LPR),
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td858 def LPR : UnaryRR <"lpr", 0x10, abs, GR32, GR32>;