Searched refs:UpgradeIntrinsicCall (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | AutoUpgrade.h | 31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
|
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 171 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm 373 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 636 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/ |
D | BitcodeReader.cpp | 2884 UpgradeIntrinsicCall(CI, I->second); in Materialize() 2933 UpgradeIntrinsicCall(CI, I->second); in MaterializeModule()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5705 UpgradeIntrinsicCall(CI, I.second); in materialize() 5762 UpgradeIntrinsicCall(CI, I.second); in materializeModule()
|