Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp38 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<() argument
39 OS << SL.Name; in operator <<()
40 if (SL.Offset > 0) in operator <<()
41 OS << " + " << SL.Offset; in operator <<()
42 if (SL.Dir.size() || SL.Base.size()) { in operator <<()
44 if (!SL.Dir.empty()) { in operator <<()
45 OS << SL.Dir; in operator <<()
46 if (SL.Dir.contains('\\') && !SL.Dir.contains('/')) in operator <<()
51 if (SL.Base.empty()) in operator <<()
54 OS << SL.Base; in operator <<()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1469 SDLoc SL(Op); in LowerCONCAT_VECTORS() local
1503 SDLoc SL(Op); in LowerEXTRACT_SUBVECTOR() local
1663 SDLoc SL(Op); in split64BitValue() local
1817 SL); in WidenOrSplitVectorLoad()
3755 SDLoc SL(N); in performLoadCombine() local
3811 SDLoc SL(N); in performStoreCombine() local
3951 SDLoc SL(N); in performShlCombine() local
4016 SDLoc SL(N); in performSraCombine() local
4051 SDLoc SL(N); in performSrlCombine() local
4091 SDLoc SL(N); in performTruncateCombine() local
[all …]
H A DSIISelLowering.cpp3357 SDLoc SL; in passSpecialInputs() local
3931 SDLoc SL(Op); in LowerSTACKSAVE() local
3945 SDLoc SL(Op); in lowerGET_ROUNDING() local
5824 SDLoc SL(N); in lowerFCMPIntrinsic() local
5846 SDLoc SL(N); in lowerBALLOTIntrinsic() local
11151 SDLoc SL(N); in performSHLPtrCombine() local
11182 SDLoc SL(N); in performMemSDNodeCombine() local
12975 SDLoc SL(N); in performFMed3Combine() local
13206 SDLoc SL(N); in performInsertVectorEltCombine() local
13255 SDLoc SL(N); in performFPRoundCombine() local
[all …]
H A DAMDGPUISelLowering.h71 const SDLoc SL, SDValue Op,
77 SDValue LowerFLOGUnsafe(SDValue Op, const SDLoc &SL, SelectionDAG &DAG,
81 SDValue lowerFEXPUnsafe(SDValue Op, const SDLoc &SL, SelectionDAG &DAG,
83 SDValue lowerFEXP10Unsafe(SDValue Op, const SDLoc &SL, SelectionDAG &DAG,
109 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL,
120 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
326 const SDLoc &SL,
345 const SDLoc &SL,
349 const SDLoc &SL,
356 EVT VT, const SDLoc &SL,
H A DAMDGPUISelDAGToDAG.cpp942 SDLoc SL(N); in SelectFMA_W_CHAIN() local
963 SDLoc SL(N); in SelectFMUL_W_CHAIN() local
978 SDLoc SL(N); in SelectDIV_SCALE() local
998 SDLoc SL(N); in SelectMAD_64_32() local
1016 SDLoc SL(N); in SelectMUL_LOHI() local
2050 SDLoc SL(Addr); in Expand32BitAddress() local
2427 SDLoc SL(N); in SelectBRCOND() local
2560 SDLoc SL(N); in SelectDS_GWS() local
2764 SDLoc SL(N); in SelectSTACKRESTORE() local
3460 SDLoc SL(In); in getHi16Elt() local
[all …]
H A DSIISelLowering.h48 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
50 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;
51 SDValue getLDSKernelId(SelectionDAG &DAG, const SDLoc &SL) const;
53 const SDLoc &SL, SDValue Chain,
62 const SDLoc &SL, SDValue Chain,
143 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
184 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
194 SDValue getCanonicalConstantFP(SelectionDAG &DAG, const SDLoc &SL, EVT VT,
198 SDValue performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
200 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp61 MSFStreamLayout SL; in createIndexedStream() local
62 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
63 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
72 MSFStreamLayout SL; in createDirectoryStream() local
73 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
74 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
329 MSFStreamLayout SL; in createIndexedStream() local
330 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
339 MSFStreamLayout SL; in createDirectoryStream() local
340 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp358 const StackLifetime &SL; member in StackLifetime::LifetimeAnnotationWriter
362 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()
372 auto ItBB = SL.BlockInstRange.find(BB); in emitBasicBlockStartAnnot()
373 if (ItBB == SL.BlockInstRange.end()) in emitBasicBlockStartAnnot()
380 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
384 for (const auto &KV : SL.AllocaNumbering) { in printInfoComment()
385 if (SL.isAliveAfter(KV.getFirst(), Instr)) in printInfoComment()
393 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(SL) {} in LifetimeAnnotationWriter() argument
407 StackLifetime SL(F, Allocas, Type); in run() local
408 SL.run(); in run()
[all …]
H A DTypeMetadataUtils.cpp143 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
144 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
147 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
149 Offset - SL->getElementOffset(Op), M, in getPointerAtOffset()
H A DStackSafetyAnalysis.cpp254 const StackLifetime &SL);
395 const StackLifetime &SL) { in analyzeAllUses() argument
406 if (!SL.isReachable(I)) in analyzeAllUses()
417 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
430 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
466 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
542 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run() local
543 SL.run(); in run()
547 analyzeAllUses(AI, UI, SL); in run()
555 analyzeAllUses(&A, UI, SL); in run()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
67 *OutFilename = SL.getFilename(); in __ubsan_get_current_report_data()
68 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
69 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h131 virtual void resetSecLayout(SectionLayout SL) {} in resetSecLayout() argument
286 void resetSecLayout(SectionLayout SL) override { in resetSecLayout() argument
287 verifySecLayout(SL); in resetSecLayout()
295 SecLayout = SL; in resetSecLayout()
296 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
320 virtual void verifySecLayout(SectionLayout SL) = 0;
411 void verifySecLayout(SectionLayout SL) override { in verifySecLayout() argument
412 assert((SL == DefaultLayout || SL == CtxSplitLayout) && in verifySecLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp83 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() local
84 Offset = SL->getElementOffset(OpC->getZExtValue()); in getMaxPreservedAlignment()
151 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
154 APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx)), in accumulateConstantOffset()
213 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset() local
215 CollectConstantOffset(APInt(BitWidth, SL->getElementOffset(ElementIdx)), in collectOffset()
H A DDataLayout.cpp725 StructLayout *&SL = (*STM)[Ty]; in getStructLayout() local
726 if (SL) return SL; in getStructLayout()
735 SL = L; in getStructLayout()
983 const StructLayout *SL = getStructLayout(STy); in getGEPIndexForOffset() local
985 if (IntOffset >= SL->getSizeInBytes()) in getGEPIndexForOffset()
988 unsigned Index = SL->getElementContainingOffset(IntOffset); in getGEPIndexForOffset()
989 Offset -= SL->getElementOffset(Index); in getGEPIndexForOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp147 SourceLocation SL; in checkEndAnalysis() local
159 SL = DL.asLocation(); in checkEndAnalysis()
160 if (SR.isInvalid() || !SL.isValid()) in checkEndAnalysis()
168 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp70 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
83 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal()
85 ? SL->getSizeInBytes() in splitGlobal()
86 : SL->getElementOffset(I + 1); in splitGlobal()
/freebsd-14.2/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c521 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
522 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
527 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
575 current->attr.rr_entry.SL.component + in cd9660_createSL()
581 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
585 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
586 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
592 current->attr.rr_entry.SL.component[ in cd9660_createSL()
597 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
602 current->attr.rr_entry.SL.component[ in cd9660_createSL()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h178 std::optional<SDLoc> SL; // For SelectionDAG member
181 std::optional<SDLoc> SL) in JumpTable()
182 : Reg(R), JTI(J), MBB(M), Default(D), SL(SL) {} in JumpTable()
277 std::optional<SDLoc> SL, MachineBasicBlock *DefaultMBB,
282 const std::optional<SDLoc> &SL,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp158 auto SL = LI.getLoopFor(S); in unifyLoopExits() local
161 if (SL == L || L->contains(SL)) in unifyLoopExits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp565 for (auto &SL : StoreRefsForMemset) in runOnLoopBlock() local
568 for (auto &SL : StoreRefsForMemsetPattern) in runOnLoopBlock() local
593 for (unsigned i = 0, e = SL.size(); i < e; ++i) { in processLoopStores()
596 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores()
597 Value *FirstStorePtr = SL[i]->getPointerOperand(); in processLoopStores()
605 Heads.insert(SL[i]); in processLoopStores()
641 Value *SecondStoredVal = SL[k]->getValueOperand(); in processLoopStores()
653 if (isConsecutiveAccess(SL[i], SL[k], *DL, *SE, false)) { in processLoopStores()
665 Tails.insert(SL[k]); in processLoopStores()
666 Heads.insert(SL[i]); in processLoopStores()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6ull-kontron-sl.dtsi11 model = "Kontron SL i.MX6ULL (N641X SOM)";
H A Dimx6ul-kontron-sl.dtsi12 model = "Kontron SL i.MX6UL (N631X SOM)";
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp48 std::optional<SDLoc> SL, in findJumpTables() argument
91 if (buildJumpTable(Clusters, 0, N - 1, SI, SL, DefaultMBB, JTCluster)) { in findJumpTables()
181 buildJumpTable(Clusters, First, Last, SI, SL, DefaultMBB, JTCluster)) { in findJumpTables()
194 const std::optional<SDLoc> &SL, in buildJumpTable() argument
256 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr, SL); in buildJumpTable()

123456