HomeSort by: relevance | last modified time | path
    Searched refs:LP (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunctionSplitter.cpp 139 for (const MachineBasicBlock *LP : LandingPads) {
140 if (!isColdBlock(*LP, MBFI, PSI))
144 for (MachineBasicBlock *LP : LandingPads)
145 LP->setSectionID(MBBSectionID::ColdSectionID);
DwarfEHPrepare.cpp 131 for (auto *LP : CleanupLPads) {
132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) {
169 if (auto *LP = BB.getLandingPadInst())
170 if (LP->isCleanup())
171 CleanupLPads.push_back(LP);
MachineFunction.cpp 687 LandingPadInfo &LP = LandingPads[i];
688 if (LP.LandingPadBlock == LandingPad)
689 return LP;
698 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
699 LP.BeginLabels.push_back(BeginLabel);
700 LP.EndLabels.push_back(EndLabel);
705 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
706 LP.LandingPadLabel = LandingPadLabel;
752 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]))
    [all...]
SafeStack.cpp 412 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) {
414 StackRestorePoints.push_back(LP);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopPass.h 98 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]);
99 return LP;
  /src/usr.sbin/lpr/common_source/
lp.h 1 /* $NetBSD: lp.h,v 1.25 2011/08/30 19:27:37 joerg Exp $ */
31 * @(#)lp.h 8.2 (Berkeley) 4/28/95
40 extern long BR; /* baud rate if lp is a tty */
44 extern long FC; /* flags to clear if lp is a tty */
46 extern long FS; /* flags to set if lp is a tty */
52 extern const char *LP; /* line printer device name */
54 extern const char *MS; /* stty flags to set if lp is a tty */
68 extern long RW; /* open LP for reading and writing */
common.c 62 #include "lp.h"
63 #include "lp.local.h"
71 long BR; /* baud rate if lp is a tty */
75 long FC; /* flags to clear if lp is a tty */
77 long FS; /* flags to set if lp is a tty */
83 const char *LP; /* line printer device name */
85 const char *MS; /* stty flags to set if lp is a tty */
99 long RW; /* open LP for reading and writing */
211 char *lp = line; local
218 *lp++ = ' '
    [all...]
  /src/crypto/external/bsd/heimdal/dist/cf/
make-proto.pl 171 $LP = "__P((";
174 $LP = "(";
179 s/\</ $LP\n\t/;
181 s/\</ $LP/;
186 s/(.*)\s([a-zA-Z0-9_]+ \Q$LP\E)/$1\n$2/;
  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h 370 _list_add (_list_t *lp)
374 _LIST_NEXT (l) = *lp;
375 *lp = l;
379 _list_remove_nofree (_list_t *lp)
381 _list_t n = *lp;
383 *lp = _LIST_NEXT (n);
387 _list_remove (_list_t *lp)
389 _list_t n = *lp;
391 *lp = _LIST_NEXT (n);
408 _list_t *lp;
406 _list_t *lp; member in struct:_list_iterator
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h 370 _list_add (_list_t *lp)
374 _LIST_NEXT (l) = *lp;
375 *lp = l;
379 _list_remove_nofree (_list_t *lp)
381 _list_t n = *lp;
383 *lp = _LIST_NEXT (n);
387 _list_remove (_list_t *lp)
389 _list_t n = *lp;
391 *lp = _LIST_NEXT (n);
408 _list_t *lp;
406 _list_t *lp; member in struct:_list_iterator
    [all...]
  /src/usr.bin/rdist/
gram.y 55 %term LP 2
109 | LP names RP = {
233 case '(': /* LP */
234 return(LP);
defs.h 58 #define LP 2
  /src/external/gpl3/binutils/dist/gas/
atof-generic.c 629 LITTLENUM_TYPE *lp; local
632 #define print_littlenum(LP) (printf (littlenum_format, LP))
635 for (lp = f->high; lp >= f->low; lp--)
636 print_littlenum (*lp);
638 for (lp = f->low; lp <= f->high; lp++
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
atof-generic.c 629 LITTLENUM_TYPE *lp; local
632 #define print_littlenum(LP) (printf (littlenum_format, LP))
635 for (lp = f->high; lp >= f->low; lp--)
636 print_littlenum (*lp);
638 for (lp = f->low; lp <= f->high; lp++
    [all...]
  /src/usr.sbin/lpr/lpd/
printjob.c 75 #include "lp.h"
76 #include "lp.local.h"
1381 if (!remote && *LP) {
1382 if (strchr(LP, '@') != NULL)
1412 pfd = getport(LP);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1444 pfd = open(LP, RW ? O_RDWR : O_WRONLY);
1450 syslog(LOG_ERR, "%s: %m", LP);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 321 bool allowSpeculativeCounterPromotion(Loop *LP) {
334 bool isPromotionPossible(Loop *LP,
342 if (!LP->hasDedicatedExits())
345 BasicBlock *PH = LP->getLoopPreheader();
352 // Returns the max number of Counter Promotions for LP.
353 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) {
355 LP->getExitBlocks(LoopExitBlocks);
356 if (!isPromotionPossible(LP, LoopExitBlocks))
360 LP->getExitingBlocks(ExitingBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 339 LoopPredication LP(AA, DT, SE, LI, &BPI);
340 return LP.runOnLoop(L);
366 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, &BPI);
367 if (!LP.runOnLoop(&L))
DeadStoreElimination.cpp 347 Value *LP = IIL->getArgOperand(1)->stripPointerCasts();
349 if (LP != EP && !AA.isMustAlias(LP, EP))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 773 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad();
774 if (LP) return LP;
783 LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
786 LP = EmitLandingPad();
789 assert(LP);
794 ir->setCachedLandingPad(LP);
798 return LP;
  /src/external/mpl/bind/dist/bin/tests/system/additional/
tests.sh 62 echo_i "test with LP (+rec) ($n)"
64 $DIG $DIGOPTS +rec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
110 echo_i "test with NID + LP (+rec) ($n)"
115 grep -w "LP" dig.out.$n >/dev/null && ret=1
119 grep -w "LP" dig.out.$n >/dev/null && ret=1
165 echo_i "test with LP (+norec) ($n)"
167 $DIG $DIGOPTS +norec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
213 echo_i "test with NID + LP (+norec) ($n)"
218 grep -w "LP" dig.out.$n >/dev/null && ret=1
222 grep -w "LP" dig.out.$n >/dev/null && ret=
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 772 void Parser::ParseLexedPragma(LateParsedPragma &LP) {
774 PP.EnterTokenStream(LP.toks(), /*DisableMacroExpansion=*/true,
782 AccessSpecifier AS = LP.getAccessSpecifier();
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 2194 for (auto &LP : CallSiteNumToLPad[CSI]) {
2195 LPadList.push_back(LP);
2196 InvokeBBs.insert(LP->pred_begin(), LP->pred_end());
2398 for (auto &LP : LPadList)
2399 if (SeenMBBs.insert(LP).second)
2400 DispContBB->addSuccessor(LP);
2447 for (auto &LP : MBBLPads)
2448 LP->setIsEHPad(false);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 197 LandingPadInst::LandingPadInst(const LandingPadInst &LP)
198 : Instruction(LP.getType(), Instruction::LandingPad, nullptr,
199 LP.getNumOperands()),
200 ReservedSpace(LP.getNumOperands()) {
201 allocHungoffUses(LP.getNumOperands());
203 const Use *InOL = LP.getOperandList();
207 setCleanup(LP.isCleanup());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2501 const LandingPadInst &LP = cast<LandingPadInst>(U);
2519 if (LP.getType()->isTokenTy())
2533 LLT Ty = getLLTForType(*LP.getType(), *DL);
2538 for (Type *Ty : cast<StructType>(LP.getType())->elements())
2548 ArrayRef<Register> ResRegs = getOrCreateVRegs(LP);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 124 #define LP 3 /* leap (print in binary) */
140 { "leap", LP },
3746 case LP:

Completed in 97 milliseconds

1 2