Searched refs:ByValArg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 862 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local 863 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() 866 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize), in processByValArgument() 877 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument() 912 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument() 913 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1319 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local 1320 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() 1323 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument() 1333 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument() 1357 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument() 1376 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument() 1377 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1266 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local 1267 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() 1270 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument() 1280 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument() 1318 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument() 1319 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
|