HomeSort by: relevance | last modified time | path
    Searched refs:Upgraded (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 3016 // (out-of-order), or a value has been upgraded.
3098 // Look for intrinsic functions which need to be upgraded at some point
3099 // and functions that need to have their function attributes upgraded.
3117 if (GlobalVariable *Upgraded = UpgradeGlobalVariable(&GV))
3118 UpgradedVariables.emplace_back(&GV, Upgraded);
3392 llvm_unreachable("not an upgraded type attribute");
3711 // are auto-upgraded.
3879 llvm_unreachable("not an upgraded type attribute");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 989 // upgraded form of the intrinsic. We should perhaps have two separate
996 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
997 assert(F != NewFn && "Intrinsic function upgraded to the same function");
1004 return Upgraded;
3828 // upgraded.
3948 // Check if this function should be upgraded and get the replacement function
4053 /// This checks for objc retain release marker which should be upgraded. It

Completed in 115 milliseconds