HomeSort by relevance Sort by last modified time
    Searched defs:PV (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 257 const ParmVarDecl *PV = D->getParamDecl(1);
258 QualType Ty = PV->getType();
270 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
ThreadSafety.cpp 282 const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(ND);
283 if (PV) {
285 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
286 unsigned i = PV->getFunctionScopeIndex();
    [all...]
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 70 /// \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 =
304 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
316 substitutePV(MI, PV);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 187 (FPParamVariant PV, Module *M, InlineAsmHelper &IAH,
191 switch (PV) {
276 FPParamVariant PV = whichFPParamVariantNeeded(F);
277 swapFPIntParams(PV, M, IAH, LE, true);
441 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV,
473 swapFPIntParams(PV, M, IAH, LE, false);

Completed in 178 milliseconds