Searched refs:UpgradeIntrinsicCall (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
|
/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-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1668 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm 3758 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1777 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm 3902 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5271 UpgradeIntrinsicCall(CI, I.second); in materialize() 5336 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()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5442 UpgradeIntrinsicCall(CI, I.second); in materialize() 5540 UpgradeIntrinsicCall(CI, I.second); in materializeModule()
|