/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | 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 …]
|
H A D | 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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 91 PhiValues *PV; variable 96 PhiValuesCallbackVH(Value *V, PhiValues *PV = nullptr) 97 : CallbackVH(V), PV(PV) {} in CallbackVH()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | 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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | 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()
|
H A D | SplitKit.cpp | 443 VNInfo *PV = PS.getVNInfoAt(Def); in addDeadDef() local 444 if (PV != nullptr && PV->def == Def) in addDeadDef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | 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()
|
H A D | MipsAsmPrinter.cpp | 884 Mips16HardFloatInfo::FPParamVariant PV, in EmitSwapFPIntParams() argument 889 switch (PV) { in EmitSwapFPIntParams()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | 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()
|
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 | 44 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, 143 const DenseMap<unsigned, unsigned> &PV,
|
H A D | 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 17 PV->invalidateValue(getValPtr()); in deleted() 23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
|
H A D | BasicAliasAnalysis.cpp | 1449 auto CheckForRecPhi = [&](Value *PV) { in aliasPHI() argument 1452 if (getUnderlyingObject(PV) == PN) { in aliasPHI()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_verbose.ksh | 53 while getopts :PV:b:ospv opt; do
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ibm-system1.dts | 599 label = "PV-cp0-sw1stk4-perst"; 607 label = "PV-cp0-sw1stk5-perst"; 1315 label = "PV-cp1-sw1stk4-perst"; 1323 label = "PV-cp1-sw1stk5-perst";
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | 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/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 533 PackedVersion PV; in getPackedVersion() local 534 auto [success, truncated] = PV.parse64(Version); in getPackedVersion() 537 return PV; in getPackedVersion()
|
/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
|
/freebsd/contrib/sendmail/contrib/ |
H A D | 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/sys/amd64/conf/ |
H A D | NOTES | 129 device xentimer # Xen x86 PV timer device 162 # Enable detailed accounting by the PV entry allocator.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_alert_type_string.pod | 175 =item "PV"/"protocol version"
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | 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/sys/i386/conf/ |
H A D | NOTES | 318 # Set the number of PV entries per process. Increasing this can 344 # Enable detailed accounting by the PV entry allocator.
|