Searched defs:PV (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
H A DBodyFarm.cpp256 const ParmVarDecl *PV = D->getParamDecl(1); local
257 QualType Ty = PV->getType();
269 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
/external/llvm/lib/Target/R600/
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.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
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp198 static void swapFPIntParams(FPParamVariant PV, Module *M, InlineAsmHelper &IAH, argument
202 switch (PV) {
288 FPParamVariant PV = whichFPParamVariantNeeded(F); local
289 swapFPIntParams(PV, M, IAH, LE, true);
453 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, argument
483 swapFPIntParams(PV, M, IAH, LE, false);
H A DMipsAsmPrinter.cpp833 Mips16HardFloatInfo::FPParamVariant PV,
837 switch (PV) {
832 EmitSwapFPIntParams(const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPParamVariant PV, bool LE, bool ToFP) argument
/external/llvm/lib/IR/
H A DDIBuilder.cpp94 const auto &PV = PreservedVariables.lookup(SP); local
95 SmallVector<Metadata *, 4> Variables(PV.begin(), PV.end());
/external/clang/tools/c-index-test/
H A Dc-index-test.c1455 PostVisitTU PV,
1491 if (PV)
1492 PV(TU);
1506 PostVisitTU PV) {
1519 result = perform_test_load(Idx, TU, filter, prefix, Visitor, PV, NULL);
1526 PostVisitTU PV) {
1563 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV,
1572 PostVisitTU PV) {
1651 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV, NULL);
1452 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
1504 perform_test_load_tu(const char *file, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV) argument
1524 perform_test_load_source(int argc, const char **argv, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
1570 perform_test_reparse_source(int argc, const char **argv, int trials, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp314 void vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV);
320 unsigned UF, unsigned VF, PhiVector *PV);
3032 unsigned UF, unsigned VF, PhiVector *PV) {
3043 PV->push_back(P);
3157 void InnerLoopVectorizer::vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV) { argument
3168 widenPHIInstruction(it, Entry, UF, VF, PV);
3030 widenPHIInstruction(Instruction *PN, InnerLoopVectorizer::VectorParts &Entry, unsigned UF, unsigned VF, PhiVector *PV) argument

Completed in 361 milliseconds