| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | PagedVector.h | 169 const PagedVector *PV; variable 179 MaterializedIterator(PagedVector const *PV, size_t ElementIdx) in MaterializedIterator() argument 180 : PV(PV), ElementIdx(ElementIdx) {} in MaterializedIterator() 189 while (ElementIdx < PV->Size && 190 !PV->PageToDataPtrs[ElementIdx / PageSize]) 192 if (ElementIdx > PV->Size) 193 ElementIdx = PV->Size; 206 assert(ElementIdx < PV->Size); 207 assert(PV->PageToDataPtrs[ElementIdx / PageSize]); 208 T *PagePtr = PV->PageToDataPtrs[ElementIdx / PageSize]; [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonLoopIdiomRecognition.cpp | 622 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV); 623 bool matchRightShift(SelectInst *SelI, ParsedValues &PV); 625 Value *CIV, ParsedValues &PV, bool PreScan); 627 Value *generate(BasicBlock::iterator At, ParsedValues &PV); 684 Value *CIV, ParsedValues &PV) { in matchLeftShift() argument 790 PV.X = X; in matchLeftShift() 791 PV.Q = Q; in matchLeftShift() 792 PV.R = R; in matchLeftShift() 793 PV.Left = true; in matchLeftShift() 798 ParsedValues &PV) { in matchRightShift() argument [all …]
|
| HD | BitTracker.cpp | 85 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { in operator <<() argument 86 if (PV.R) in operator <<() 87 OS << 'v' << Register::virtReg2Index(PV.R); in operator <<()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/ |
| HD | DiagnosticBuilderWrappers.cpp | 45 [&Stream](const std::pair<PlatformType, VersionTuple> &PV) { in operator <<() argument 46 Stream << getPlatformName(PV.first); in operator <<() 47 if (!PV.second.empty()) in operator <<() 48 Stream << PV.second.getAsString(); in operator <<()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | PhiValues.h | 91 PhiValues *PV; variable 96 PhiValuesCallbackVH(Value *V, PhiValues *PV = nullptr) 97 : CallbackVH(V), PV(PV) {} in CallbackVH()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | InterleavedLoadCombinePass.cpp | 661 Value *PV = nullptr; member 767 Result.PV = Old.PV; in computeFromBCI() 808 Result.PV = RHS.PV; in computeFromSVI() 813 Result.PV = LHS.PV; in computeFromSVI() 816 else if ((LHS.BB == RHS.BB) && (LHS.PV == RHS.PV)) { in computeFromSVI() 818 Result.PV = LHS.PV; in computeFromSVI() 887 Result.PV = BasePtr; in computeFromLI() 1043 if (PV) in print() 1044 OS << *PV; in print() 1073 if (C->PV != C0->PV) in findPattern()
|
| HD | SplitKit.cpp | 443 VNInfo *PV = PS.getVNInfoAt(Def); in addDeadDef() local 444 if (PV != nullptr && PV->def == Def) in addDeadDef()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | Mips16HardFloat.cpp | 187 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams() argument 192 switch (PV) { in swapFPIntParams() 282 FPParamVariant PV = whichFPParamVariantNeeded(F); in assureFPCallStub() local 286 AsmText += swapFPIntParams(PV, M, LE, true); in assureFPCallStub() 445 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() argument 474 AsmText += swapFPIntParams(PV, M, LE, false); in createFPFnStub()
|
| HD | MipsAsmPrinter.cpp | 884 Mips16HardFloatInfo::FPParamVariant PV, in EmitSwapFPIntParams() argument 889 switch (PV) { in EmitSwapFPIntParams()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600Packetizer.cpp | 221 const DenseMap<unsigned, unsigned> &PV, in isBundlableWithCurrentPMI() argument 262 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 288 const DenseMap<unsigned, unsigned> &PV = in addToPacket() local 293 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 305 substitutePV(MI, PV); in addToPacket()
|
| HD | R600RegisterInfo.td | 140 def PV_X : R600RegWithChan<"PV.X", 254, "X">; 141 def PV_Y : R600RegWithChan<"PV.Y", 254, "Y">; 142 def PV_Z : R600RegWithChan<"PV.Z", 254, "Z">; 143 def PV_W : R600RegWithChan<"PV.W", 254, "W">;
|
| HD | R600InstrInfo.h | 44 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, 143 const DenseMap<unsigned, unsigned> &PV,
|
| HD | R600InstrInfo.cpp | 318 const DenseMap<unsigned, unsigned> &PV, in ExtractSrcs() argument 331 if (PV.contains(Reg)) { in ExtractSrcs() 512 const DenseMap<unsigned, unsigned> &PV, in fitsReadPortLimitations() argument 523 IGSrcs.push_back(ExtractSrcs(*MI, PV, ConstCount)); in fitsReadPortLimitations()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | PhiValues.cpp | 17 PV->invalidateValue(getValPtr()); in deleted() 23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
|
| HD | BasicAliasAnalysis.cpp | 1449 auto CheckForRecPhi = [&](Value *PV) { in aliasPHI() argument 1452 if (getUnderlyingObject(PV) == PN) { in aliasPHI()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| HD | zfs_create_verbose.ksh | 53 while getopts :PV:b:ospv opt; do
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 598 const ParmVarDecl *PV = D->getParamDecl(1); in create_dispatch_sync() local 599 QualType Ty = PV->getType(); in create_dispatch_sync() 611 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync()
|
| HD | ThreadSafetyCommon.cpp | 313 if (const auto *PV = dyn_cast<ParmVarDecl>(VD)) { in translateDeclRefExpr() local 314 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr() 315 const DeclContext *D = PV->getDeclContext(); in translateDeclRefExpr()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ |
| HD | TextStubV5.cpp | 533 PackedVersion PV; in getPackedVersion() local 534 auto [success, truncated] = PV.parse64(Version); in getPackedVersion() 537 return PV; in getPackedVersion()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexDecl.cpp | 129 for (const auto *PV : FD->parameters()) { in handleDeclarator() local 130 IndexDefaultParmeterArgument(PV, D); in handleDeclarator()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/display/ |
| D | brcm,bcm-vc4.txt | 13 - reg: Physical base address and length of the PV's registers
|
| /freebsd-13-stable/contrib/sendmail/contrib/ |
| HD | mail.local.linux | 51 M"@3<7@KB@X0G7,&++$Q-$+;IOQMNCWU.:-[SQ->\%-Y1AC34Y/_.^+PV(M"- 150 M1`@#9QE@0DL*8%+A*05PH1Y=(,1<@"PX6"SM-%I`P!;@4LPK"PV(I4"67$#I
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_alert_type_string.pod | 175 =item "PV"/"protocol version"
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | linux | 609 0x218 string/b LVM2\ 001 LVM2 PV (Linux Logical Volume Manager) 612 0x018 string/b LVM2\ 001 LVM2 PV (Linux Logical Volume Manager) 615 0x418 string/b LVM2\ 001 LVM2 PV (Linux Logical Volume Manager) 618 0x618 string/b LVM2\ 001 LVM2 PV (Linux Logical Volume Manager)
|
| /freebsd-13-stable/sys/i386/conf/ |
| HD | NOTES | 846 # Set the number of PV entries per process. Increasing this can 896 # Enable detailed accounting by the PV entry allocator.
|