Home
last modified time | relevance | path

Searched defs:VR (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest() local
H A DSValTest.cpp70 if (const auto *VR = llvm::dyn_cast_or_null<VarRegion>(Loc.getAsRegion())) { in checkBind() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp442 void OrderedRegisterList::insert(unsigned VR) { in insert() argument
455 remove(unsigned VR) remove() argument
784 findRecordInsertForms(unsigned VR,OrderedRegisterList & AVs) findRecordInsertForms() argument
940 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { collectInBlock() local
961 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) collectInBlock() local
971 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) collectInBlock() local
975 findRemovableRegisters(unsigned VR,IFRecord IF,RegisterSet & RMs) const findRemovableRegisters() argument
1047 pruneCoveredSets(unsigned VR) pruneCoveredSets() argument
1132 pruneUsesTooFar(unsigned VR,const UnsignedMap & RPO,PairMapType & M) pruneUsesTooFar() argument
1154 pruneRegCopies(unsigned VR) pruneRegCopies() argument
1383 unsigned VR = I.first; generateInserts() local
1522 unsigned VR = I.first, Pos = I.second; runOnMachineFunction() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp63 const VarRegion *VR = Var.getCapturedRegion(); in checkPostStmt() local
H A DMacOSXAPIChecker.cpp98 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) { in CheckDispatchOnce() local
H A DStackAddrEscapeChecker.cpp95 } else if (const auto *VR = dyn_cast<VarRegion>(R)) { in genName() local
338 const MemRegion *VR = Val.getAsRegion(); checkEndFunction() local
[all...]
H A DMIGChecker.cpp136 const auto *VR = dyn_cast<VarRegion>(MR); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DNSErrorChecker.cpp203 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local
H A DMallocChecker.cpp2202 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local
2217 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local
2232 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local
2759 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>(); getAllocationSite() local
3034 const VarRegion *VR = Var.getCapturedRegion(); checkPostStmt() local
[all...]
H A DUnixAPIChecker.cpp424 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckPthreadOnce() local
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.cpp62 dsymutil::ValidReloc &VR) { in mapping()
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h40 Class *&VR; global() member
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp174 Register VR = MRI.createVirtualRegister(RC); expandLoadCCond() local
189 Register VR = MRI.createVirtualRegister(RC); expandStoreCCond() local
541 Register VR = MF.getRegInfo().createVirtualRegister(RC); emitPrologue() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp180 Register VR = in emitPrologue() local
189 Register VR = in emitPrologue() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp97 ValueRange VR(EnumDec); in isPossiblyBitMask() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp440 if (const auto *VR = dyn_cast<VarRegion>(MR)) isLiveRegion() local
531 isLive(const VarRegion * VR,bool includeStoreBindings) const isLive() argument
H A DMemRegion.cpp771 if (auto *VR = dyn_cast<VarRegion>(this->getBaseRegion())) { sourceRange() local
990 if (const auto *VR = dyn_cast<VarRegion>(OrigR)) { getStackOrCaptureRegionForDeclContext() local
1675 const VarRegion *VR = nullptr; getCaptureRegions() local
1719 const VarRegion *VR = nullptr; LazyInitializeReferencedVars() local
[all...]
H A DBugReporterVisitors.cpp679 const MemRegion *VR = V.getAsRegion(); findRegionOfInterestInRecord() local
1272 isInitializationOfVar(const ExplodedNode * N,const VarRegion * VR) isInitializationOfVar() argument
1371 const auto *VR = cast<VarRegion>(SI.Dest); showBRParamDiagnostics() local
1536 if (const auto *VR = dyn_cast<VarRegion>(R)) { VisitNode() local
1659 if (const auto *VR = dyn_cast<VarRegion>(R)) { VisitNode() local
1784 const auto *VR = dyn_cast<VarRegion>(R); VisitNode() local
[all...]
H A DRegionStore.cpp1093 const VarRegion *VR = Var.getCapturedRegion(); VisitCluster() local
1479 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { getBinding() local
1720 const VarRegion *VR = dyn_cast<VarRegion>(Base); getConstantValFromConstArrayInitializer() local
1970 if (const auto *VR = dyn_cast<VarRegion>(superR)) { getBindingForField() local
2775 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) { VisitAddedToCluster() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp217 void VR() volatile __restrict {}; in VR() function
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1184 ValueProfRecord *VR = getFirstValueProfRecord(this); deserializeTo() local
1205 ValueProfRecord *VR = getFirstValueProfRecord(this); checkIntegrity() local
1255 ValueProfRecord *VR = getFirstValueProfRecord(this); swapBytesToHost() local
1268 ValueProfRecord *VR = getFirstValueProfRecord(this); swapBytesFromHost() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter() local
606 if (const auto *VR = dyn_cast_or_null<VarRegion>(MR)) in describeRegion() local
H A DRetainCountChecker.cpp170 const VarRegion *VR = Var.getCapturedRegion(); in checkPostStmt() local
508 const auto *VR = dyn_cast<VarRegion>(R); in shouldEscapeRegion() local
/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h192 if (const Value *VR = StackRec.get<Value>()) { in match() local

12