Searched refs:ByValArg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp936 Value *ByValArg = CS.getArgument(ArgNo);
937 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType();
940 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize),
951 ByValArg->stripPointerCasts() != MDep->getDest())
986 if (MDep->getSource()->getType() != ByValArg->getType())
987 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(),
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2453 MipsCC::byval_iterator ByValArg = MipsCCInfo.byval_begin(); local
2466 assert(ByValArg != MipsCCInfo.byval_end());
2470 MipsCCInfo, *ByValArg, Flags, Subtarget->isLittle());
2471 ++ByValArg;
2674 MipsCC::byval_iterator ByValArg = MipsCCInfo.byval_begin(); local
2687 assert(ByValArg != MipsCCInfo.byval_end());
2689 MipsCCInfo, *ByValArg);
2690 ++ByValArg;

Completed in 103 milliseconds