Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1353 SDLoc SL(Op); in LowerCONCAT_VECTORS() local
1354 SDValue Lo = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(0)); in LowerCONCAT_VECTORS()
1355 SDValue Hi = DAG.getNode(ISD::BITCAST, SL, MVT::i32, Op.getOperand(1)); in LowerCONCAT_VECTORS()
1357 SDValue BV = DAG.getBuildVector(MVT::v2i32, SL, { Lo, Hi }); in LowerCONCAT_VECTORS()
1358 return DAG.getNode(ISD::BITCAST, SL, VT, BV); in LowerCONCAT_VECTORS()
1455 SDLoc SL(Op); in split64BitValue() local
1457 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op); in split64BitValue()
1459 const SDValue Zero = DAG.getConstant(0, SL, MVT::i32); in split64BitValue()
1460 const SDValue One = DAG.getConstant(1, SL, MVT::i32); in split64BitValue()
1462 SDValue Lo = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, Vec, Zero); in split64BitValue()
[all …]
H A DSIISelLowering.cpp1610 const SDLoc &SL, in lowerKernArgParameterPtr() argument
1626 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL, in lowerKernArgParameterPtr()
1629 return DAG.getObjectPtrOffset(SL, BasePtr, TypeSize::Fixed(Offset)); in lowerKernArgParameterPtr()
1633 const SDLoc &SL) const { in getImplicitArgPtr()
1636 return lowerKernArgParameterPtr(DAG, SL, DAG.getEntryNode(), Offset); in getImplicitArgPtr()
1640 const SDLoc &SL, SDValue Val, in convertArgType() argument
1649 Val = DAG.getNode(ISD::EXTRACT_SUBVECTOR, SL, NarrowedVT, Val, in convertArgType()
1650 DAG.getConstant(0, SL, MVT::i32)); in convertArgType()
1657 Val = DAG.getNode(Opc, SL, MemVT, Val, DAG.getValueType(VT)); in convertArgType()
1661 Val = getFPExtOrFPRound(DAG, Val, SL, VT); in convertArgType()
[all …]
H A DAMDGPUISelDAGToDAG.cpp83 SDLoc SL(N); in packConstantV2I16() local
87 return DAG.getMachineNode(AMDGPU::S_MOV_B32, SL, N->getValueType(0), in packConstantV2I16()
88 DAG.getTargetConstant(K, SL, MVT::i32)); in packConstantV2I16()
1134 SDLoc SL(N); in SelectFMA_W_CHAIN() local
1148 SDLoc SL(N); in SelectFMUL_W_CHAIN() local
1163 SDLoc SL(N); in SelectDIV_SCALE() local
1183 SDLoc SL(N); in SelectMAD_64_32() local
1187 SDValue Clamp = CurDAG->getTargetConstant(0, SL, MVT::i1); in SelectMAD_64_32()
1800 SDLoc SL(N); in SelectGlobalSAddr() local
1810 AMDGPU::V_MOV_B32_e32, SL, MVT::i32, in SelectGlobalSAddr()
[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,
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dh8300.h1184 SL = 2, enumerator
1204 …{O (O_ADD, SL), AV_H8H, 6, "add.l", {{RS32, RD32, E}}, {{0x0, 0xa, B31 | RS32, B30 | R…
1205 …{O (O_ADD, SL), AV_H8SX, 0, "add.l", {{IMM3NZ_NS, RD32, E}}, {{0x0, 0xa, B31 | IMM3NZ, B31 | R…
1206 EXPAND_TWOOP_L (O (O_ADD, SL), "add.l", 0x1),
1208 {O (O_ADDS, SL), AV_H8, 2, "adds", {{KBIT, RDP, E}}, {{0x0, 0xB,KBIT, RDP, E}}},
1232 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RD32, E}}, {{PREFIX_0101, 0x7, 0xa, 0x1, …
1233 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDIND, E}}, {{PREFIX_0104, 0x6, 0x9, B30 |…
1234 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDPOSTDEC, E}}, {{PREFIX_0106, 0x6, 0xd, B30 |…
1235 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{RS32, RD32, E}}, {{PREFIX_0101, 0x0, 0xa, B31 |…
1236 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{RS32, RDIND, E}}, {{PREFIX_0104, 0x6, 0x9, B30 |…
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dh8300.h1184 SL = 2, enumerator
1204 …{O (O_ADD, SL), AV_H8H, 6, "add.l", {{RS32, RD32, E}}, {{0x0, 0xa, B31 | RS32, B30 | R…
1205 …{O (O_ADD, SL), AV_H8SX, 0, "add.l", {{IMM3NZ_NS, RD32, E}}, {{0x0, 0xa, B31 | IMM3NZ, B31 | R…
1206 EXPAND_TWOOP_L (O (O_ADD, SL), "add.l", 0x1),
1208 {O (O_ADDS, SL), AV_H8, 2, "adds", {{KBIT, RDP, E}}, {{0x0, 0xB,KBIT, RDP, E}}},
1232 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RD32, E}}, {{PREFIX_0101, 0x7, 0xa, 0x1, …
1233 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDIND, E}}, {{PREFIX_0104, 0x6, 0x9, B30 |…
1234 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDPOSTDEC, E}}, {{PREFIX_0106, 0x6, 0xd, B30 |…
1235 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{RS32, RD32, E}}, {{PREFIX_0101, 0x0, 0xa, B31 |…
1236 …{O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{RS32, RDIND, E}}, {{PREFIX_0104, 0x6, 0x9, B30 |…
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
67 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
74 MSFStreamLayout SL; in createDirectoryStream() local
75 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream()
76 SL.Length = Layout.SB->NumDirectoryBytes; in createDirectoryStream()
77 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
84 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() local
85 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp349 const StackLifetime &SL; member in StackLifetime::LifetimeAnnotationWriter
353 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()
354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) 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
[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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_monitor.cc66 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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cc64 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
65 *OutFilename = SL.getFilename(); in __ubsan_get_current_report_data()
66 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
67 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c510 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
511 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
516 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
552 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE; in cd9660_createSL()
564 current->attr.rr_entry.SL.component + in cd9660_createSL()
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
574 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
575 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
581 current->attr.rr_entry.SL.component[ in cd9660_createSL()
586 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp32 const SrcMgr::SLocEntry &SL = in getInclusions() local
34 if (!SL.isFile() || Invalid) in getInclusions()
37 const SrcMgr::FileInfo &FI = SL.getFile(); in getInclusions()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp208 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
638 for (auto &SL : StoreRefsForMemset) in runOnLoopBlock() local
639 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes); in runOnLoopBlock()
641 for (auto &SL : StoreRefsForMemsetPattern) in runOnLoopBlock() local
642 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No); in runOnLoopBlock()
657 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() argument
666 for (unsigned i = 0, e = SL.size(); i < e; ++i) { in processLoopStores()
667 assert(SL[i]->isSimple() && "Expected only non-volatile stores."); in processLoopStores()
669 Value *FirstStoredVal = SL[i]->getValueOperand(); in processLoopStores()
670 Value *FirstStorePtr = SL[i]->getPointerOperand(); in processLoopStores()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()

1234567