| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 446 Seq.push_back(VR); in insert() 448 Seq.insert(L, VR); in insert() 958 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local 967 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock() 979 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local 980 AVs.insert(VR); in collectInBlock() 989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local 990 AVs.remove(VR); in collectInBlock() 1002 Regs[S].insert(VR); in findRemovableRegisters() 1041 RMs.remove(VR); in findRemovableRegisters() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMergeFile.c | 28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local 30 VData = getValueProfRecordValueData(VR); in lprofMergeValueProfData() 32 for (S = 0; S < VR->NumValueSites; S++) { in lprofMergeValueProfData() 33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() 41 VR = getValueProfRecordNext(VR); in lprofMergeValueProfData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 262 (ins VR:$vs2, VR:$vs1), 1029 (VMSLT_VV VR:$vd, VR:$vb, VR:$va, VMaskOp:$vm), 0>; 1033 (VMSLE_VV VR:$vd, VR:$vb, VR:$va, VMaskOp:$vm), 0>; 1230 (VFSGNJN_VV VR:$vd, VR:$vs, VR:$vs, VMaskOp:$vm)>; 1232 (VFSGNJX_VV VR:$vd, VR:$vs, VR:$vs, VMaskOp:$vm)>; 1245 (VMFLT_VV VR:$vd, VR:$vb, VR:$va, VMaskOp:$vm), 0>; 1247 (VMFLE_VV VR:$vd, VR:$vb, VR:$va, VMaskOp:$vm), 0>; 1362 (VMAND_MM VR:$vd, VR:$vs, VR:$vs)>; 1364 (VMXOR_MM VR:$vd, VR:$vd, VR:$vd)>; 1366 (VMXNOR_MM VR:$vd, VR:$vd, VR:$vd)>; [all …]
|
| H A D | RISCVInstrInfoVSDPatterns.td | 549 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)), 551 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 552 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)), 554 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 555 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)), 559 def : Pat<(mti.Mask (rvv_vnot (and VR:$rs1, VR:$rs2))), 562 def : Pat<(mti.Mask (rvv_vnot (or VR:$rs1, VR:$rs2))), 565 def : Pat<(mti.Mask (rvv_vnot (xor VR:$rs1, VR:$rs2))), 569 def : Pat<(mti.Mask (and VR:$rs1, (rvv_vnot VR:$rs2))), 572 def : Pat<(mti.Mask (or VR:$rs1, (rvv_vnot VR:$rs2))), [all …]
|
| H A D | RISCVInstrInfoVVLPatterns.td | 1223 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1224 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)), 1226 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1229 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1235 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1240 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1246 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1252 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1257 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 1262 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; [all …]
|
| H A D | RISCVInstrInfoVPseudos.td | 61 def V_M1 : LMULInfo<0b000, 8, VR, VRM2, VR, VR, VR, "M1">; 62 def V_M2 : LMULInfo<0b001, 16, VRM2, VRM4, VR, VR, VR, "M2">; 63 def V_M4 : LMULInfo<0b010, 32, VRM4, VRM8, VRM2, VR, VR, "M4">; 64 def V_M8 : LMULInfo<0b011, 64, VRM8,/*NoVReg*/VR, VRM4, VRM2, VR, "M8">; 66 def V_MF8 : LMULInfo<0b101, 1, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF8">; 67 def V_MF4 : LMULInfo<0b110, 2, VR, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF4">; 68 def V_MF2 : LMULInfo<0b111, 4, VR, VR, VR, VR,/*NoVReg*/VR, "MF2">; 1580 def "_MM_" # m.MX : VPseudoBinaryNoMask<VR, VR, VR, "">; 2728 mti.Log2SEW, VR, VR>; 3106 VR, vti.RegClass, VR>; [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 63 #define VR(X) "%[w"#X"]" macro 404 "vspltisb " VR(16) ",14\n" \ 405 "vspltisb " VR(17) ",15\n" \ 406 "vaddubm " VR(16) "," VR(17) "," VR(16) "\n" \ 407 "vxor " VR(17) "," VR(17) "," VR(17) "\n" \ 420 "vand 19,19," VR(16) "\n" \ 421 "vand 18,18," VR(16) "\n" \ 422 "vand 21,21," VR(16) "\n" \ 423 "vand 20,20," VR(16) "\n" \ 440 "vand 19,19," VR(16) "\n" \ [all …]
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 62 #define VR(X) "%[w"#X"]" macro 401 "eor " VR(17) ".16b," VR(17) ".16b," VR(17) ".16b\n" \ 402 "movi " VR(16) ".16b,#0x1d\n" \ 411 "cmgt v19.16b," VR(17) ".16b," VR0(r) ".16b\n" \ 412 "cmgt v18.16b," VR(17) ".16b," VR1(r) ".16b\n" \ 415 "and v19.16b,v19.16b," VR(16) ".16b\n" \ 416 "and v18.16b,v18.16b," VR(16) ".16b\n" \ 417 "and v21.16b,v21.16b," VR(16) ".16b\n" \ 418 "and v20.16b,v20.16b," VR(16) ".16b\n" \ 435 "and v19.16b,v19.16b," VR(16) ".16b\n" \ [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 | 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 | 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 | UndefCapturedBlockVarChecker.cpp | 65 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 66 const VarDecl *VD = VR->getDecl(); in checkPostStmt() 89 bugreporter::trackStoredValue(*V, VR, *R, 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 | 1948 if (VR) in SummarizeRegion() 1949 VD = VR->getDecl(); in SummarizeRegion() 1963 if (VR) in SummarizeRegion() 1964 VD = VR->getDecl(); in SummarizeRegion() 1978 if (VR) in SummarizeRegion() 1979 VD = VR->getDecl(); in SummarizeRegion() 2504 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame())) in getAllocationSite() 2772 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 2773 if (VR->getSuperRegion() == R) { in checkPostStmt() 2774 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| 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 */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 857 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local 859 VR->deserializeTo(Record, SymTab); in deserializeTo() 860 VR = getValueProfRecordNext(VR); in deserializeTo() 886 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local 888 if (VR->Kind > IPVK_Last) in checkIntegrity() 890 VR = getValueProfRecordNext(VR); in checkIntegrity() 932 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local 934 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 935 VR = getValueProfRecordNext(VR); in swapBytesToHost() 948 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 | MemRegion.cpp | 721 else if (VR) { in sourceRange() 722 return VR->getDecl()->getSourceRange(); in sourceRange() 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() 1605 return std::make_pair(VR, OriginalVR); in getCaptureRegions() 1634 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local 1637 assert(VR); in LazyInitializeReferencedVars() [all …]
|
| H A D | BugReporterVisitors.cpp | 540 const MemRegion *VR = V.getAsRegion(); in findRegionOfInterestInRecord() local 545 if (RegionOfInterest == VR) in findRegionOfInterestInRecord() 1199 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar() 1212 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar() 1289 const auto *VR = cast<VarRegion>(SI.Dest); in showBRParamDiagnostics() local 1314 if (VR->canPrintPretty()) { in showBRParamDiagnostics() 1316 VR->printPretty(OS); in showBRParamDiagnostics() 1373 if (isInitializationOfVar(Pred, VR)) { in VisitNode() 1375 InitE = VR->getDecl()->getInit(); in VisitNode() 1543 const auto *VR = dyn_cast<VarRegion>(R); in VisitNode() local [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 1663 const VarDecl *VD = VR->getDecl(); in getBindingForElement() 1751 if (const auto *VR = dyn_cast<VarRegion>(superR)) { in getBindingForField() local 1752 const VarDecl *VD = VR->getDecl(); in getBindingForField() 2496 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) { in VisitAddedToCluster() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/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]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_vr | 8 PROJECT_NAME = "FreeBSD kernel VR device code"
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/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()
|