Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp311 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
313 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceLocation()
314 OS << ":" << PL.getLine() << ":" in printSourceLocation()
315 << PL.getColumn(); in printSourceLocation()
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
325 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceRange()
326 OS << " [" << PL.getLine() << ":" in printSourceRange()
327 << PL.getColumn(); in printSourceRange()
331 PL = SM.getPresumedLoc(end); in printSourceRange()
333 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
[all …]
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp412 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
413 PL << "</string>\n" in createPlistFile()
423 PL << "\t\t<string>"; in createPlistFile()
425 PL << "</string>\n"; in createPlistFile()
429 PL << "\t\t<string>"; in createPlistFile()
431 PL << "</string>\n"; in createPlistFile()
435 PL << "\t\t<string>"; in createPlistFile()
436 printHTMLEscaped(Toolchain, PL); in createPlistFile()
437 PL << "</string>\n"; in createPlistFile()
440 PL << "\t</dict>\n" in createPlistFile()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp61 long *PL; member in Class
84 const long *PL; member
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dphi.ll12 ; CHECK: %[[#PL:]] = phi { i[[#SBITS]], i[[#SBITS]] } [ %[[#AL0]], %T ], [ %[[#AL1]], %F ]
13 ; CHECK: store { i[[#SBITS]], i[[#SBITS]] } %[[#PL]], ptr @__dfsan_retval_tls, align [[ALIGN]]
H A Dstruct.ll158 …; COMBINE_STORE_PTR: [[PL:%.*]] = load i[[#SBITS]], i[[#SBITS]]* bitcast ([[TLS_ARR]]* @__dfsan_ar…
163 ; COMBINE_STORE_PTR: [[E:%.*]] = or i[[#SBITS]] [[SL01]], [[PL]]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp451 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
453 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
H A DSimpleLoopUnswitch.cpp1454 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops() local
1455 PL->addBlockEntry(ClonedBB); in buildClonedLoops()
/llvm-project-15.0.7/lld/test/MachO/
H A Drename.s22 # RUN: -rename_segment H#SHY_SEG PL+SSY_SEG \
27 # BAD2-DAG: error: invalid name for segment or section: PL+SSY_SEG
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp598 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
599 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL); in setPICLevel()
612 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
613 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()
H A DDIBuilder.cpp70 auto PL = PreservedLabels.find(SP); in finalizeSubprogram() local
71 if (PL != PreservedLabels.end()) in finalizeSubprogram()
72 RetainedNodes.append(PL->second.begin(), PL->second.end()); in finalizeSubprogram()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp551 else if (const ObjCProtocolLoc *PL = N.get<ObjCProtocolLoc>()) in allTargetDecls() local
552 Finder.add(PL->getProtocol(), Flags); in allTargetDecls()
1071 if (const ObjCProtocolLoc *PL = N.get<ObjCProtocolLoc>()) in explicitReference() local
1073 PL->getLocation(), in explicitReference()
1075 {PL->getProtocol()}}}; in explicitReference()
H A DSelection.cpp689 bool TraverseObjCProtocolLoc(ObjCProtocolLoc PL) { in TraverseObjCProtocolLoc() argument
690 return traverseNode(&PL, [&] { return Base::TraverseObjCProtocolLoc(PL); }); in TraverseObjCProtocolLoc()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h260 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
289 case PL: return "pl"; in getCondCodeName()
323 case PL: return 0; // N == 0 in getNZCVToSatisfyCondCode()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/
H A DCXX.cpp394 const Language *PL = new Language{ in getLanguage() local
400 return *PL; in getLanguage()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp139 CondCode = AArch64CC::PL; in changeFCMPPredToAArch64CC()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h847 void setPICLevel(PICLevel::Level PL);
858 void setPIELevel(PIELevel::Level PL);
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp127 CC = AArch64CC::PL; in convertToCondBr()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h501 Loop *cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp542 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { in setPrivates() argument
543 assert(PL.size() == varlist_size() && in setPrivates()
545 std::copy(PL.begin(), PL.end(), varlist_end()); in setPrivates()
577 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create() argument
586 Clause->setPrivates(PL); in Create()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp3931 auto PL = types::getCompilationPhases(InputType); in handleArguments() local
3932 LastPLSize = PL.size(); in handleArguments()
3936 phases::ID InitialPhase = PL[0]; in handleArguments()
4069 auto PL = types::getCompilationPhases(*this, Args, InputType); in BuildActions() local
4070 if (PL.empty()) in BuildActions()
4084 for (phases::ID Phase : PL) { in BuildActions()
4089 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4095 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4109 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4452 auto PL = types::getCompilationPhases(*this, Args, InputType); in BuildOffloadingActions() local
[all …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp771 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl() local
772 Record.AddSourceLocation(PL); in VisitObjCInterfaceDecl()
826 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl() local
827 Record.AddSourceLocation(PL); in VisitObjCProtocolDecl()
848 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl() local
849 Record.AddSourceLocation(PL); in VisitObjCCategoryDecl()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1542 Loop *llvm::cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in cloneLoop() argument
1545 if (PL) in cloneLoop()
1546 PL->addChildLoop(&New); in cloneLoop()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp6175 if (PL == SectionRef()) in printObjc2_64bit_MetaData()
6176 PL = get_section(O, "__DATA", "__objc_protolist"); in printObjc2_64bit_MetaData()
6177 if (PL == SectionRef()) in printObjc2_64bit_MetaData()
6179 if (PL == SectionRef()) in printObjc2_64bit_MetaData()
6181 info.S = PL; in printObjc2_64bit_MetaData()
6182 walk_pointer_list_64("protocol", PL, O, &info, nullptr); in printObjc2_64bit_MetaData()
6256 if (PL == SectionRef()) in printObjc2_32bit_MetaData()
6257 PL = get_section(O, "__DATA", "__objc_protolist"); in printObjc2_32bit_MetaData()
6258 if (PL == SectionRef()) in printObjc2_32bit_MetaData()
6260 if (PL == SectionRef()) in printObjc2_32bit_MetaData()
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dloop-pipelining.mlir145 // NOEPILOGUE-NEXT: %[[PL:.*]] = memref.load %[[A]][%[[IV2]]] : memref<?xf32>
146 // NOEPILOGUE-NEXT: scf.yield %[[PL]] : f32

12