Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp923 SDLoc SL(Op); in getNegatedExpression() local
1510 SDLoc SL(Op); in LowerCONCAT_VECTORS() local
1544 SDLoc SL(Op); in LowerEXTRACT_SUBVECTOR() local
1704 SDLoc SL(Op); in split64BitValue() local
1718 SDLoc SL(Op); in getLoHalf64() local
1726 SDLoc SL(Op); in getHiHalf64() local
1771 SDLoc SL(Op); in SplitVectorLoad() local
1833 SDLoc SL(Op); in WidenOrSplitVectorLoad() local
1875 SDLoc SL(Op); in SplitVectorStore() local
2351 SDLoc SL(Op); in LowerFREM() local
[all …]
H A DSIISelLowering.cpp1964 const SDLoc &SL, in lowerKernArgParameterPtr()
2010 const SDLoc &SL, SDValue Val, in convertArgType()
2041 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Chain, in lowerKernargMemParameter()
2084 const SDLoc &SL, SDValue Chain, in lowerStackParameter()
3441 SDLoc SL; in passSpecialInputs() local
4024 SDLoc SL(Op); in LowerSTACKSAVE() local
4038 SDLoc SL(Op); in lowerGET_ROUNDING() local
4109 SDLoc SL(Op); in lowerSET_ROUNDING() local
4218 SDLoc SL(Op); in lowerFP_EXTEND() local
4230 SDLoc SL(Op); in lowerGET_FPENV() local
[all …]
H A DAMDGPUISelDAGToDAG.cpp966 SDLoc SL(N); in SelectFMA_W_CHAIN() local
987 SDLoc SL(N); in SelectFMUL_W_CHAIN() local
1002 SDLoc SL(N); in SelectDIV_SCALE() local
1022 SDLoc SL(N); in SelectMAD_64_32() local
1040 SDLoc SL(N); in SelectMUL_LOHI() local
1783 SDLoc SL(N); in SelectGlobalSAddr() local
1953 SDLoc SL(N); in SelectScratchSVAddr() local
2056 SDLoc SL(ByteOffsetNode); in SelectSMRDOffset() local
2096 SDLoc SL(Addr); in Expand32BitAddress() local
2485 SDLoc SL(N); in SelectBRCOND() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h131 virtual void resetSecLayout(SectionLayout SL) {} in resetSecLayout()
286 void resetSecLayout(SectionLayout SL) override { in resetSecLayout()
411 void verifySecLayout(SectionLayout SL) override { in verifySecLayout()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp62 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream() local
73 SL.Blocks = Layout.DirectoryBlocks; in createDirectoryStream() local
83 return createStream(Layout.SB->BlockSize, SL, MsfDat in createFpmStream() local
330 MSFStreamLayout SL; createIndexedStream() local
340 MSFStreamLayout SL; createDirectoryStream() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp97 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() local
174 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
236 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset() local
H A DDataLayout.cpp725 StructLayout *&SL = (*STM)[Ty]; in getStructLayout() local
983 const StructLayout *SL = getStructLayout(STy); in getGEPIndexForOffset() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp38 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp358 const StackLifetime &SL; member in StackLifetime::LifetimeAnnotationWriter
393 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(SL) {} in LifetimeAnnotationWriter()
407 StackLifetime SL(F, Allocas, Type); in run() local
H A DTypeMetadataUtils.cpp157 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); __ubsan_get_current_report_data() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h104 void setEvalLocation(SourceLocation SL) { this->EvalLocation = SL; } in setEvalLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp51 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp147 SourceLocation SL; in checkEndAnalysis() local
H A DLocalizationChecker.cpp989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt()
1124 SourceLocation SL = in VisitObjCMessageExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp166 uint32_t SL = CSL->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonStoreWidening.cpp182 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo()); in instrAliased() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp158 auto SL = LI.getLoopFor(S); in unifyLoopExits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp48 std::optional<SDLoc> SL, in findJumpTables()
195 const std::optional<SDLoc> &SL, in buildJumpTable()
H A DAnalysis.cpp92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in ComputeValueVTs() local
150 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in computeValueLLTs() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp920 const auto *SL = cast<StringLiteral>(Result.get()); in ParseExternalDeclaration() local
1684 const auto *SL = cast<StringLiteral>(AsmString.get()); in ParseAsmStringLiteral() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp643 SourceLocation SL = Body ? Body->getBeginLoc() : D->getLocation(); in getModeForDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp719 auto *SL = DL.getStructLayout(ST); in unpackLoadToAggregate() local
1241 auto *SL = DL.getStructLayout(ST); in unpackStoreToAggregate() local

1234