Home
last modified time | relevance | path

Searched refs:LP (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp615 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 DDwarfEHPrepare.cpp148 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 DSafeStack.cpp405 } 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 DLoopPass.cpp100 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 DLoopPass.h120 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
121 return LP; in getContainedPass()
/freebsd-12.1/contrib/elftoolchain/ar/
H A Dacpyacc.y105 %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 Dacplex.l68 "(" { return (LP); }
/freebsd-12.1/usr.bin/ar/
H A Dacpyacc.y105 %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 Dacplex.l68 "(" { return (LP); }
/freebsd-12.1/contrib/bearssl/mk/
H A DDefaults.mk30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L
/freebsd-12.1/contrib/bearssl/conf/
H A DUnix.mk13 LP = lib
H A DWin.mk13 LP =
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp325 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 DInstrProfiling.cpp285 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 Datof-generic.c601 #define print_littlenum(LP) (printf (littlenum_format, LP)) argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp726 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 Dpci_vendors4885 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 DIRTranslator.cpp1246 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 Dt5fw_cfg.txt31 # queues, and 0xfff for LP which
H A Dt5fw_cfg_hashfilter.txt31 # queues, and 0xfff for LP which
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp204 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 DStmt.cpp890 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 Dntpq.c123 #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 DBitcodeWriter.cpp2803 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 Dfonts304 >0x22 string LP Embedded OpenType (EOT)

123