| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | 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/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 612 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV); 613 bool matchRightShift(SelectInst *SelI, ParsedValues &PV); 615 Value *CIV, ParsedValues &PV, bool PreScan); 617 Value *generate(BasicBlock::iterator At, ParsedValues &PV); 674 Value *CIV, ParsedValues &PV) { in matchLeftShift() argument 780 PV.X = X; in matchLeftShift() 781 PV.Q = Q; in matchLeftShift() 782 PV.R = R; in matchLeftShift() 783 PV.Left = true; in matchLeftShift() 788 ParsedValues &PV) { in matchRightShift() argument [all …]
|
| H A D | BitTracker.cpp | 80 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { in operator <<() argument 81 if (PV.R) in operator <<() 82 OS << 'v' << Register(PV.R).virtRegIndex(); in operator <<()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DiagnosticBuilderWrappers.cpp | 44 [&Stream](const std::pair<PlatformType, VersionTuple> &PV) { in operator <<() argument 45 Stream << getPlatformName(PV.first); in operator <<() 46 if (!PV.second.empty()) in operator <<() 47 Stream << PV.second.getAsString(); in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PhiValues.h | 92 PhiValues *PV; variable 97 PhiValuesCallbackVH(Value *V, PhiValues *PV = nullptr) 98 : CallbackVH(V), PV(PV) {} in CallbackVH()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 660 Value *PV = nullptr; member 766 Result.PV = Old.PV; in computeFromBCI() 807 Result.PV = RHS.PV; in computeFromSVI() 812 Result.PV = LHS.PV; in computeFromSVI() 815 else if ((LHS.BB == RHS.BB) && (LHS.PV == RHS.PV)) { in computeFromSVI() 817 Result.PV = LHS.PV; in computeFromSVI() 886 Result.PV = BasePtr; in computeFromLI() 1042 if (PV) in print() 1043 OS << *PV; in print() 1072 if (C->PV != C0->PV) in findPattern()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams() argument 191 switch (PV) { in swapFPIntParams() 281 FPParamVariant PV = whichFPParamVariantNeeded(F); in assureFPCallStub() local 285 AsmText += swapFPIntParams(PV, M, LE, true); in assureFPCallStub() 443 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() argument 472 AsmText += swapFPIntParams(PV, M, LE, false); in createFPFnStub()
|
| H A D | MipsAsmPrinter.cpp | 913 Mips16HardFloatInfo::FPParamVariant PV, in EmitSwapFPIntParams() argument 918 switch (PV) { in EmitSwapFPIntParams()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Packetizer.cpp | 218 const DenseMap<unsigned, unsigned> &PV, in isBundlableWithCurrentPMI() argument 259 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 285 const DenseMap<unsigned, unsigned> &PV = in addToPacket() local 290 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 302 substitutePV(MI, PV); in addToPacket()
|
| H A D | 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">;
|
| H A D | R600InstrInfo.h | 45 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, 145 const DenseMap<unsigned, unsigned> &PV,
|
| H A D | R600InstrInfo.cpp | 308 const DenseMap<unsigned, unsigned> &PV, in ExtractSrcs() argument 321 if (PV.contains(Reg)) { in ExtractSrcs() 502 const DenseMap<unsigned, unsigned> &PV, in fitsReadPortLimitations() argument 513 IGSrcs.push_back(ExtractSrcs(*MI, PV, ConstCount)); in fitsReadPortLimitations()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 138 } else if (auto *PV = dyn_cast<ParentVector *>(Entry.second)) { in ~ParentMap() local 139 delete PV; in ~ParentMap() 145 } else if (auto *PV = dyn_cast<ParentVector *>(Entry.second)) { in ~ParentMap() local 146 delete PV; in ~ParentMap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | PhiValues.cpp | 17 PV->invalidateValue(getValPtr()); in deleted() 23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
|
| /freebsd/sys/amd64/conf/ |
| H A D | NOTES | 136 device xentimer # Xen x86 PV timer device 169 # Enable detailed accounting by the PV entry allocator.
|
| H A D | MINIMAL | 152 device xentimer # Xen x86 PV timer device
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_verbose.ksh | 54 while getopts :PV:b:ospv opt; do
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | 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()
|
| H A D | ThreadSafetyCommon.cpp | 330 if (const auto *PV = dyn_cast<ParmVarDecl>(VD)) { in translateDeclRefExpr() local 331 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr() 332 const DeclContext *D = PV->getDeclContext(); in translateDeclRefExpr()
|
| /freebsd/sys/riscv/conf/ |
| H A D | NOTES | 21 # Enable detailed accounting by the PV entry allocator.
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-ibm-system1.dts | 653 label = "PV-cp0-sw1stk4-perst"; 661 label = "PV-cp0-sw1stk5-perst"; 1362 label = "PV-cp1-sw1stk4-perst"; 1370 label = "PV-cp1-sw1stk5-perst";
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 560 PackedVersion PV; in getPackedVersion() local 561 auto [success, truncated] = PV.parse64(Version); in getPackedVersion() 564 return PV; in getPackedVersion()
|
| /freebsd/sys/i386/conf/ |
| H A D | NOTES | 316 # Set the number of PV entries per process. Increasing this can 342 # Enable detailed accounting by the PV entry allocator.
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 129 for (const auto *PV : FD->parameters()) { in handleDeclarator() local 130 IndexDefaultParmeterArgument(PV, D); in handleDeclarator()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm-vc4.txt | 13 - reg: Physical base address and length of the PV's registers
|