Searched refs:SL (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { argument
38 OS << SL.Name;
39 if (SL.Offset > 0)
40 OS << " + " << SL.Offset;
41 if (SL.Dir.size() || SL.Base.size()) {
43 if (!SL.Dir.empty()) {
44 OS << SL.Dir;
45 if (SL.Dir.contains('\\') and not SL
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); local
66 *OutFilename = SL.getFilename();
67 *OutLine = SL.getLine();
68 *OutCol = SL.getColumn();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h125 static bool isInCodeFile(SourceLocation SL, const SourceManager &SM) { argument
126 if (SM.isInMainFile(SL))
133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL));
141 return llvm::StringSwitch<bool>(SM.getFilename(SL).rsplit('.').second)
150 bool isInCodeFile(SourceLocation SL) { argument
152 return isInCodeFile(SL, SM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1342 SDLoc SL(Op);
1343 SDValue Lo = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(0));
1344 SDValue Hi = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(1));
1346 SDValue BV = DAG.getBuildVector(MVT::v2i32, SL, { Lo, Hi });
1347 return DAG.getNode(ISD::BITCAST, SL, VT, BV);
1444 SDLoc SL(Op);
1446 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op);
1448 const SDValue Zero = DAG.getConstant(0, SL, MVT::i32);
1449 const SDValue One = DAG.getConstant(1, SL, MVT::i32);
1451 SDValue Lo = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MV
2119 extractF64Exponent(SDValue Hi, const SDLoc &SL, SelectionDAG &DAG) argument
3019 splitBinaryBitConstantOpImpl( DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS, uint32_t ValLo, uint32_t ValHi) const argument
3283 getMul24(SelectionDAG &DAG, const SDLoc &SL, SDValue N0, SDValue N1, unsigned Size, bool Signed) argument
3454 performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS, SDValue RHS, DAGCombinerInfo &DCI) const argument
3489 distributeOpThroughSelect(TargetLowering::DAGCombinerInfo &DCI, unsigned Op, const SDLoc &SL, SDValue Cond, SDValue N1, SDValue N2) argument
4115 CreateLiveInRegister(SelectionDAG &DAG, const TargetRegisterClass *RC, Register Reg, EVT VT, const SDLoc &SL, bool RawReg) const argument
4151 loadStackInputValue(SelectionDAG &DAG, EVT VT, const SDLoc &SL, int64_t Offset) const argument
4167 storeStackInputValue(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain, SDValue ArgVal, int64_t Offset) const argument
4181 loadInputValue(SelectionDAG &DAG, const TargetRegisterClass *RC, EVT VT, const SDLoc &SL, const ArgDescriptor &Arg) const argument
[all...]
H A DSIISelLowering.cpp1521 const SDLoc &SL,
1537 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL,
1540 return DAG.getObjectPtrOffset(SL, BasePtr, Offset);
1544 const SDLoc &SL) const {
1547 return lowerKernArgParameterPtr(DAG, SL, DAG.getEntryNode(), Offset);
1551 const SDLoc &SL, SDValue Val,
1560 Val = DAG.getNode(ISD::EXTRACT_SUBVECTOR, SL, NarrowedVT, Val,
1561 DAG.getConstant(0, SL, MVT::i32));
1568 Val = DAG.getNode(Opc, SL, MemVT, Val, DAG.getValueType(VT));
1572 Val = getFPExtOrFPRound(DAG, Val, SL, V
1520 lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain, uint64_t Offset) const argument
1550 convertArgType(SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val, bool Signed, const ISD::InputArg *Arg) const argument
1581 lowerKernargMemParameter( SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Chain, uint64_t Offset, Align Alignment, bool Signed, const ISD::InputArg *Arg) const argument
1624 lowerStackParameter(SelectionDAG &DAG, CCValAssign &VA, const SDLoc &SL, SDValue Chain, const ISD::InputArg &Arg) const argument
2650 SDLoc SL; local
7708 getLoadExtOrTrunc(SelectionDAG &DAG, ISD::LoadExtType ExtType, SDValue Op, const SDLoc &SL, EVT VT) argument
8048 getFPBinOp(SelectionDAG &DAG, unsigned Opcode, const SDLoc &SL, EVT VT, SDValue A, SDValue B, SDValue GlueChain, SDNodeFlags Flags) argument
8070 getFPTernOp(SelectionDAG &DAG, unsigned Opcode, const SDLoc &SL, EVT VT, SDValue A, SDValue B, SDValue C, SDValue GlueChain, SDNodeFlags Flags) argument
8148 getSPDenormModeValue(int SPDenormMode, SelectionDAG &DAG, const SDLoc &SL, const GCNSubtarget *ST) argument
8629 splitBinaryBitConstantOp( DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS, const ConstantSDNode *CRHS) const argument
9386 getCanonicalConstantFP( SelectionDAG &DAG, const SDLoc &SL, EVT VT, const APFloat &C) const argument
9525 performIntMed3ImmCombine( SelectionDAG &DAG, const SDLoc &SL, SDValue Op0, SDValue Op1, bool Signed) const argument
9575 performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL, SDValue Op0, SDValue Op1) const argument
10014 getMad64_32(SelectionDAG &DAG, const SDLoc &SL, EVT VT, SDValue N0, SDValue N1, SDValue N2, bool Signed) argument
[all...]
H A DAMDGPUISelDAGToDAG.cpp110 SDLoc SL(N);
114 return DAG.getMachineNode(AMDGPU::S_MOV_B32, SL, N->getValueType(0),
115 DAG.getTargetConstant(K, SL, MVT::i32));
1092 SDLoc SL(N);
1106 SDLoc SL(N);
1121 SDLoc SL(N);
1136 SDLoc SL(N);
1140 SDValue Clamp = CurDAG->getTargetConstant(0, SL, MVT::i1);
1802 SDLoc SL(ByteOffsetNode);
1808 Offset = CurDAG->getTargetConstant(*EncodedOffset, SL, MV
[all...]
H A DAMDGPUISelLowering.h83 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL,
94 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
293 const SDLoc &SL,
312 const SDLoc &SL,
316 const SDLoc &SL,
323 EVT VT, const SDLoc &SL,
H A DSIISelLowering.h40 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
42 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;
44 const SDLoc &SL, SDValue Chain,
50 const SDLoc &SL, SDValue Chain,
117 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
148 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
158 SDValue getCanonicalConstantFP(SelectionDAG &DAG, const SDLoc &SL, EVT VT,
162 SDValue performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
164 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp45 const StructLayout *SL = DL.getStructLayout(STy); local
46 Offset = SL->getElementOffset(OpC->getZExtValue());
109 const StructLayout *SL = DL.getStructLayout(STy); local
112 APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx)),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp320 const StackLifetime &SL; member in class:StackLifetime::LifetimeAnnotationWriter
324 for (const auto &KV : SL.AllocaNumbering) {
325 if (SL.LiveRanges[KV.getSecond()].test(InstrNo))
334 auto ItBB = SL.BlockInstRange.find(BB);
335 if (ItBB == SL.BlockInstRange.end())
342 if (!Instr || !SL.isReachable(Instr))
346 for (const auto &KV : SL.AllocaNumbering) {
347 if (SL.isAliveAfter(KV.getFirst(), Instr))
355 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(S argument
[all...]
H A DTypeMetadataUtils.cpp142 const StructLayout *SL = DL.getStructLayout(C->getType()); local
143 if (Offset >= SL->getSizeInBytes())
146 unsigned Op = SL->getElementContainingOffset(Offset);
148 Offset - SL->getElementOffset(Op), M);
H A DStackSafetyAnalysis.cpp211 const StackLifetime &SL);
296 const StackLifetime &SL) {
307 if (!SL.isReachable(I))
314 if (AI && !SL.isAliveAfter(AI, I)) {
332 if (AI && !SL.isAliveAfter(AI, I)) {
353 if (AI && !SL.isAliveAfter(AI, I)) {
412 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must);
413 SL.run();
417 analyzeAllUses(AI, UI, SL);
425 analyzeAllUses(&A, UI, SL);
294 analyzeAllUses(Value *Ptr, UseInfo<GlobalValue> &US, const StackLifetime &SL) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp63 MSFStreamLayout SL;
64 SL.Blocks = Layout.StreamMap[StreamIndex];
65 SL.Length = Layout.StreamSizes[StreamIndex];
67 Layout.SB->BlockSize, SL, MsfData, Allocator);
74 MSFStreamLayout SL; local
75 SL.Blocks = Layout.DirectoryBlocks;
76 SL.Length = Layout.SB->NumDirectoryBytes;
77 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator);
84 MSFStreamLayout SL(getFpmStreamLayout(Layout));
85 return createStream(Layout.SB->BlockSize, SL, MsfDat
341 MSFStreamLayout SL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp166 uint32_t SL = CSL->getZExtValue(); local
172 if (!LogicalSR && (SR > SL))
174 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL);
180 APInt M = CM->getValue().lshr(SL);
185 uint32_t U = BW - std::max(SL, SR);
217 if (SL != 0)
218 NewIn = IRB.CreateShl(NewIn, SL, CSL->getName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 const StructLayout *SL = DL.getStructLayout(Init->getType()); local
85 unsigned SplitBegin = SL->getElementOffset(I);
87 ? SL->getSizeInBytes()
88 : SL->getElementOffset(I + 1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp148 SourceLocation SL; local
160 SL = DL.asLocation();
161 if (SR.isInvalid() || !SL.isValid())
169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp149 auto SL = LI.getLoopFor(S); local
152 if (SL == L || L->contains(SL))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp209 auto &SL = KV.second;
211 {std::make_pair(&SL.ContentBlocks, "content block"),
212 std::make_pair(&SL.ZeroFillBlocks, "zero-fill block")}) {
282 auto &SL = KV.second; local
287 for (auto *SIList : {&SL.ContentBlocks, &SL.ZeroFillBlocks})
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c352 /* SL - Symbolic link */
523 SUSP_ENTRY_RRIP_SL, "SL", SUSP_LOC_ENTRY);
525 current->attr.rr_entry.SL.h.version[0] = 1;
526 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
531 memcpy(current->attr.rr_entry.SL.component + path_count,
567 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE;
579 current->attr.rr_entry.SL.component +
585 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
588 SUSP_ENTRY_RRIP_SL, "SL", SUSP_LOC_ENTRY);
589 current->attr.rr_entry.SL
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp177 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
581 for (auto &SL : StoreRefsForMemset)
582 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes);
584 for (auto &SL : StoreRefsForMemsetPattern)
585 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No);
612 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, argument
621 for (unsigned i = 0, e = SL.size(); i < e; ++i) {
622 assert(SL[i]->isSimple() && "Expected only non-volatile stores.");
624 Value *FirstStoredVal = SL[i]->getValueOperand();
625 Value *FirstStorePtr = SL[
[all...]
/freebsd-13-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl122 SL B5,*B0
207 SL B5,*B4
221 SL B5,*B4
251 SL B5,*B4
266 SL B5,*B4
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp629 SourceLocation SL = Body ? Body->getBeginLoc() : D->getLocation(); local
630 SL = SM.getExpansionLoc(SL);
632 if (!Opts->AnalyzeAll && !Mgr->isInCodeFile(SL)) {
633 if (SL.isInvalid() || SM.isInSystemHeader(SL))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp169 auto const *SL = DL.getStructLayout(STy); local
173 StartingOffset + SL->getElementOffset(ElementNum));
2081 SDLoc SL(Op);
2085 SDValue AbsA = DAG.getNode(ISD::FABS, SL, VT, A);
2088 SDValue Bitcast = DAG.getNode(ISD::BITCAST, SL, MVT::i32, A);
2090 SDValue Sign = DAG.getNode(ISD::AND, SL, MVT::i32, Bitcast,
2091 DAG.getConstant(SignBitMask, SL, MVT::i32));
2094 DAG.getNode(ISD::OR, SL, MVT::i32, Sign,
2095 DAG.getConstant(PointFiveInBits, SL, MVT::i32));
2097 DAG.getNode(ISD::BITCAST, SL, V
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp299 const auto *SL = cast<ObjCStringLiteral>(E); local
300 return makeLoc(getRegionManager().getObjCStringRegion(SL));
304 const auto *SL = cast<StringLiteral>(E); local
305 return makeLoc(getRegionManager().getStringRegion(SL));

Completed in 564 milliseconds

12345