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 245 const ParmVarDecl *PV = D->getParamDecl(1);
246 QualType Ty = PV->getType();
258 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
ThreadSafety.cpp 284 const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(ND);
285 if (PV) {
287 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
288 unsigned i = PV->getFunctionScopeIndex();
    [all...]
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 66 /// \returns register to PV chan mapping for bundle/single instructions that
210 const DenseMap<unsigned, unsigned> &PV,
234 PV, BS, isTransSlot)) {
256 const DenseMap<unsigned, unsigned> &PV =
261 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
273 substitutePV(MI, PV);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 179 (FPParamVariant PV, Module *M, InlineAsmHelper &IAH,
183 switch (PV) {
268 FPParamVariant PV = whichFPParamVariantNeeded(F);
269 swapFPIntParams(PV, M, IAH, LE, true);
385 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV,
415 swapFPIntParams(PV, M, IAH, LE, false);

Completed in 926 milliseconds