Searched refs:PV (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, argument
194 switch (PV) {
286 FPParamVariant PV = whichFPParamVariantNeeded(F); local
290 AsmText += swapFPIntParams(PV, M, LE, true);
462 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, argument
491 AsmText += swapFPIntParams(PV, M, LE, false);
H A DMipsAsmPrinter.cpp835 Mips16HardFloatInfo::FPParamVariant PV,
839 switch (PV) {
834 EmitSwapFPIntParams(const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPParamVariant PV, bool LE, bool ToFP) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp70 /// \returns register to PV chan mapping for bundle/single instructions that
235 const DenseMap<unsigned, unsigned> &PV,
273 PV, BS, isTransSlot)) {
299 const DenseMap<unsigned, unsigned> &PV = variable
304 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
316 substitutePV(MI, PV);
234 isBundlableWithCurrentPMI(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
H A DR600InstrInfo.h37 ExtractSrcs(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, unsigned &ConstCount) const;
138 /// PV holds GPR to PV registers in the Instruction Group MIs.
140 const DenseMap<unsigned, unsigned> &PV,
H A DR600InstrInfo.cpp354 const DenseMap<unsigned, unsigned> &PV,
367 if (PV.find(Reg) != PV.end()) {
368 // 255 is used to tells its a PS/PV reg
549 const DenseMap<unsigned, unsigned> &PV,
560 IGSrcs.push_back(ExtractSrcs(IG[i], PV, ConstCount));
353 ExtractSrcs(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, unsigned &ConstCount) const argument
548 fitsReadPortLimitations(const std::vector<MachineInstr *> &IG, const DenseMap<unsigned, unsigned> &PV, std::vector<BankSwizzle> &ValidSwizzle, bool isLastAluTrans) const argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp253 const ParmVarDecl *PV = D->getParamDecl(1); local
254 QualType Ty = PV->getType();
266 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
H A DThreadSafetyCommon.cpp271 if (const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(VD)) {
273 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
274 unsigned I = PV->getFunctionScopeIndex();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp103 const auto &PV = PreservedVariables.lookup(SP); local
104 SmallVector<Metadata *, 4> Variables(PV.begin(), PV.end());
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp78 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { argument
79 if (PV.R)
80 OS << 'v' << TargetRegisterInfo::virtReg2Index(PV.R);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2725 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(D)) {
2726 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(PV->getDeclContext())) {
2727 unsigned i = PV->getFunctionScopeIndex();
2730 if (FD->getParamDecl(i) == PV)
H A DSemaChecking.cpp2448 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(DR->getDecl())) {
2458 SecondArgIsLastNamedArgument = PV == LastArg;
2460 Type = PV->getType();
2461 ParamLoc = PV->getLocation();
3133 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(VD)) {
3134 if (const NamedDecl *ND = dyn_cast<NamedDecl>(PV->getDeclContext())) {
3135 int PVIndex = PV->getFunctionScopeIndex() + 1;
7717 if (const auto* PV = dyn_cast<ParmVarDecl>(D)) {
7719 !getCurFunction()->ModifiedNonNullParams.count(PV)) {
7720 if (PV
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp385 void vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV);
391 unsigned UF, unsigned VF, PhiVector *PV);
3608 unsigned VF, PhiVector *PV) {
3619 PV->push_back(P);
3726 void InnerLoopVectorizer::vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV) { argument
3738 widenPHIInstruction(&*it, Entry, UF, VF, PV);
3606 widenPHIInstruction( Instruction *PN, InnerLoopVectorizer::VectorParts &Entry, unsigned UF, unsigned VF, PhiVector *PV) argument
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dreadelf.c5272 #define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m);
5276 /* PV(Region_description); */
5278 PV(Entry_FR);
5279 PV(Entry_GR);
5299 PV(Total_frame_size);
5301 #undef PV
5269 #define PV macro
5298 #undef PV macro

Completed in 147 milliseconds