Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp107 for (MCSuperRegIterator SR(MachineReg, TRI); SR.isValid(); ++SR) { in AddMachineRegPiece() local
140 for (MCSubRegIterator SR(MachineReg, TRI); SR.isValid(); ++SR) { in AddMachineRegPiece() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp292 CXSourceRange &SR) { in readRange()
354 CXSourceRange SR; in visitSourceRangeRecord() local
365 CXSourceRange SR; in visitFixitRecord() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp41 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) { in hasConjuredSymbol() local
93 while (const SubRegion *SR = dyn_cast<SubRegion>(R)) { in getLocSymbolInBase() local
H A DProgramState.cpp594 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) in scan() local
599 if (const SubRegion *SR = dyn_cast<SubRegion>(R)) { in scan() local
670 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) in addTaint() local
713 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) in isTainted() local
773 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DRegionStore.cpp422 const SubRegion *SR = cast<SubRegion>(R); in BindDefault() local
1037 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(baseR)) in VisitCluster() local
1283 const SymbolicRegion *SR = cast<SymbolicRegion>(MR); in getBinding() local
1384 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) in getUnderlyingType() local
1656 const SubRegion *SR = dyn_cast<SubRegion>(R); in getBindingForFieldOrElementCommon() local
1911 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) { in bind() local
2211 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(baseR)) { in VisitAddedToCluster() local
2292 if (const SymbolicRegion *SR = *I) { in UpdatePostponed() local
H A DMemRegion.cpp1030 const SubRegion* SR = dyn_cast<SubRegion>(this); in getMemorySpace() local
1232 } else if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) { in getAsOffset() local
1463 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR)) in setTrait() local
1483 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR)) in hasTrait() local
H A DStore.cpp290 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR)) in getCXXRecordType() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp79 for (MCSubRegIterator SR(MappedDef, TRI); SR.isValid(); ++SR) in SourceNoLongerAvailable() local
222 for (MCSubRegIterator SR(Def, TRI, /*IncludeSelf=*/true); SR.isValid(); in CopyPropagateBlock() local
H A DDeadMachineInstructionElim.cpp150 for (MCSubRegIterator SR(Reg, TRI,/*IncludeSelf=*/true); in runOnMachineFunction() local
H A DLiveInterval.cpp690 for (const SubRange &SR : subranges()) { in constructMainRangeFromSubranges() local
721 const SubRange &SR = *SRP.first; in constructMainRangeFromSubranges() local
874 for (const SubRange &SR : subranges()) { in print() local
912 for (const SubRange &SR : subranges()) { in verify() local
H A DVirtRegMap.cpp260 for (MCSubRegIndexIterator SR(PhysReg, TRI); SR.isValid(); ++SR) { in addMBBLiveIns() local
H A DRegisterScavenging.cpp224 for (MCSuperRegIterator SR(Reg, TRI); SR.isValid(); ++SR) { in forward() local
H A DLiveIntervalAnalysis.cpp475 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, unsigned Reg) in shrinkToUses()
653 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addKillFlags() local
706 const LiveInterval::SubRange &SR = *SRP.first; in addKillFlags() local
H A DStackMaps.cpp144 for (MCSuperRegIterator SR(Reg, TRI); SR.isValid() && RegNo < 0; ++SR) in getDwarfRegNum() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp149 SymbolRef SR = Var.getAsSymbol(); in setDivZeroMap() local
161 SymbolRef SR = Var.getAsSymbol(); in hasDivZeroMap() local
H A DCastSizeChecker.cpp111 const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R); in checkPreStmt() local
H A DUnreachableCodeChecker.cpp150 SourceRange SR; in checkEndAnalysis() local
H A DCheckerDocumentation.cpp155 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {} in checkDeadSymbols()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp216 CodeGenRegister *SR = I->second; in inheritRegUnits() local
232 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
248 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
266 CodeGenRegister *SR = SubRegs[Idx]; in computeSubRegs() local
304 CodeGenRegister *SR = SubRegs[Idx]; in computeSubRegs() local
346 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
365 CodeGenRegister *SR = ExplicitSubRegs[i]; in computeSubRegs() local
525 CodeGenRegister *SR = ExplicitSubRegs[i]; in addSubRegsPreOrder() local
2086 const CodeGenRegister::SuperRegList &SR = Set[i]->getSuperRegs(); in computeCoveredRegisters() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp67 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-vtabledump/
H A Dllvm-vtabledump.cpp92 for (const SectionRef &SR : getRelocSections(Obj, Sec)) { in collectRelocatedSymbols() local
120 for (const SectionRef &SR : getRelocSections(Obj, Sec)) { in collectRelocationOffsets() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h264 SymbolReaper &SR) { in _checkLiveSymbols()
279 SymbolReaper &SR, CheckerContext &C) { in _checkDeadSymbols()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Doverload-call.cpp296 struct SR { struct
300 void f(SR) { } in f() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h133 void setSourceRange(SMRange SR) { SourceRange = SR; } in setSourceRange()

123