Searched refs:PL (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/tools/tools/nanobsd/
H A Dfill_pkg.sh77 PL=$NANO_PACKAGE_DIR/_list
78 true > $PL
81 ports_recurse `pwd`/$PL $i
84 for i in `cat $PL`
95 rm -f $PL
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
55 case MI: return PL;
56 case PL: return MI;
153 case ARMCC::PL: return "pl";
176 .Case("pl", ARMCC::PL)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp449 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop())
451 PL->removeBlockFromLoop(BB);
H A DLoopUnswitch.cpp908 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
911 if (PL)
912 PL->addChildLoop(&New);
H A DSimpleLoopUnswitch.cpp1334 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop())
1335 PL->addBlockEntry(ClonedBB);
/freebsd-11-stable/libexec/getty/
H A Dmain.c327 if (IMP && *IMP && !(PL && PP))
329 if (IM && *IM && !(PL && PP))
356 } else if (!(PL && PP))
358 if (rval == 2 || (PL && PP)) {
H A Dgettytab.h174 #define PL gettyflags[25].value macro
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h187 ISO_RRIP_PLINK PL; member in union:__anon8778
H A Diso9660_rrip.c198 t->attr.rr_entry.PL.dir_loc);
407 /* Handle PL */
410 SUSP_ENTRY_RRIP_PL, "PL", SUSP_LOC_DOTDOT);
486 p->attr.rr_entry.PL.h.length[0] = 12;
487 p->attr.rr_entry.PL.h.version[0] = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp514 void Module::setPICLevel(PICLevel::Level PL) {
515 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL);
528 void Module::setPIELevel(PIELevel::Level PL) {
529 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL);
H A DDIBuilder.cpp60 auto PL = PreservedLabels.find(SP); local
61 if (PL != PreservedLabels.end())
62 RetainedNodes.append(PL->second.begin(), PL->second.end());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h241 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::AArch64CC::CondCode
270 case PL: return "pl";
304 case PL: return 0; // N == 0
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in880 $(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
881 ./config.status subversion/bindings/swig/perl/native/Makefile.PL
883 $(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile.PL
884 cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
911 # Running Makefile.PL at this point *fails* (cannot find ..../.libs) so if the
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp446 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { argument
447 assert(PL.size() == varlist_size() &&
449 std::copy(PL.begin(), PL.end(), varlist_end());
481 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep,
490 Clause->setPrivates(PL);
477 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, Expr *PostUpdate) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h813 void setPICLevel(PICLevel::Level PL);
824 void setPIELevel(PIELevel::Level PL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp130 CC = AArch64CC::PL;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3274 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL;
3275 types::getCompilationPhases(InputType, PL);
3276 LastPLSize = PL.size();
3280 phases::ID InitialPhase = PL[0];
3407 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL;
3408 types::getCompilationPhases(*this, Args, InputType, PL);
3409 if (PL.empty())
3423 for (phases::ID Phase : PL) {
3427 Current, InputArg, Phase, PL.back(), FullPL);
3433 assert(Phase == PL
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp593 if (Loop *PL = LI->getLoopFor(Pred))
594 if (!PL->contains(OldBB))
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S59 .set TSS_ESP0,0x4 # PL 0 ESP
60 .set TSS_SS0,0x8 # PL 0 SS
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S61 .set TSS_ESP0,0x4 # PL 0 ESP
62 .set TSS_SS0,0x8 # PL 0 SS
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp764 for (const auto &PL : D->protocol_locs())
765 Record.AddSourceLocation(PL);
819 for (const auto &PL : D->protocol_locs())
820 Record.AddSourceLocation(PL);
841 for (const auto &PL : D->protocol_locs())
842 Record.AddSourceLocation(PL);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6160 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); local
6161 if (PL == SectionRef())
6162 PL = get_section(O, "__DATA", "__objc_protolist");
6163 if (PL == SectionRef())
6164 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6165 if (PL == SectionRef())
6166 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6167 info.S = PL;
6168 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
6242 SectionRef PL local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp546 PICLevel::Level PL = M->getPICLevel(); local
699 if (PL == PICLevel::SmallPIC && !IsAIX) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp697 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; local
698 EndLoc = *PL;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp433 Preds.first = ARMCC::PL;

Completed in 316 milliseconds

12