Home
last modified time | relevance | path

Searched refs:SL (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<() argument
38 OS << SL.Name; in operator <<()
39 if (SL.Offset > 0) in operator <<()
40 OS << " + " << SL.Offset; in operator <<()
41 if (SL.Dir.size() || SL.Base.size()) { in operator <<()
43 if (!SL.Dir.empty()) { in operator <<()
44 OS << SL.Dir; in operator <<()
45 if (SL.Dir.contains('\\') and not SL.Dir.contains('/')) in operator <<()
50 if (SL.Base.empty()) in operator <<()
53 OS << SL.Base; in operator <<()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1510 SDLoc SL(Op); in split64BitValue() local
1524 SDLoc SL(Op); in getLoHalf64() local
1532 SDLoc SL(Op); in getHiHalf64() local
1664 SL); in WidenOrSplitVectorLoad()
2974 SDLoc SL(N); in performLoadCombine() local
3031 SDLoc SL(N); in performStoreCombine() local
3159 SDLoc SL(N); in performShlCombine() local
3224 SDLoc SL(N); in performSraCombine() local
3259 SDLoc SL(N); in performSrlCombine() local
3300 SDLoc SL(N); in performTruncateCombine() local
[all …]
H A DSIISelLowering.cpp2828 SDLoc SL; in passSpecialInputs() local
4790 SDLoc SL(N); in lowerFCMPIntrinsic() local
4812 SDLoc SL(N); in lowerBALLOTIntrinsic() local
8888 SDLoc SL(N); in performSHLPtrCombine() local
8919 SDLoc SL(N); in performMemSDNodeCombine() local
10016 SDLoc SL(N); in performFMed3Combine() local
10234 SDLoc SL(N); in performInsertVectorEltCombine() local
10308 SDLoc SL(N); in reassociateScalarOps() local
10327 SDLoc SL(N); in performAddCombine() local
10410 SDLoc SL(N); in performSubCombine() local
[all …]
H A DAMDGPUISelDAGToDAG.cpp83 SDLoc SL(N); in packConstantV2I16() local
1200 SDLoc SL(N); in SelectFMA_W_CHAIN() local
1214 SDLoc SL(N); in SelectFMUL_W_CHAIN() local
1229 SDLoc SL(N); in SelectDIV_SCALE() local
1249 SDLoc SL(N); in SelectMAD_64_32() local
2071 SDLoc SL(Addr); in Expand32BitAddress() local
2093 SDLoc SL(Addr); in SelectSMRD() local
2359 SDLoc SL(N); in SelectBRCOND() local
2449 SDLoc SL(N); in SelectATOMIC_CMP_SWAP() local
2572 SDLoc SL(N); in SelectDS_GWS() local
[all …]
H A DSIISelLowering.h47 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
49 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;
51 const SDLoc &SL, SDValue Chain,
57 const SDLoc &SL, SDValue Chain,
130 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
165 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
175 SDValue getCanonicalConstantFP(SelectionDAG &DAG, const SDLoc &SL, EVT VT,
179 SDValue performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
181 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
H A DAMDGPUISelLowering.h80 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL,
90 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
281 const SDLoc &SL,
300 const SDLoc &SL,
304 const SDLoc &SL,
311 EVT VT, const SDLoc &SL,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp63 MSFStreamLayout SL; in createIndexedStream() local
64 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
65 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
74 MSFStreamLayout SL; in createDirectoryStream() local
75 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
76 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
331 MSFStreamLayout SL; in createIndexedStream() local
332 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
341 MSFStreamLayout SL; in createDirectoryStream() local
342 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h125 static bool isInCodeFile(SourceLocation SL, const SourceManager &SM) { in isInCodeFile() argument
126 if (SM.isInMainFile(SL)) in isInCodeFile()
133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
141 return llvm::StringSwitch<bool>(SM.getFilename(SL).rsplit('.').second) in isInCodeFile()
150 bool isInCodeFile(SourceLocation SL) { in isInCodeFile() argument
152 return isInCodeFile(SL, SM); in isInCodeFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp349 const StackLifetime &SL; member in StackLifetime::LifetimeAnnotationWriter
353 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()
363 auto ItBB = SL.BlockInstRange.find(BB); in emitBasicBlockStartAnnot()
364 if (ItBB == SL.BlockInstRange.end()) in emitBasicBlockStartAnnot()
371 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
375 for (const auto &KV : SL.AllocaNumbering) { in printInfoComment()
376 if (SL.isAliveAfter(KV.getFirst(), Instr)) in printInfoComment()
384 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(SL) {} in LifetimeAnnotationWriter() argument
398 StackLifetime SL(F, Allocas, Type); in run() local
399 SL.run(); in run()
[all …]
H A DTypeMetadataUtils.cpp139 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
140 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
143 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
145 Offset - SL->getElementOffset(Op), M); in getPointerAtOffset()
H A DStackSafetyAnalysis.cpp246 const StackLifetime &SL);
333 const StackLifetime &SL) { in analyzeAllUses() argument
344 if (!SL.isReachable(I)) in analyzeAllUses()
351 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
369 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
390 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
453 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run() local
454 SL.run(); in run()
458 analyzeAllUses(AI, UI, SL); in run()
466 analyzeAllUses(&A, UI, SL); in run()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
66 *OutFilename = SL.getFilename(); in __ubsan_get_current_report_data()
67 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
68 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h74 virtual void resetSecLayout(SectionLayout SL) {} in resetSecLayout() argument
220 virtual void resetSecLayout(SectionLayout SL) override { in resetSecLayout() argument
221 verifySecLayout(SL); in resetSecLayout()
229 SecLayout = SL; in resetSecLayout()
230 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
252 virtual void verifySecLayout(SectionLayout SL) = 0;
342 virtual void verifySecLayout(SectionLayout SL) override { in verifySecLayout() argument
343 assert((SL == DefaultLayout || SL == CtxSplitLayout) && in verifySecLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp166 uint32_t SL = CSL->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
172 if (!LogicalSR && (SR > SL)) in INITIALIZE_PASS_DEPENDENCY()
174 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL); in INITIALIZE_PASS_DEPENDENCY()
180 APInt M = CM->getValue().lshr(SL); in INITIALIZE_PASS_DEPENDENCY()
185 uint32_t U = BW - std::max(SL, SR); in INITIALIZE_PASS_DEPENDENCY()
217 if (SL != 0) in INITIALIZE_PASS_DEPENDENCY()
218 NewIn = IRB.CreateShl(NewIn, SL, CSL->getName()); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp45 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() local
46 Offset = SL->getElementOffset(OpC->getZExtValue()); in getMaxPreservedAlignment()
117 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
120 APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx)), in accumulateConstantOffset()
180 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset() local
182 CollectConstantOffset(APInt(BitWidth, SL->getElementOffset(ElementIdx)), in collectOffset()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp148 SourceLocation SL; in checkEndAnalysis() local
160 SL = DL.asLocation(); in checkEndAnalysis()
161 if (SR.isInvalid() || !SL.isValid()) in checkEndAnalysis()
169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c525 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
526 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
531 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
579 current->attr.rr_entry.SL.component + in cd9660_createSL()
585 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
589 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
590 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
596 current->attr.rr_entry.SL.component[ in cd9660_createSL()
601 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
606 current->attr.rr_entry.SL.component[ in cd9660_createSL()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
85 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal()
87 ? SL->getSizeInBytes() in splitGlobal()
88 : SL->getElementOffset(I + 1); in splitGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp225 auto &SL = KV.second; in layOutBlocks()
227 {std::make_pair(&SL.ContentBlocks, "content block"), in layOutBlocks()
228 std::make_pair(&SL.ZeroFillBlocks, "zero-fill block")}) { in layOutBlocks()
299 auto &SL = KV.second; in allocateSegments() local
304 for (auto *SIList : {&SL.ContentBlocks, &SL.ZeroFillBlocks}) in allocateSegments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp153 auto SL = LI.getLoopFor(S); in unifyLoopExits() local
156 if (SL == L || L->contains(SL)) in unifyLoopExits()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp596 SourceLocation SL = Body ? Body->getBeginLoc() : D->getLocation(); in getModeForDecl() local
597 SL = SM.getExpansionLoc(SL); in getModeForDecl()
599 if (!Opts->AnalyzeAll && !Mgr->isInCodeFile(SL)) { in getModeForDecl()
600 if (SL.isInvalid() || SM.isInSystemHeader(SL)) in getModeForDecl()
/freebsd-13.1/share/syscons/fonts/
H A Dhaik8-8x8.fnt29 MQL;&;SL```#;V]O;_P!\QL;`P/C`````>,S`P/#`?,;&QL9_!@```'C,S,Q^
33 M!@```,#`P,#`^,#`\]O;SL```,#`P//;SL#G/&;#PV8\`,`W#&;#QGP`P,#&
H A Diso04-8x14.fnt27 MQL;N[O[6UL;&Q@````#&QN;F]M[.SL;&`````'S&QL;&QL;&QGP`````_&9F
68 M````QL;FYO;>SL[&Q@QX?`!\QL;&QL;&QL9\`````,;&S-CP\-C,QL8,>#AL
70 M9CP8/&8``````@1\SL[6UM;6YN9\0(```,;&QL;&QL;&QGPP'`P8QL;&QL;&
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp639 for (auto &SL : StoreRefsForMemset) in runOnLoopBlock() local
642 for (auto &SL : StoreRefsForMemsetPattern) in runOnLoopBlock() local
667 for (unsigned i = 0, e = SL.size(); i < e; ++i) { in processLoopStores()
670 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores()
671 Value *FirstStorePtr = SL[i]->getPointerOperand(); in processLoopStores()
679 Heads.insert(SL[i]); in processLoopStores()
715 Value *SecondStoredVal = SL[k]->getValueOperand(); in processLoopStores()
727 if (isConsecutiveAccess(SL[i], SL[k], *DL, *SE, false)) { in processLoopStores()
739 Tails.insert(SL[k]); in processLoopStores()
740 Heads.insert(SL[i]); in processLoopStores()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in ComputeValueVTs() local
98 uint64_t EltOffset = SL ? SL->getElementOffset(EI - EB) : 0; in ComputeValueVTs()
141 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in computeValueLLTs() local
143 uint64_t EltOffset = SL ? SL->getElementOffset(I) : 0; in computeValueLLTs()

1234567