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

/external/clang/lib/Analysis/
H A DBodyFarm.cpp257 const ParmVarDecl *PV = D->getParamDecl(1); local
258 QualType Ty = PV->getType();
270 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
H A DThreadSafety.cpp282 const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(ND); local
283 if (PV) {
285 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
286 unsigned i = PV->getFunctionScopeIndex();
/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
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp187 (FPParamVariant PV, Module *M, InlineAsmHelper &IAH,
191 switch (PV) {
276 FPParamVariant PV = whichFPParamVariantNeeded(F); local
277 swapFPIntParams(PV, M, IAH, LE, true);
441 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, argument
473 swapFPIntParams(PV, M, IAH, LE, false);
186 swapFPIntParams(FPParamVariant PV, Module *M, InlineAsmHelper &IAH, bool LE, bool ToFP) argument
H A DMipsAsmPrinter.cpp772 void MipsAsmPrinter::EmitSwapFPIntParams(Mips16HardFloatInfo::FPParamVariant PV, argument
776 switch (PV) {
/external/clang/tools/c-index-test/
H A Dc-index-test.c1391 PostVisitTU PV,
1427 if (PV)
1428 PV(TU);
1442 PostVisitTU PV) {
1455 result = perform_test_load(Idx, TU, filter, prefix, Visitor, PV, NULL);
1462 PostVisitTU PV) {
1499 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV,
1508 PostVisitTU PV) {
1587 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV, NULL);
1388 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
1440 perform_test_load_tu(const char *file, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV) argument
1460 perform_test_load_source(int argc, const char **argv, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
1506 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.cpp320 void vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV);
326 unsigned UF, unsigned VF, PhiVector *PV);
2904 unsigned UF, unsigned VF, PhiVector *PV) {
2915 PV->push_back(P);
3065 void InnerLoopVectorizer::vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV) { argument
3076 widenPHIInstruction(it, Entry, UF, VF, PV);
2902 widenPHIInstruction(Instruction *PN, InnerLoopVectorizer::VectorParts &Entry, unsigned UF, unsigned VF, PhiVector *PV) argument

Completed in 151 milliseconds