Lines Matching full:upgrade
1 //===-- AutoUpgrade.cpp - Implement auto-upgrade helper functions ---------===//
10 // This file implements the auto-upgrade helper functions
30 // Upgrade the declarations of the SSE4.1 functions whose arguments have
47 assert(F && "Illegal to upgrade a non-existent Function.");
167 // Upgrade intrinsic attributes. This does not change the function.
181 // Only upgrade an array of a two field struct with the appropriate field
236 // UpgradeIntrinsicCall - Upgrade a call to an old intrinsic to be a call the
252 // Upgrade packed integer vector compares intrinsics to compare instructions
389 llvm_unreachable("Unknown function for CallInst upgrade.");
403 llvm_unreachable("Unknown function for CallInst upgrade.");
475 // one we are interested in, we then upgrade all calls to reflect the new
478 assert(F && "Illegal attempt to upgrade a non-existent intrinsic.");
480 // Upgrade the function and check if it is a totaly new function.