| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 88 (outs VR:$vd), 98 (outs VR:$vd), 104 (outs VR:$vd), 111 (outs VR:$vd), 112 (ins GPR:$rs1, VR:$vs2, VMaskOp:$vm), opcodestr, 129 (outs VR:$vd), 135 (outs VR:$vd), 143 (outs VR:$vd), 144 (ins GPR:$rs1, VR:$vs2, VMaskOp:$vm), opcodestr, 152 (outs), (ins VR:$vs3, GPR:$rs1), opcodestr, [all …]
|
| H A D | RISCVInstrInfoVSDPatterns.td | 99 (store_instr VR:$rs2, BaseAddr:$rs1, m.AVL, m.Log2SEW)>; 496 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)), 498 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 499 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)), 501 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 502 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)), 504 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 506 def : Pat<(mti.Mask (rvv_vnot (and VR:$rs1, VR:$rs2))), 508 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 509 def : Pat<(mti.Mask (rvv_vnot (or VR:$rs1, VR:$rs2))), [all …]
|
| H A D | RISCVInstrInfoVVLPatterns.td | 545 def: Pat<(vti_m1.Vector (vop (vti.Vector vti.RegClass:$rs1), VR:$rs2, 551 (vti_m1.Vector VR:$rs2), 580 def : Pat<(riscv_vse_vl (mti.Mask VR:$rs2), BaseAddr:$rs1, 582 (store_instr VR:$rs2, BaseAddr:$rs1, GPR:$vl, mti.Log2SEW)>; 1066 def : Pat<(mti.Mask (riscv_vmand_vl VR:$rs1, VR:$rs2, VLOpFrag)), 1068 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1069 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)), 1071 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1072 def : Pat<(mti.Mask (riscv_vmxor_vl VR:$rs1, VR:$rs2, VLOpFrag)), 1074 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; [all …]
|
| H A D | RISCVInstrInfoVPseudos.td | 60 def V_M1 : LMULInfo<0b000, VR, VRM2, VR, VR, VR, "M1">; 61 def V_M2 : LMULInfo<0b001, VRM2, VRM4, VR, VR, VR, "M2">; 62 def V_M4 : LMULInfo<0b010, VRM4, VRM8, VRM2, VR, VR, "M4">; 63 def V_M8 : LMULInfo<0b011, VRM8,/*NoVReg*/VR, VRM4, VRM2, VR, "M8">; 65 def V_MF8 : LMULInfo<0b101, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF8">; 66 def V_MF4 : LMULInfo<0b110, VR, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF4">; 67 def V_MF2 : LMULInfo<0b111, VR, VR, VR, VR,/*NoVReg*/VR, "MF2">; 178 def VI8MF8: VTypeInfo<vint8mf8_t, vbool64_t, 8, VR, V_MF8>; 179 def VI8MF4: VTypeInfo<vint8mf4_t, vbool32_t, 8, VR, V_MF4>; 180 def VI8MF2: VTypeInfo<vint8mf2_t, vbool16_t, 8, VR, V_MF2>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 216 unsigned operator[](unsigned VR) const { in operator []() 217 const_iterator F = find(VR); in operator []() 274 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup() 275 unsigned RInd = Register::virtReg2Index(VR); in lookup() 281 CP = CVect[RInd] = &BT.lookup(VR); in lookup() 390 void insert(unsigned VR); 391 void remove(unsigned VR); 443 void OrderedRegisterList::insert(unsigned VR) { in insert() argument 444 iterator L = llvm::lower_bound(Seq, VR, Ord); in insert() 446 Seq.push_back(VR); in insert() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 96 } else if (const auto *VR = dyn_cast<VarRegion>(R)) { in genName() local 97 os << "stack memory associated with local variable '" << VR->getString() in genName() 99 range = VR->getDecl()->getSourceRange(); in genName() 318 const MemRegion *VR = Val.getAsRegion(); in checkEndFunction() local 319 if (VR && isa<StackSpaceRegion>(VR->getMemorySpace()) && in checkEndFunction() 320 !isArcManagedBlock(VR, Ctx) && !isNotInCurrentFrame(VR, Ctx)) in checkEndFunction() 321 V.emplace_back(Region, VR); in checkEndFunction() 357 const VarRegion *VR = cast<VarRegion>(P.first->getBaseRegion()); in checkEndFunction() local 358 Out << *VR->getDecl() in checkEndFunction()
|
| H A D | MIGChecker.cpp | 131 const auto *VR = dyn_cast<VarRegion>(MR); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 132 if (VR && VR->hasStackParametersStorage() && in REGISTER_TRAIT_WITH_PROGRAMSTATE() 133 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 134 return cast<ParmVarDecl>(VR->getDecl()); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | MacOSXAPIChecker.cpp | 96 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) { in CheckDispatchOnce() local 97 const VarDecl *VD = VR->getDecl(); in CheckDispatchOnce() 106 if (VR != R) in CheckDispatchOnce() 112 os << VR->getDecl()->getName() << '\''; in CheckDispatchOnce()
|
| H A D | UndefCapturedBlockVarChecker.cpp | 65 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 66 const VarDecl *VD = VR->getDecl(); in checkPostStmt() 90 *V, VR, /*EnableNullFPSuppression*/ false, in checkPostStmt()
|
| H A D | NSErrorChecker.cpp | 202 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local 204 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace())) in parameterTypeFromSVal() 206 return VR->getValueType(); in parameterTypeFromSVal()
|
| H A D | MallocChecker.cpp | 1946 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1948 if (VR) in SummarizeRegion() 1949 VD = VR->getDecl(); in SummarizeRegion() 1961 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1963 if (VR) in SummarizeRegion() 1964 VD = VR->getDecl(); in SummarizeRegion() 1976 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1978 if (VR) in SummarizeRegion() 1979 VD = VR->getDecl(); in SummarizeRegion() 2501 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>(); in getAllocationSite() local [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-zaius.dts | 393 /* CPU0 VR ISL68137 0.7V, 0.96V PMBUS @64h */ 394 /* CPU0 VR ISL68137 1.2V CH03 PMBUS @40h */ 395 /* CPU0 VR ISL68137 0.8V PMBUS @60h */ 396 /* CPU0 VR 1.0V IR38064 I2C @11h, PMBUS @43h */ 397 /* CPU0 VR ISL68137 1.2V CH47 PMBUS @41h */ 431 /* CPU1 VR ISL68137 0.7V, 0.96V PMBUS @64h */ 432 /* CPU1 VR ISL68137 1.2V CH03 PMBUS @40h */ 433 /* CPU1 VR ISL68137 1.2V CH47 PMBUS @41h */ 434 /* CPU1 VR 1.0V IR38064 I2C @12h, PMBUS @42h */ 435 /* CPU1 VR ISL68137 0.8V PMBUS @60h */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 856 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local 858 VR->deserializeTo(Record, SymTab); in deserializeTo() 859 VR = getValueProfRecordNext(VR); in deserializeTo() 885 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local 887 if (VR->Kind > IPVK_Last) in checkIntegrity() 889 VR = getValueProfRecordNext(VR); in checkIntegrity() 890 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity() 931 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local 933 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 934 VR = getValueProfRecordNext(VR); in swapBytesToHost() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 421 if (const auto *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local 422 return isLive(VR, true); in isLiveRegion() 512 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument 513 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() 532 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive() 539 const_cast<SymbolReaper *>(this)->includedRegionCache[VR]; in isLive() 548 reapedStore.getStoreManager().includedInBindings(store, VR); in isLive()
|
| H A D | BugReporterVisitors.cpp | 539 const MemRegion *VR = V.getAsRegion(); in findRegionOfInterestInRecord() local 544 if (RegionOfInterest == VR) in findRegionOfInterestInRecord() 553 if (PT.isNull() || PT->isVoidType() || !VR) in findRegionOfInterestInRecord() 558 findRegionOfInterestInRecord(RRD, State, VR, VecF, depth + 1)) in findRegionOfInterestInRecord() 1237 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { in isInitializationOfVar() argument 1246 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar() 1249 const MemSpaceRegion *VarSpace = VR->getMemorySpace(); in isInitializationOfVar() 1255 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar() 1259 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar() 1311 const VarRegion *VR, SVal V, in showBRParamDiagnostics() argument [all …]
|
| H A D | MemRegion.cpp | 712 const auto *const VR = dyn_cast<VarRegion>(this->getBaseRegion()); in sourceRange() local 721 else if (VR) { in sourceRange() 722 return VR->getDecl()->getSourceRange(); in sourceRange() 908 if (const auto *VR = dyn_cast<VarRegion>(OrigR)) { in getStackOrCaptureRegionForDeclContext() local 909 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext() 1588 const VarRegion *VR = nullptr; in getCaptureRegions() local 1592 VR = MemMgr.getNonParamVarRegion(VD, this); in getCaptureRegions() 1597 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions() 1598 OriginalVR = VR; in getCaptureRegions() 1601 VR = MemMgr.getNonParamVarRegion(VD, MemMgr.getUnknownRegion()); in getCaptureRegions() [all …]
|
| H A D | RegionStore.cpp | 1105 const VarRegion *VR = BI.getCapturedRegion(); in VisitCluster() local 1106 const VarDecl *VD = VR->getDecl(); in VisitCluster() 1108 AddToWorkList(VR); in VisitCluster() 1110 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster() 1116 SVal V = RM.getBinding(B, loc::MemRegionVal(VR)); in VisitCluster() 1502 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in getBinding() local 1509 return svalBuilder.evalCast(getBindingForVar(B, VR), T, QualType{}); in getBinding() 1660 } else if (const VarRegion *VR = dyn_cast<VarRegion>(superR)) { in getBindingForElement() local 1663 const VarDecl *VD = VR->getDecl(); in getBindingForElement() 1751 if (const auto *VR = dyn_cast<VarRegion>(superR)) { in getBindingForField() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 57 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].byte[3]) 65 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].hword[1]) 73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7]) 81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3]) 89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1]) 122 sh ← VR[VRB].byte[i].bit[5:7] 123 VR[VRT].byte[i] ← src.byte[i:i+1].bit[sh:sh+7] 126 VR[VRT].byte[i] is composed of 2 bytes from src.byte[i:i+1]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 174 Register VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local 177 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0); in expandLoadCCond() 179 .addReg(VR, RegState::Kill); in expandLoadCCond() 189 Register VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local 192 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond() 194 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond() 541 Register VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local 546 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO).addImm(MaxAlign); in emitPrologue() 547 BuildMI(MBB, MBBI, dl, TII.get(AND), SP).addReg(SP).addReg(VR); in emitPrologue()
|
| /netbsd-src/sys/arch/hpc/conf/ |
| H A D | platid.def | 43 VR { 407 VR " VR" {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 176 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) { 177 VR = V; 217 Class &VR; 219 bind_ty(Class &V) : VR(V) {} 222 return bind_helper<Class>::bind(MRI, VR, V);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 171 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 172 if (VR->getSuperRegion() == R) { in checkPostStmt() 173 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt() 175 Regions.push_back(VR); in checkPostStmt() 509 const auto *VR = dyn_cast<VarRegion>(R); in shouldEscapeRegion() local 511 if (!R->hasStackStorage() || !VR) in shouldEscapeRegion() 514 const VarDecl *VD = VR->getDecl(); in shouldEscapeRegion()
|
| H A D | RetainCountDiagnostics.cpp | 442 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter() local 443 const auto *PVD = cast<ParmVarDecl>(VR->getDecl()); in annotateStartParameter() 612 if (const auto *VR = dyn_cast_or_null<VarRegion>(MR)) in describeRegion() local 613 return std::string(VR->getDecl()->getName()); in describeRegion()
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | or1kcommon.cpu | 224 (SYS VR #x000 "version register") 283 ((SYS VR REV 5 0 "revision field") 284 (SYS VR CFG 23 16 "configuration template field") 285 (SYS VR VER 31 24 "version field")
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | or1kcommon.cpu | 224 (SYS VR #x000 "version register") 283 ((SYS VR REV 5 0 "revision field") 284 (SYS VR CFG 23 16 "configuration template field") 285 (SYS VR VER 31 24 "version field")
|