Home
last modified time | relevance | path

Searched defs:SL (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h74 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 DAMDGPUISelLowering.cpp1353 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 DSIISelLowering.cpp1610 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 DAMDGPUISelDAGToDAG.cpp83 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 DOperator.cpp45 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 DAnalysisManager.h125 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 DMappedBlockStream.cpp63 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 DLookupResult.cpp37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp349 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 DTypeMetadataUtils.cpp139 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dlib1funcs.h65 #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 Dlib1funcs.h65 #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 Dubsan_monitor.cpp65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data() local
/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
/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp32 const SrcMgr::SLocEntry &SL = in getInclusions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
H A DArgumentPromotion.cpp268 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 DHexagonGenExtract.cpp166 uint32_t SL = CSL->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp148 SourceLocation SL; in checkEndAnalysis() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp153 auto SL = LI.getLoopFor(S); in unifyLoopExits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp92 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 DJITLinkGeneric.cpp299 auto &SL = KV.second; in allocateSegments() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp300 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 DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation()

1234