Home
last modified time | relevance | path

Searched refs:UpgradeIntrinsicCall (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DAutoUpgrade.h31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
/external/llvm/include/llvm/IR/
DAutoUpgrade.h38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp171 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm
373 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
/external/llvm/lib/IR/
DAutoUpgrade.cpp636 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm
1365 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2884 UpgradeIntrinsicCall(CI, I->second); in Materialize()
2933 UpgradeIntrinsicCall(CI, I->second); in MaterializeModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5705 UpgradeIntrinsicCall(CI, I.second); in materialize()
5762 UpgradeIntrinsicCall(CI, I.second); in materializeModule()