HomeSort by relevance Sort by last modified time
    Searched refs:getModRefInfo (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp 14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) {
x86_32-arguments.cpp 42 virtual void getModRefInfo(CallSite CS) = 0;
50 void getModRefInfo(CallSite CS);
53 void BasicAliasAnalysis::getModRefInfo(CallSite CS) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 337 /// getModRefInfo - Return information about whether or not an instruction may
340 ModRefResult getModRefInfo(const Instruction *I,
343 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
344 case Instruction::Load: return getModRefInfo((const LoadInst*)I, Loc);
345 case Instruction::Store: return getModRefInfo((const StoreInst*)I, Loc);
346 case Instruction::Fence: return getModRefInfo((const FenceInst*)I, Loc);
348 return getModRefInfo((const AtomicCmpXchgInst*)I, Loc);
350 return getModRefInfo((const AtomicRMWInst*)I, Loc);
351 case Instruction::Call: return getModRefInfo((const CallInst*)I, Loc);
352 case Instruction::Invoke: return getModRefInfo((const InvokeInst*)I,Loc)
    [all...]
LibCallAliasAnalysis.h 40 ModRefResult getModRefInfo(ImmutableCallSite CS,
43 ModRefResult getModRefInfo(ImmutableCallSite CS1,
46 return AliasAnalysis::getModRefInfo(CS1, CS2);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 342 /// getModRefInfo (for call sites) - Return information about whether
344 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
346 /// getModRefInfo (for call sites) - A convenience wrapper.
347 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
349 return getModRefInfo(CS, MemoryLocation(P, Size));
352 /// getModRefInfo (for calls) - Return information about whether
354 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
355 return getModRefInfo(ImmutableCallSite(C), Loc);
358 /// getModRefInfo (for calls) - A convenience wrapper.
359 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 394 /// getModRefInfo (for call sites) - Return information about whether
396 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
398 /// getModRefInfo (for call sites) - A convenience wrapper.
399 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P,
401 return getModRefInfo(CS, MemoryLocation(P, Size));
404 /// getModRefInfo (for calls) - Return information about whether
406 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) {
407 return getModRefInfo(ImmutableCallSite(C), Loc);
410 /// getModRefInfo (for calls) - A convenience wrapper.
411 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size)
    [all...]
ScopedNoAliasAA.h 39 ModRefInfo getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc);
40 ModRefInfo getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2);
  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 166 TEST_F(AliasAnalysisTest, getModRefInfo) {
193 EXPECT_EQ(AA.getModRefInfo(Store1, MemoryLocation()), MRI_Mod);
194 EXPECT_EQ(AA.getModRefInfo(Store1), MRI_Mod);
195 EXPECT_EQ(AA.getModRefInfo(Load1, MemoryLocation()), MRI_Ref);
196 EXPECT_EQ(AA.getModRefInfo(Load1), MRI_Ref);
197 EXPECT_EQ(AA.getModRefInfo(Add1, MemoryLocation()), MRI_NoModRef);
198 EXPECT_EQ(AA.getModRefInfo(Add1), MRI_NoModRef);
199 EXPECT_EQ(AA.getModRefInfo(VAArg1, MemoryLocation()), MRI_ModRef);
200 EXPECT_EQ(AA.getModRefInfo(VAArg1), MRI_ModRef);
201 EXPECT_EQ(AA.getModRefInfo(CmpXChg1, MemoryLocation()), MRI_ModRef)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
NoAliasAnalysis.cpp 57 virtual ModRefResult getModRefInfo(ImmutableCallSite CS,
61 virtual ModRefResult getModRefInfo(ImmutableCallSite CS1,
AliasAnalysis.cpp 75 AliasAnalysis::getModRefInfo(ImmutableCallSite CS,
117 return ModRefResult(AA->getModRefInfo(CS, Loc) & Mask);
121 AliasAnalysis::getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2) {
155 R = ModRefResult((R | getModRefInfo(CS1, CS2Loc)) & Mask);
175 if (getModRefInfo(CS2, CS1Loc) != NoModRef) {
190 return ModRefResult(AA->getModRefInfo(CS1, CS2) & Mask);
283 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) {
298 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) {
318 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) {
334 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc)
    [all...]
  /external/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 95 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(ImmutableCallSite CS,
98 return AAResultBase::getModRefInfo(CS, Loc);
109 return AAResultBase::getModRefInfo(CS, Loc);
112 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(ImmutableCallSite CS1,
115 return AAResultBase::getModRefInfo(CS1, CS2);
127 return AAResultBase::getModRefInfo(CS1, CS2);

Completed in 535 milliseconds

1 2 3 4