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

1234

/freebsd-11-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.Dir.empty()) {
40 OS << SL.Dir;
41 if (SL.Dir.contains('\\') and not SL.Dir.contains('/'))
46 if (SL.Base.empty())
49 OS << SL.Base;
50 OS << ':' << SL.Line;
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h121 static bool isInCodeFile(SourceLocation SL, const SourceManager &SM) { argument
122 if (SM.isInMainFile(SL))
129 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL));
137 return llvm::StringSwitch<bool>(SM.getFilename(SL).rsplit('.').second)
146 bool isInCodeFile(SourceLocation SL) { argument
148 return isInCodeFile(SL, SM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1229 SDLoc SL(Op);
1230 SDValue Lo = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(0));
1231 SDValue Hi = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(1));
1233 SDValue BV = DAG.getBuildVector(MVT::v2i32, SL, { Lo, Hi });
1234 return DAG.getNode(ISD::BITCAST, SL, VT, BV);
1331 SDLoc SL(Op);
1333 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op);
1335 const SDValue Zero = DAG.getConstant(0, SL, MVT::i32);
1336 const SDValue One = DAG.getConstant(1, SL, MVT::i32);
1338 SDValue Lo = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MV
2064 extractF64Exponent(SDValue Hi, const SDLoc &SL, SelectionDAG &DAG) argument
3022 splitBinaryBitConstantOpImpl( DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS, uint32_t ValLo, uint32_t ValHi) const argument
3286 getMul24(SelectionDAG &DAG, const SDLoc &SL, SDValue N0, SDValue N1, unsigned Size, bool Signed) argument
3457 performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS, SDValue RHS, DAGCombinerInfo &DCI) const argument
3492 distributeOpThroughSelect(TargetLowering::DAGCombinerInfo &DCI, unsigned Op, const SDLoc &SL, SDValue Cond, SDValue N1, SDValue N2) argument
4118 CreateLiveInRegister(SelectionDAG &DAG, const TargetRegisterClass *RC, unsigned Reg, EVT VT, const SDLoc &SL, bool RawReg) const argument
4154 loadStackInputValue(SelectionDAG &DAG, EVT VT, const SDLoc &SL, int64_t Offset) const argument
4170 storeStackInputValue(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain, SDValue ArgVal, int64_t Offset) const argument
4184 loadInputValue(SelectionDAG &DAG, const TargetRegisterClass *RC, EVT VT, const SDLoc &SL, const ArgDescriptor &Arg) const argument
[all...]
H A DSIISelLowering.cpp1410 const SDLoc &SL,
1425 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL,
1428 return DAG.getObjectPtrOffset(SL, BasePtr, Offset);
1432 const SDLoc &SL) const {
1435 return lowerKernArgParameterPtr(DAG, SL, DAG.getEntryNode(), Offset);
1439 const SDLoc &SL, SDValue Val,
1448 Val = DAG.getNode(ISD::EXTRACT_SUBVECTOR, SL, NarrowedVT, Val,
1449 DAG.getConstant(0, SL, MVT::i32));
1456 Val = DAG.getNode(Opc, SL, MemVT, Val, DAG.getValueType(VT));
1460 Val = getFPExtOrFPTrunc(DAG, Val, SL, V
1409 lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, SDValue Chain, uint64_t Offset) const argument
1438 convertArgType(SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val, bool Signed, const ISD::InputArg *Arg) const argument
1469 lowerKernargMemParameter( SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Chain, uint64_t Offset, unsigned Align, bool Signed, const ISD::InputArg *Arg) const argument
1513 lowerStackParameter(SelectionDAG &DAG, CCValAssign &VA, const SDLoc &SL, SDValue Chain, const ISD::InputArg &Arg) const argument
2538 SDLoc SL; local
7254 getLoadExtOrTrunc(SelectionDAG &DAG, ISD::LoadExtType ExtType, SDValue Op, const SDLoc &SL, EVT VT) argument
7595 getFPBinOp(SelectionDAG &DAG, unsigned Opcode, const SDLoc &SL, EVT VT, SDValue A, SDValue B, SDValue GlueChain) argument
7615 getFPTernOp(SelectionDAG &DAG, unsigned Opcode, const SDLoc &SL, EVT VT, SDValue A, SDValue B, SDValue C, SDValue GlueChain) argument
7692 getSPDenormModeValue(int SPDenormMode, SelectionDAG &DAG, const SDLoc &SL, const GCNSubtarget *ST) argument
8152 splitBinaryBitConstantOp( DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS, const ConstantSDNode *CRHS) const argument
8900 getCanonicalConstantFP( SelectionDAG &DAG, const SDLoc &SL, EVT VT, const APFloat &C) const argument
9039 performIntMed3ImmCombine( SelectionDAG &DAG, const SDLoc &SL, SDValue Op0, SDValue Op1, bool Signed) const argument
9089 performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL, SDValue Op0, SDValue Op1) const argument
9498 getMad64_32(SelectionDAG &DAG, const SDLoc &SL, EVT VT, SDValue N0, SDValue N1, SDValue N2, bool Signed) argument
[all...]
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,
49 const SDLoc &SL, SDValue Chain,
116 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
146 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
156 SDValue getCanonicalConstantFP(SelectionDAG &DAG, const SDLoc &SL, EVT VT,
160 SDValue performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
162 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
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));
1087 SDLoc SL(N);
1101 SDLoc SL(N);
1116 SDLoc SL(N);
1132 SDLoc SL(N);
1142 SDValue VCC = CurDAG->getCopyToReg(CurDAG->getEntryNode(), SL,
1160 SDLoc SL(N);
1164 SDValue Clamp = CurDAG->getTargetConstant(0, SL, MV
[all...]
H A DAMDGPUISelLowering.h84 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL,
95 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
280 const SDLoc &SL,
299 const SDLoc &SL,
303 const SDLoc &SL,
310 EVT VT, const SDLoc &SL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp51 const StructLayout *SL = DL.getStructLayout(STy); local
52 Offset += APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx));
/freebsd-11-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-11-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-11-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-11-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))
H A DLocalizationChecker.cpp99 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const;
994 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL,
996 SVal sv = C.getSVal(SL);
1128 // source, so SL should point to the NSLocalizedString macro.
1129 SourceLocation SL =
1132 Mgr.getSourceManager().getDecomposedLoc(SL);
1139 SL = SE.getExpansion().getSpellingLoc();
1140 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL);
1146 Mgr.getSourceManager().getBuffer(SLInfo.first, SL, &Invalid);
1150 Lexer TheLexer(SL, LangOption
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp172 auto &SL = KV.second;
174 {std::make_pair(&SL.ContentBlocks, "content block"),
175 std::make_pair(&SL.ZeroFillBlocks, "zero-fill block")}) {
244 auto &SL = KV.second; local
249 for (auto *SIList : {&SL.ContentBlocks, &SL.ZeroFillBlocks})
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp141 const StructLayout *SL = DL.getStructLayout(C->getType()); local
142 if (Offset >= SL->getSizeInBytes())
145 unsigned Op = SL->getElementContainingOffset(Offset);
147 Offset - SL->getElementOffset(Op), M);
/freebsd-11-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...]
H A Diso9660_rrip.h184 ISO_RRIP_SL SL; member in union:__anon8778
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp170 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
572 for (auto &SL : StoreRefsForMemset)
573 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes);
575 for (auto &SL : StoreRefsForMemsetPattern)
576 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No);
603 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, argument
612 for (unsigned i = 0, e = SL.size(); i < e; ++i) {
613 assert(SL[i]->isSimple() && "Expected only non-volatile stores.");
615 Value *FirstStoredVal = SL[i]->getValueOperand();
616 Value *FirstStorePtr = SL[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } argument
H A DMangle.h96 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
116 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp185 auto const *SL = DL.getStructLayout(STy); local
189 StartingOffset + SL->getElementOffset(ElementNum));
2099 SDLoc SL(Op);
2103 SDValue AbsA = DAG.getNode(ISD::FABS, SL, VT, A);
2106 SDValue Bitcast = DAG.getNode(ISD::BITCAST, SL, MVT::i32, A);
2108 SDValue Sign = DAG.getNode(ISD::AND, SL, MVT::i32, Bitcast,
2109 DAG.getConstant(SignBitMask, SL, MVT::i32));
2112 DAG.getNode(ISD::OR, SL, MVT::i32, Sign,
2113 DAG.getConstant(PointFiveInBits, SL, MVT::i32));
2115 DAG.getNode(ISD::BITCAST, SL, V
[all...]
/freebsd-11-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));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp746 SourceLocation SL = Body ? Body->getBeginLoc() : D->getLocation(); local
747 SL = SM.getExpansionLoc(SL);
749 if (!Opts->AnalyzeAll && !Mgr->isInCodeFile(SL)) {
750 if (SL.isInvalid() || SM.isInSystemHeader(SL))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp77 const fltSemantics &SL = L.getSemantics(), &SR = R.getSemantics(); local
78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL),
81 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL),
84 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL),
87 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL),

Completed in 241 milliseconds

1234