/external/compiler-rt/lib/profile/ |
D | InstrProfilingMergeFile.c | 29 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineSSAUpdater.h | 44 unsigned VR; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineSSAUpdater.h | 43 unsigned VR; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 86 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckDispatchOnce() local
|
D | StackAddrEscapeChecker.cpp | 76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in genName() local 245 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion()); in checkEndFunction() local
|
D | UndefCapturedBlockVarChecker.cpp | 68 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
|
D | NSErrorChecker.cpp | 193 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local
|
D | UnixAPIChecker.cpp | 192 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckPthreadOnce() local
|
D | MallocChecker.cpp | 1546 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1561 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1576 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 2036 const VarRegion* VR = MR->getBaseRegion()->getAs<VarRegion>(); in getAllocationSite() local 2279 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
|
D | RetainCountChecker.cpp | 2237 const VarRegion *VR = R->getBaseRegion()->getAs<VarRegion>(); in GetAllocationSite() local 2728 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 410 void OrderedRegisterList::insert(unsigned VR) { in insert() 419 void OrderedRegisterList::remove(unsigned VR) { in remove() 757 bool HexagonGenInsert::findRecordInsertForms(unsigned VR, in findRecordInsertForms() 917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local 935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local 948 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local 953 void HexagonGenInsert::findRemovableRegisters(unsigned VR, IFRecord IF, in findRemovableRegisters() 1028 void HexagonGenInsert::pruneCoveredSets(unsigned VR) { in pruneCoveredSets() 1116 void HexagonGenInsert::pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, in pruneUsesTooFar() 1139 void HexagonGenInsert::pruneRegCopies(unsigned VR) { in pruneRegCopies() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 576 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local 604 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local 648 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local 660 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 155 unsigned VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local 170 unsigned VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local 516 unsigned VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 430 if (const VarRegion *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local 520 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument
|
D | BugReporterVisitors.cpp | 423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { in isInitializationOfVar() 463 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local 509 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local 555 const VarRegion *VR = dyn_cast<VarRegion>(R); in VisitNode() local 622 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
|
D | MemRegion.cpp | 676 const VarRegion *const VR = dyn_cast<VarRegion>(this->getBaseRegion()); in sourceRange() local 810 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion())) in getStackOrCaptureRegionForDeclContext() local 1420 const VarRegion *VR = nullptr; in getCaptureRegions() local 1465 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local
|
D | RegionStore.cpp | 1021 const VarRegion *VR = BI.getCapturedRegion(); in VisitCluster() local 1444 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in getBinding() local 2309 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) { in VisitAddedToCluster() local
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 217 void VR() volatile __restrict {}; in VR() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 211 Class *&VR; member 248 uint64_t &VR; member
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 283 Class *&VR; member 349 uint64_t &VR; member
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 984 #define VR -102 /* round(-1.596 * 64) */ macro 1071 #define VR -90 /* round(-1.40200 * 64) */ macro 1159 #define VR -82 /* round(-1.28033 * 64) */ macro
|
/external/libyuv/files/source/ |
D | row_common.cc | 993 #define VR -102 /* round(-1.596 * 64) */ macro 1074 #define VR -90 /* round(-1.40200 * 64) */ macro 1157 #define VR -115 /* round(-1.793 * 64) */ macro
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 3152 static const MCPhysReg VR[] = { in LowerFormalArguments_64SVR4() local 3573 static const MCPhysReg VR[] = { in LowerFormalArguments_Darwin() local 3977 static const MCPhysReg VR[] = { in needStackSlotPassParameters() local 5033 static const MCPhysReg VR[] = { in LowerCall_64SVR4() local 5740 static const MCPhysReg VR[] = { in LowerCall_Darwin() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 3349 unsigned VR, const TargetRegisterClass *RC) { in genMaddR()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1874 static const unsigned VR[] = { in LowerFormalArguments_Darwin() local 3133 static const unsigned VR[] = { in LowerCall_Darwin() local
|