Home
last modified time | relevance | path

Searched refs:PV (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp622 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 DBitTracker.cpp85 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 DPhiValues.h91 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 DDiagnosticBuilderWrappers.cpp45 [&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 DInterleavedLoadCombinePass.cpp661 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 DSplitKit.cpp443 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 DMips16HardFloat.cpp187 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 DMipsAsmPrinter.cpp884 Mips16HardFloatInfo::FPParamVariant PV, in EmitSwapFPIntParams() argument
889 switch (PV) { in EmitSwapFPIntParams()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp221 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 DR600RegisterInfo.td140 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 DR600InstrInfo.h44 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV,
143 const DenseMap<unsigned, unsigned> &PV,
H A DR600InstrInfo.cpp318 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 DPhiValues.cpp17 PV->invalidateValue(getValPtr()); in deleted()
23 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
H A DBasicAliasAnalysis.cpp1449 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 Dzfs_create_verbose.ksh53 while getopts :PV:b:ospv opt; do
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ibm-system1.dts599 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 DThreadSafetyCommon.cpp313 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 DTextStubV5.cpp533 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 DIndexDecl.cpp129 for (const auto *PV : FD->parameters()) { in handleDeclarator() local
130 IndexDefaultParmeterArgument(PV, D); in handleDeclarator()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm-vc4.txt13 - reg: Physical base address and length of the PV's registers
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux51 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 DNOTES129 device xentimer # Xen x86 PV timer device
162 # Enable detailed accounting by the PV entry allocator.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_alert_type_string.pod175 =item "PV"/"protocol version"
/freebsd/contrib/file/magic/Magdir/
H A Dlinux609 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 DNOTES318 # Set the number of PV entries per process. Increasing this can
344 # Enable detailed accounting by the PV entry allocator.

12