/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 74 virtual void resetSecLayout(SectionLayout SL) {} in resetSecLayout() 220 virtual void resetSecLayout(SectionLayout SL) override { in resetSecLayout() 342 virtual void verifySecLayout(SectionLayout SL) override { in verifySecLayout()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1353 SDLoc SL(Op); in LowerCONCAT_VECTORS() local 1455 SDLoc SL(Op); in split64BitValue() local 1469 SDLoc SL(Op); in getLoHalf64() local 1477 SDLoc SL(Op); in getHiHalf64() local 1522 SDLoc SL(Op); in SplitVectorLoad() local 1584 SDLoc SL(Op); in WidenOrSplitVectorLoad() local 1626 SDLoc SL(Op); in SplitVectorStore() local 2099 SDLoc SL(Op); in LowerFREM() local 2113 SDLoc SL(Op); in LowerFCEIL() local 2137 static SDValue extractF64Exponent(SDValue Hi, const SDLoc &SL, in extractF64Exponent() [all …]
|
H A D | SIISelLowering.cpp | 1610 const SDLoc &SL, in lowerKernArgParameterPtr() 1640 const SDLoc &SL, SDValue Val, in convertArgType() 1671 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Chain, in lowerKernargMemParameter() 1714 const SDLoc &SL, SDValue Chain, in lowerStackParameter() 2788 SDLoc SL; in passSpecialInputs() local 4417 SDLoc SL(Op); in splitUnaryVectorOp() local 4440 SDLoc SL(Op); in splitBinaryVectorOp() local 4464 SDLoc SL(Op); in splitTernaryVectorOp() local 4723 SDLoc SL(N); in lowerFCMPIntrinsic() local 4745 SDLoc SL(N); in lowerBALLOTIntrinsic() local [all …]
|
H A D | AMDGPUISelDAGToDAG.cpp | 83 SDLoc SL(N); in packConstantV2I16() local 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 1800 SDLoc SL(N); in SelectGlobalSAddr() local 1952 SDLoc SL(ByteOffsetNode); in SelectSMRDOffset() local 1988 SDLoc SL(Addr); in Expand32BitAddress() local 2010 SDLoc SL(Addr); in SelectSMRD() local 2276 SDLoc SL(N); in SelectBRCOND() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Operator.cpp | 45 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() local 117 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local 180 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 125 static bool isInCodeFile(SourceLocation SL, const SourceManager &SM) { in isInCodeFile() 150 bool isInCodeFile(SourceLocation SL) { in isInCodeFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 63 MSFStreamLayout SL; in createIndexedStream() local 74 MSFStreamLayout SL; in createDirectoryStream() local 84 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() local 331 MSFStreamLayout SL; in createIndexedStream() local 341 MSFStreamLayout SL; in createDirectoryStream() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 349 const StackLifetime &SL; member in StackLifetime::LifetimeAnnotationWriter 384 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(SL) {} in LifetimeAnnotationWriter() 398 StackLifetime SL(F, Allocas, Type); in run() local
|
H A D | TypeMetadataUtils.cpp | 139 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/ |
H A D | lib1funcs.h | 65 #define SL(branch, dest, in_slot, in_slot_arg2) \ macro 70 #define SL(branch, dest, in_slot, in_slot_arg2) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/ |
H A D | lib1funcs.h | 65 #define SL(branch, dest, in_slot, in_slot_arg2) \ macro 70 #define SL(branch, dest, in_slot, in_slot_arg2) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_monitor.cpp | 65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_monitor.cc | 66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_monitor.cc | 64 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexInclusionStack.cpp | 32 const SrcMgr::SLocEntry &SL = in getInclusions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
|
H A D | ArgumentPromotion.cpp | 268 const StructLayout *SL = DL.getStructLayout(STy); in doPromotion() local 398 const StructLayout *SL = DL.getStructLayout(STy); in doPromotion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 166 uint32_t SL = CSL->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnreachableCodeChecker.cpp | 148 SourceLocation SL; in checkEndAnalysis() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 153 auto SL = LI.getLoopFor(S); in unifyLoopExits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in ComputeValueVTs() local 141 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in computeValueLLTs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 299 auto &SL = KV.second; in allocateSegments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 300 const auto *SL = cast<ObjCStringLiteral>(E); in getConstantVal() local 305 const auto *SL = cast<StringLiteral>(E); in getConstantVal() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentLexer.h | 81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation()
|