Home
last modified time | relevance | path

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

123456

/freebsd/contrib/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; in rewriteOperands() local
273 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute() local
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() local
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() local
345 LiveInterval::SubRange *SR = LI.createSubRange(Allocator, Mask); in computeMainRangesFixFlags() local
H A DLiveIntervalCalc.cpp114 for (const VNInfo *VNI : SR.valnos) { in constructMainRangeFromSubranges() local
72 __anon140b091c0102(LiveInterval::SubRange &SR) calculate() argument
H A DVirtRegMap.cpp305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local
322 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local
400 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg() local
H A DRegUsageInfoCollector.cpp214 for (MCPhysReg SR : TRI.subregs(Reg)) in computeCalleeSavedRegs() local
H A DCriticalAntiDepBreaker.cpp265 [&](MCPhysReg SR) { return MO.clobbersPhysReg(SR); }); in ScanInstruction()
303 for (MCPhysReg SR : TRI->superregs(Reg)) in ScanInstruction() local
H A DRegisterScavenging.cpp202 __anoneeab951e0102(MCPhysReg SR) forward() argument
204 __anoneeab951e0202(MCPhysReg SR) forward() argument
H A DPHIElimination.cpp483 for (auto &SR : DestLI.subranges()) in LowerPHINode() local
716 for (auto &SR : SrcLI.subranges()) { in LowerPHINode() local
/freebsd/contrib/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
H A DSVals.cpp88 while (const auto *SR = dyn_cast<SubRegion>(R)) { in getLocSymbolInBase() local
168 QualType VisitSymbolicRegion(const SymbolicRegion *SR) { in VisitSymbolicRegion()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp107 BinaryStreamReader SR(S); in consume() local
133 BinaryStreamReader SR(S); in consume() local
H A DStringsAndChecksums.cpp32 const DebugSubsectionRecord &SR) { in initializeStrings()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp12 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp171 ArrayRef<StringRef> SR, in prepareTempFiles() argument
213 SmallVector<StringRef> SR{Before, After}; in doSystemDiff() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral()
42 SourceRange SR) { in Create()
56 SourceRange SR) in ObjCDictionaryLiteral()
81 ObjCMethodDecl *method, SourceRange SR) { in Create()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp39 SourceRef SR = SM.peekNext(); in getNextInstruction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp82 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) in addTaint() local
109 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) in removeTaint() local
231 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) { in getTaintedSymbolsImpl() local
H A DCastSizeChecker.cpp109 const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R); in checkPreStmt() local
H A DUnreachableCodeChecker.cpp145 SourceRange SR; in checkEndAnalysis() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp267 CodeGenRegister *SR = SubReg.second; in inheritRegUnits() local
286 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
308 for (const auto &SR : Map) { in computeSubRegs() local
322 CodeGenRegister *SR = SubRegs[Idx]; in computeSubRegs() local
359 CodeGenRegister *SR = SubRegs[Idx]; in computeSubRegs() local
401 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
425 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
590 CodeGenRegister *SR = ExplicitSubRegs[i]; in addSubRegsPreOrder() local
1283 const CodeGenRegister *SR = P.second; in CodeGenRegBank() local
2524 const CodeGenRegister::SuperRegList &SR = Set[i]->getSuperRegs(); in computeCoveredRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp149 for (MCPhysReg SR : TRI->superregs(I)) in hasLiveDefs() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h52 auto &SR = getSectionRange(*D.Sec); in operator() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp268 for (const SemaRecord &SR : SemaRecords) { in init() local
636 SemaRecord SR; in createRVVIntrinsics() local
711 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp121 for (MCPhysReg SR : TRI.superregs(MachineReg)) { in addMachineReg() local
146 for (MCPhysReg SR : TRI.subregs(MachineReg)) { in addMachineReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp165 uint32_t SR = CSR->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local

123456