| /llvm-project-15.0.7/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 311 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 D | dsymutil.cpp | 412 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 D | ARMBaseInfo.h | 36 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 D | tag-types.cpp | 61 long *PL; member in Class 84 const long *PL; member
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | phi.ll | 12 ; 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 D | struct.ll | 158 …; 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 D | LoopSimplifyCFG.cpp | 451 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local 453 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
|
| H A D | SimpleLoopUnswitch.cpp | 1454 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 D | rename.s | 22 # 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 D | Module.cpp | 598 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 D | DIBuilder.cpp | 70 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 D | FindTarget.cpp | 551 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 D | Selection.cpp | 689 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 D | AArch64BaseInfo.h | 260 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 D | CXX.cpp | 394 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 D | AArch64GlobalISelUtils.cpp | 139 CondCode = AArch64CC::PL; in changeFCMPPredToAArch64CC()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 847 void setPICLevel(PICLevel::Level PL); 858 void setPIELevel(PIELevel::Level PL);
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CondBrTuning.cpp | 127 CC = AArch64CC::PL; in convertToCondBr()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 501 Loop *cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 542 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 D | Driver.cpp | 3931 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 D | ASTWriterDecl.cpp | 771 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 D | LoopUtils.cpp | 1542 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 D | MachODump.cpp | 6175 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 D | loop-pipelining.mlir | 145 // NOEPILOGUE-NEXT: %[[PL:.*]] = memref.load %[[A]][%[[IV2]]] : memref<?xf32> 146 // NOEPILOGUE-NEXT: scf.yield %[[PL]] : f32
|