Home
last modified time | relevance | path

Searched defs:Call1 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h793 ModRefInfo getModRefInfo(const CallBase *Call1, const CallBase *Call2) { in getModRefInfo()
926 ModRefInfo getModRefInfo(const CallBase *Call1, const CallBase *Call2, in getModRefInfo()
1006 ModRefInfo getModRefInfo(const CallBase *Call1, const CallBase *Call2, in getModRefInfo()
1060 ModRefInfo getModRefInfo(const CallBase *Call1, const CallBase *Call2, in getModRefInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysis.cpp158 if (const auto *Call1 = dyn_cast<CallBase>(I)) { in getModRefInfo() local
245 ModRefInfo AAResults::getModRefInfo(const CallBase *Call1, in getModRefInfo()
251 ModRefInfo AAResults::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DScopedNoAliasAA.cpp116 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DTypeBasedAliasAnalysis.cpp439 ModRefInfo TypeBasedAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DBasicAliasAnalysis.cpp1047 ModRefInfo BasicAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAliasAnalysis.cpp193 if (const auto *Call1 = dyn_cast<CallBase>(I)) { in getModRefInfo() local
265 ModRefInfo AAResults::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DScopedNoAliasAA.cpp93 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DTypeBasedAliasAnalysis.cpp440 ModRefInfo TypeBasedAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
H A DBasicAliasAnalysis.cpp968 ModRefInfo BasicAAResult::getModRefInfo(const CallBase *Call1, in getModRefInfo()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/testdata/
H A Danys.proto104 rpc Call1(Imports) returns (Imports); rpc
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Danys.proto104 rpc Call1(Imports) returns (Imports); rpc
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp250 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp410 auto Call1 = Builder.CreateCall(Callee, None); in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2323 CallInst *Call1 = Builder.CreateCall(II->getCalledFunction(), {RHS}); in visitCallInst() local