Searched refs:UpgradeIntrinsicFunction (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | AutoUpgrade.h | 34 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | AutoUpgrade.h | 34 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | AutoUpgrade.h | 39 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | AutoUpgrade.h | 39 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | AutoUpgrade.h | 39 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | AutoUpgrade.h | 39 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | AutoUpgrade.h | 39 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn,
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 405 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() function in llvm 1360 if (UpgradeIntrinsicFunction(F, NewFn)) { in UpgradeCallsToIntrinsic()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2007 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in GlobalCleanup() 2054 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in ParseModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 846 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() function in llvm 3753 if (UpgradeIntrinsicFunction(F, NewFn)) { in UpgradeCallsToIntrinsic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1171 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() function in llvm 4374 if (UpgradeIntrinsicFunction(F, NewFn)) { in UpgradeCallsToIntrinsic()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2300 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in GlobalCleanup()
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3451 if (UpgradeIntrinsicFunction(&F, NewFn)) in globalCleanup()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2973 if (UpgradeIntrinsicFunction(&F, NewFn)) in globalCleanup()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3683 if (UpgradeIntrinsicFunction(&F, NewFn)) in globalCleanup()
|