| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 615 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local 616 if (LP.LandingPadBlock == LandingPad) in getOrCreateLandingPadInfo() 617 return LP; in getOrCreateLandingPadInfo() 627 LP.BeginLabels.push_back(BeginLabel); in addInvoke() 628 LP.EndLabels.push_back(EndLabel); in addInvoke() 634 LP.LandingPadLabel = LandingPadLabel; in addLandingPad() 682 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo() 691 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo() 742 LP.TypeIds.push_back(0); in addCleanup() 752 LP.SEHHandlers.push_back(Handler); in addSEHCatchHandler() [all …]
|
| H A D | DwarfEHPrepare.cpp | 148 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local 149 if (isPotentiallyReachable(LP, RI, DT)) { in pruneUnreachableResumes() 190 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 191 if (LP->isCleanup()) in InsertUnwindResumeCalls() 192 CleanupLPads.push_back(LP); in InsertUnwindResumeCalls()
|
| H A D | SafeStack.cpp | 405 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local 407 StackRestorePoints.push_back(LP); in findInsts()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 100 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis() local 101 LP->cloneBasicBlockAnalysis(From, To, L); in cloneBasicBlockSimpleAnalysis() 113 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue() local 114 LP->deleteAnalysisValue(V, L); in deleteSimpleAnalysisValue() 121 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop() local 122 LP->deleteAnalysisLoop(L); in deleteSimpleAnalysisLoop()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopPass.h | 120 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local 121 return LP; in getContainedPass()
|
| /freebsd-12.1/contrib/elftoolchain/ar/ |
| H A D | acpyacc.y | 105 %token LP 167 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); } 189 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); } 190 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
|
| H A D | acplex.l | 68 "(" { return (LP); }
|
| /freebsd-12.1/usr.bin/ar/ |
| H A D | acpyacc.y | 105 %token LP 167 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); } 189 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); } 190 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
|
| H A D | acplex.l | 68 "(" { return (LP); }
|
| /freebsd-12.1/contrib/bearssl/mk/ |
| H A D | Defaults.mk | 30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L
|
| /freebsd-12.1/contrib/bearssl/conf/ |
| H A D | Unix.mk | 13 LP = lib
|
| H A D | Win.mk | 13 LP =
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 325 LoopPredication LP(SE, &BPI); in runOnLoop() local 326 return LP.runOnLoop(L); in runOnLoop() 351 LoopPredication LP(&AR.SE, BPI); in run() local 352 if (!LP.runOnLoop(&L)) in run()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 285 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion() argument 297 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop() argument 300 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop() 306 if (!LP->hasDedicatedExits()) in getMaxNumOfPromotionsInLoop() 309 BasicBlock *PH = LP->getLoopPreheader(); in getMaxNumOfPromotionsInLoop() 314 LP->getExitingBlocks(ExitingBlocks); in getMaxNumOfPromotionsInLoop()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | atof-generic.c | 601 #define print_littlenum(LP) (printf (littlenum_format, LP)) argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 726 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad(); in getInvokeDestImpl() local 727 if (LP) return LP; in getInvokeDestImpl() 736 LP = getEHDispatchBlock(EHStack.getInnermostEHScope()); in getInvokeDestImpl() 739 LP = EmitLandingPad(); in getInvokeDestImpl() 742 assert(LP); in getInvokeDestImpl() 747 ir->setCachedLandingPad(LP); in getInvokeDestImpl() 751 return LP; in getInvokeDestImpl()
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 4885 102b 2061 PJ-40LP 4914 102b 2080 M9140 LP PCIe x16 4922 102b 2240 M9148 LP PCIe x16 4923 102b 2241 M9138 LP PCIe x16 4925 102b 22c0 M9128 LP PCIe x16 4965 102b 2c21 QID LP PCI LW 4966 102b 2c31 QID LP PCI 4986 102b 30c7 QID LP PCIe 19006 155e LP Elektronik GmbH 29785 9d21 Sunrise Point-LP PMC [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1246 const LandingPadInst &LP = cast<LandingPadInst>(U); in translateLandingPad() local 1264 if (LP.getType()->isTokenTy()) in translateLandingPad() 1272 LLT Ty = getLLTForType(*LP.getType(), *DL); in translateLandingPad() 1277 for (Type *Ty : cast<StructType>(LP.getType())->elements()) in translateLandingPad() 1287 ArrayRef<unsigned> ResRegs = getOrCreateVRegs(LP); in translateLandingPad()
|
| /freebsd-12.1/sys/dev/cxgbe/firmware/ |
| H A D | t5fw_cfg.txt | 31 # queues, and 0xfff for LP which
|
| H A D | t5fw_cfg_hashfilter.txt | 31 # queues, and 0xfff for LP which
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 204 LandingPadInst::LandingPadInst(const LandingPadInst &LP) in LandingPadInst() argument 205 : Instruction(LP.getType(), Instruction::LandingPad, nullptr, in LandingPadInst() 206 LP.getNumOperands()), in LandingPadInst() 207 ReservedSpace(LP.getNumOperands()) { in LandingPadInst() 208 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 210 const Use *InOL = LP.getOperandList(); in LandingPadInst() 214 setCleanup(LP.isCleanup()); in LandingPadInst()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Stmt.cpp | 890 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt() argument 892 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP) in ForStmt()
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 123 #define LP 3 /* leap (print in binary) */ macro 139 { "leap", LP }, 3697 case LP: in cookedprint()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2803 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local 2805 Vals.push_back(VE.getTypeID(LP.getType())); in writeInstruction() 2806 Vals.push_back(LP.isCleanup()); in writeInstruction() 2807 Vals.push_back(LP.getNumClauses()); in writeInstruction() 2808 for (unsigned I = 0, E = LP.getNumClauses(); I != E; ++I) { in writeInstruction() 2809 if (LP.isCatch(I)) in writeInstruction() 2813 pushValueAndType(LP.getClause(I), InstID, Vals); in writeInstruction()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | fonts | 304 >0x22 string LP Embedded OpenType (EOT)
|