HomeSort by relevance Sort by last modified time
    Searched defs:VR (Results 1 - 25 of 34) sorted by null

1 2

  /external/compiler-rt/lib/profile/
InstrProfilingMergeFile.c 29 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData);
31 VData = getValueProfRecordValueData(VR);
32 for (S = 0; S < VR->NumValueSites; S++) {
33 uint8_t NV = VR->SiteCountArray[S];
39 VR = getValueProfRecordNext(VR);
  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 43 /// VR - Current virtual register whose uses are being updated.
44 unsigned VR;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineSSAUpdater.h 42 /// VR - Current virtual register whose uses are being updated.
43 unsigned VR;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 42 /// VR - Current virtual register whose uses are being updated.
43 unsigned VR;
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 68 const VarRegion *VR = I.getCapturedRegion();
69 const VarDecl *VD = VR->getDecl();
93 *V, VR, /*EnableNullFPSuppression*/ false));
StackAddrEscapeChecker.cpp 76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
78 << VR->getString() << '\'';
79 range = VR->getDecl()->getSourceRange();
194 const MemRegion *vR = val.getAsRegion();
195 if (!vR)
201 isa<BlockDataRegion>(vR))
205 dyn_cast<StackSpaceRegion>(vR->getMemorySpace())) {
209 V.push_back(std::make_pair(region, vR));
245 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion());
246 os << *VR->getDecl(
    [all...]
MallocChecker.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h 120 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) {
121 VR = V;
156 Class &VR;
158 bind_ty(Class &V) : VR(V) {}
161 return bind_helper<Class>::bind(MRI, VR, V);
  /external/llvm/lib/ProfileData/
InstrProf.cpp 576 ValueProfRecord *VR = getFirstValueProfRecord(this);
578 VR->deserializeTo(Record, VMap);
579 VR = getValueProfRecordNext(VR);
604 ValueProfRecord *VR = getFirstValueProfRecord(this);
606 if (VR->Kind > IPVK_Last)
608 VR = getValueProfRecordNext(VR);
609 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize)
648 ValueProfRecord *VR = getFirstValueProfRecord(this)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 149 // load $vr, FI
150 // copy ccond, $vr
155 unsigned VR = MRI.createVirtualRegister(RC);
158 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
160 .addReg(VR, RegState::Kill);
164 // copy $vr, ccond
165 // store $vr, FI
170 unsigned VR = MRI.createVirtualRegister(RC);
173 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
175 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 211 Class *&VR;
212 bind_ty(Class *&V) : VR(V) {}
217 VR = CV;
248 uint64_t &VR;
249 bind_const_intval_ty(uint64_t &V) : VR(V) {}
255 VR = CV->getZExtValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProf.cpp 714 ValueProfRecord *VR = getFirstValueProfRecord(this);
716 VR->deserializeTo(Record, SymTab);
717 VR = getValueProfRecordNext(VR);
743 ValueProfRecord *VR = getFirstValueProfRecord(this);
745 if (VR->Kind > IPVK_Last)
747 VR = getValueProfRecordNext(VR);
748 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize)
789 ValueProfRecord *VR = getFirstValueProfRecord(this)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 169 // load $vr, FI
170 // copy ccond, $vr
175 unsigned VR = MRI.createVirtualRegister(RC);
178 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
180 .addReg(VR, RegState::Kill);
184 // copy $vr, ccond
185 // store $vr, FI
190 unsigned VR = MRI.createVirtualRegister(RC);
193 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
195 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 422 /// \p VR.
423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) {
432 if (DS->getSingleDecl() != VR->getDecl())
435 const MemSpaceRegion *VarSpace = VR->getMemorySpace();
441 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion");
445 assert(VR->getDecl()->hasLocalStorage());
463 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
464 if (isInitializationOfVar(Pred, VR)) {
466 InitE = VR->getDecl()->getInit();
509 if (const VarRegion *VR = dyn_cast<VarRegion>(R))
    [all...]
MemRegion.cpp 676 const VarRegion *const VR = dyn_cast<VarRegion>(this->getBaseRegion());
685 else if (VR) {
686 return VR->getDecl()->getSourceRange();
810 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion()))
811 if (VR->getDecl() == VD)
    [all...]
RegionStore.cpp     [all...]
  /external/libaom/libaom/third_party/libyuv/source/
row_neon.cc 122 "vshll.u16 q10, d17, #16 \n" /* Replicate v * VR */\
146 #define VR -102 /* -round(1.596 * 64) */
151 #define BR (VR * 128 - YGB)
165 #undef VR
    [all...]
row_neon64.cc 104 #define YUV422TORGB(vR, vG, vB) \
124 "sqadd " #vR ".8h, v26.8h, v0.8h \n" /* R */ \
127 "sqadd " #vR ".8h, " #vR ".8h, v7.8h \n" /* R */ \
130 "sqshrun " #vR ".8b, " #vR ".8h, #6 \n" /* R */ \
141 #define VR -102 /* -round(1.596 * 64) */
146 #define BR (VR * 128 - YGB)
156 #undef VR
162 "movi v20.8h, #56, lsl #0 \n" /* UB/VR coefficient (0.875) / 2 */
    [all...]
row_common.cc     [all...]
row_gcc.cc     [all...]
row_win.cc 52 #define VR -102 /* round(-1.596 * 64) */
57 #define BR (VR * 128 + YGB)
65 { 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR,
    [all...]
  /external/libyuv/files/source/
row_common.cc 993 #define VR -102 /* round(-1.596 * 64) */
1237 int vr = -yuvconstants->kUVToRB[1]; local
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 283 Class *&VR;
284 bind_ty(Class *&V) : VR(V) {}
288 VR = CV;
349 uint64_t &VR;
350 bind_const_intval_ty(uint64_t &V) : VR(V) {}
355 VR = CV->getZExtValue();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h 458 Class *&VR;
460 bind_ty(Class *&V) : VR(V) {}
464 VR = CV;
543 uint64_t &VR;
545 bind_const_intval_ty(uint64_t &V) : VR(V) {}
550 VR = CV->getZExtValue();
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 1323 int vr = -yuvconstants->kUVToRB[1]; local
1366 int vr = -yuvconstants->kUVToRB[1]; local
1410 int vr = -yuvconstants->kUVToRB[1]; local
    [all...]

Completed in 2822 milliseconds

1 2