Home
last modified time | relevance | path

Searched defs:SR (Results 1 – 25 of 171) sorted by relevance

1234567

/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR; member
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local
231 const LiveInterval::SubRange &SR = *SRInfo.SR; rewriteOperands() local
273 LiveInterval::SubRange &SR = *SRInfo.SR; distribute() local
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { subRangeLiveAt() local
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { computeMainRangesFixFlags() local
345 LiveInterval::SubRange *SR = LI.createSubRange(Allocator, Mask); computeMainRangesFixFlags() local
[all...]
H A DLiveIntervalCalc.cpp113 for (const VNInfo *VNI : SR.valnos) { in constructMainRangeFromSubranges() local
71 __anon947c0a4f0102(LiveInterval::SubRange &SR) calculate() argument
H A DVirtRegMap.cpp305 for (const LiveInterval::SubRange &SR : LI.subranges()) { addLiveInsForSubRanges() local
322 const LiveInterval::SubRange *SR = RangeIterPair.first; addLiveInsForSubRanges() local
400 for (const LiveInterval::SubRange &SR : LI.subranges()) { readsUndefSubreg() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp55 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) { in getDynamicTypeInfo() local
158 static bool isLive(SymbolReaper &SR, const MemRegion *MR) { in isLive()
162 static bool isLive(SymbolReaper &SR, SymbolRef Sym) { return SR.isLive(Sym); } in isLive()
165 static ProgramStateRef removeDeadImpl(ProgramStateRef State, SymbolReaper &SR) { in removeDeadImpl()
175 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR) { in removeDeadTypes()
179 ProgramStateRef removeDeadCasts(ProgramStateRef State, SymbolReaper &SR) { in removeDeadCasts()
184 SymbolReaper &SR) { in removeDeadClassObjectTypes()
H A DStore.cpp288 if (const auto *SR = in evalDerivedToBase() local
311 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) in getCXXRecordType() local
382 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) { in evalBaseToDerived() local
[all...]
H A DSVals.cpp88 while (const auto *SR = dyn_cast<SubRegion>(R)) { in getLocSymbolInBase() local
168 QualType VisitSymbolicRegion(const SymbolicRegion *SR) { in VisitSymbolicRegion() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedRaiiCheck.cpp40 void reportDiagnostic(DiagnosticBuilder D, const T *Node, SourceRange SR, in reportDiagnostic()
83 auto SR = SourceRange(Node->getLParenLoc(), Node->getRParenLoc()); in check() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp12 NativeTypeVTShape(NativeSession & Session,SymIndexId Id,codeview::TypeIndex TI,codeview::VFTableShapeRecord SR) NativeTypeVTShape() argument
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DNSDateFormatterCheck.cpp52 StringRef SR = SL->getString(); in check() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp32 const DebugSubsectionRecord &SR) { in initializeStrings()
H A DRecordSerialization.cpp107 BinaryStreamReader SR(S); in consume() local
133 BinaryStreamReader SR(S); in consume() local
/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp39 SourceRef SR = SM.peekNext(); in getNextInstruction() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp145 StringRef SectionData(SR.getFirstBlock()->getContent().data(), in startSynthesis() local
203 SectionRange SR(*NDSP.GraphSec); startSynthesis() local
246 SectionRange SR(*NDSec.GraphSec); completeSynthesisAndRegister() local
[all...]
H A DPerfSupportPlugin.cpp175 auto EHFrameSize = SR.getSize(); in getUnwindingRecord() local
193 Record.EHFrameHdrAddr = SR.getStart().getValue(); in getUnwindingRecord() local
/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp171 prepareTempFiles(SmallVector<int> & FD,ArrayRef<StringRef> SR,SmallVector<std::string> & FileName) prepareTempFiles() argument
213 SmallVector<StringRef> SR{Before, After}; doSystemDiff() local
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp293 CXSourceRange &SR) { in readRange()
355 CXSourceRange SR; in visitSourceRangeRecord() local
366 CXSourceRange SR; in visitFixitRecord() local
/llvm-project/clang/lib/AST/
H A DExprObjC.cpp29 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral() argument
42 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR); in Create() argument
56 NumElements(VK.size()), HasPackExpansions(HasPackExpansions), Range(SR), in ObjCDictionaryLiteral() argument
81 Create(const ASTContext & C,ArrayRef<ObjCDictionaryElement> VK,bool HasPackExpansions,QualType T,ObjCMethodDecl * method,SourceRange SR) Create() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp81 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) addTaint() local
108 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) removeTaint() local
230 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) { getTaintedSymbolsImpl() local
H A DTestAfterDivZeroChecker.cpp146 SymbolRef SR = Var.getAsSymbol(); in setDivZeroMap() local
158 SymbolRef SR = Var.getAsSymbol(); in hasDivZeroMap() local
H A DMacOSXAPIChecker.cpp58 const SubRegion *SR = dyn_cast<SubRegion>(R); in getParentIvarRegion() local
/llvm-project/clang-tools-extra/clangd/
H A DSemanticSelection.cpp44 std::optional<FoldingRange> toFoldingRange(SourceRange SR, in toFoldingRange() argument
134 auto SR = toHalfOpenFileRange(SM, LangOpts, Node->ASTNode.getSourceRange()); in getSemanticRanges() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp149 for (MCPhysReg SR : TRI->superregs(I)) hasLiveDefs() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantSmartptrGetCheck.cpp156 auto SR = GetCall->getSourceRange(); in check() local
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h47 if (const auto *SR = R->getSuperRegion()->getAs<SymbolicRegion>()) { in isThisObject() local
71 if (auto SR = dyn_cast<SymbolicRegion>(R)) { in VisitMemRegionVal() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h52 auto &SR = getSectionRange(*D.Sec); in operator() local

1234567