Home
last modified time | relevance | path

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

123456

/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp923 SDLoc SL(Op); in getNegatedExpression() local
928 return DAG.getNode(AMDGPUISD::RCP, SL, VT, NegSrc, Op->getFlags()); in getNegatedExpression()
1510 SDLoc SL(Op); in LowerCONCAT_VECTORS() local
1522 SDValue NewIn = DAG.getNode(ISD::BITCAST, SL, NewEltVT, In); in LowerCONCAT_VECTORS()
1531 SDValue BV = DAG.getBuildVector(NewVT, SL, Args); in LowerCONCAT_VECTORS()
1532 return DAG.getNode(ISD::BITCAST, SL, VT, BV); in LowerCONCAT_VECTORS()
1539 return DAG.getBuildVector(Op.getValueType(), SL, Args); in LowerCONCAT_VECTORS()
1544 SDLoc SL(Op); in LowerEXTRACT_SUBVECTOR() local
1560 SDValue Tmp = DAG.getNode(ISD::BITCAST, SL, NewSrcVT, Op.getOperand(0)); in LowerEXTRACT_SUBVECTOR()
1566 Tmp = DAG.getBuildVector(NewVT, SL, Args); in LowerEXTRACT_SUBVECTOR()
[all …]
H A DSIISelLowering.cpp1964 const SDLoc &SL, in lowerKernArgParameterPtr() argument
1982 return DAG.getConstant(Offset, SL, PtrVT); in lowerKernArgParameterPtr()
1985 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL, in lowerKernArgParameterPtr()
1988 return DAG.getObjectPtrOffset(SL, BasePtr, TypeSize::getFixed(Offset)); in lowerKernArgParameterPtr()
1992 const SDLoc &SL) const { in getImplicitArgPtr()
1995 return lowerKernArgParameterPtr(DAG, SL, DAG.getEntryNode(), Offset); in getImplicitArgPtr()
1999 const SDLoc &SL) const { in getLDSKernelId()
2005 return DAG.getConstant(*KnownSize, SL, MVT::i32); in getLDSKernelId()
2010 const SDLoc &SL, SDValue Val, in convertArgType() argument
2019 Val = DAG.getNode(ISD::EXTRACT_SUBVECTOR, SL, NarrowedVT, Val, in convertArgType()
[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,
340 const SDLoc &SL,
359 const SDLoc &SL,
363 const SDLoc &SL,
370 EVT VT, const SDLoc &SL,
H A DAMDGPUISelDAGToDAG.cpp966 SDLoc SL(N); in SelectFMA_W_CHAIN() local
987 SDLoc SL(N); in SelectFMUL_W_CHAIN() local
1002 SDLoc SL(N); in SelectDIV_SCALE() local
1022 SDLoc SL(N); in SelectMAD_64_32() local
1031 SDValue Clamp = CurDAG->getTargetConstant(0, SL, MVT::i1); in SelectMAD_64_32()
1040 SDLoc SL(N); in SelectMUL_LOHI() local
1049 SDValue Zero = CurDAG->getTargetConstant(0, SL, MVT::i64); in SelectMUL_LOHI()
1050 SDValue Clamp = CurDAG->getTargetConstant(0, SL, MVT::i1); in SelectMUL_LOHI()
1052 SDNode *Mad = CurDAG->getMachineNode(Opc, SL, N->getVTList(), Ops); in SelectMUL_LOHI()
1054 SDValue Sub0 = CurDAG->getTargetConstant(AMDGPU::sub0, SL, MVT::i32); in SelectMUL_LOHI()
[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/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp61 MSFStreamLayout SL; in createIndexedStream()
62 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream() local
63 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
65 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
72 MSFStreamLayout SL; in createDirectoryStream()
73 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream() local
74 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
75 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
82 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream()
83 return createStream(Layout.SB->BlockSize, SL, MsfDat in createFpmStream() local
330 MSFStreamLayout SL; createIndexedStream() local
340 MSFStreamLayout SL; createDirectoryStream() local
[all...]
/freebsd/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()
363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) 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
[all …]
H A DTypeMetadataUtils.cpp157 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
158 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
161 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
163 Offset - SL->getElementOffset(Op), M, in getPointerAtOffset()
H A DStackSafetyAnalysis.cpp262 const StackLifetime &SL);
417 const StackLifetime &SL) { in analyzeAllUses() argument
428 if (!SL.isReachable(I)) in analyzeAllUses()
439 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
452 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
488 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
564 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run() local
565 SL.run(); in run()
569 analyzeAllUses(AI, UI, SL); in run()
577 analyzeAllUses(&A, UI, SL); in run()
[all...]
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp51 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
52 ArrayRef<TypeSize> MemberOffsets = SL->getMemberOffsets(); in splitGlobal()
89 if (SrcInRange.getLower().uge(SL->getSizeInBytes())) in splitGlobal()
93 SL->getElementContainingOffset(SrcInRange.getLower().getZExtValue()); in splitGlobal()
96 ? SL->getSizeInBytes() in splitGlobal()
121 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal()
123 ? SL->getSizeInBytes() in splitGlobal()
124 : SL->getElementOffset(I + 1); in splitGlobal()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data()
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()
65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); __ubsan_get_current_report_data() local
/freebsd/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/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/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()
170 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp97 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() local
98 Offset = SL->getElementOffset(OpC->getZExtValue()); in getMaxPreservedAlignment()
174 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
177 APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx)), in accumulateConstantOffset()
236 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset() local
238 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/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()
563 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE; 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()
[all …]
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h104 void setEvalLocation(SourceLocation SL) { this->EvalLocation = SL; } in setEvalLocation() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp197 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
570 for (auto &SL : StoreRefsForMemset) in runOnLoopBlock() local
571 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes); in runOnLoopBlock()
573 for (auto &SL : StoreRefsForMemsetPattern) in runOnLoopBlock() local
574 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No); in runOnLoopBlock()
589 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() argument
598 for (unsigned i = 0, e = SL.size(); i < e; ++i) { in processLoopStores()
599 assert(SL[i]->isSimple() && "Expected only non-volatile stores."); in processLoopStores()
601 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores()
602 Value *FirstStorePtr = SL[i]->getPointerOperand(); in processLoopStores()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in ComputeValueVTs() local
99 SL ? SL->getElementOffset(EI - EB) : TypeSize::getZero(); in ComputeValueVTs()
150 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in computeValueLLTs() local
152 uint64_t EltOffset = SL ? SL->getElementOffset(I) : 0; in computeValueLLTs()
H A DSwitchLoweringUtils.cpp48 std::optional<SDLoc> SL, in findJumpTables() argument
91 if (buildJumpTable(Clusters, 0, N - 1, SI, SL, DefaultMBB, JTCluster)) { in findJumpTables()
182 buildJumpTable(Clusters, First, Last, SI, SL, DefaultMBB, JTCluster)) { in findJumpTables()
195 const std::optional<SDLoc> &SL, in buildJumpTable() argument
257 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr, SL); in buildJumpTable()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-kontron-sl.dtsi11 model = "Kontron SL i.MX6ULL (N641X SOM)";

123456