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

1 2 3 4 5

  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasSetTracker.h 32 class VAArgInst;
338 bool add(VAArgInst *VAAI);
351 bool remove(VAArgInst *VAAI);
AliasAnalysis.h 51 class VAArgInst;
428 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
431 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
485 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
AliasAnalysis.h 51 class VAArgInst;
476 ModRefInfo getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc);
479 ModRefInfo getModRefInfo(const VAArgInst *I, const Value *P, uint64_t Size) {
541 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 67 static MemoryLocation get(const VAArgInst *VI);
75 else if (auto *I = dyn_cast<VAArgInst>(Inst))
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 47 class VAArgInst;
138 Location getLocation(const VAArgInst *VI);
343 case Instruction::VAArg: return getModRefInfo((const VAArgInst*)I, Loc);
451 ModRefResult getModRefInfo(const VAArgInst* I, const Location &Loc);
454 ModRefResult getModRefInfo(const VAArgInst* I, const Value* P, uint64_t Size){
AliasSetTracker.h 32 class VAArgInst;
328 bool add(VAArgInst *VAAI);
341 bool remove(VAArgInst *VAAI);
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 340 bool AliasSetTracker::add(VAArgInst *VAAI) {
392 if (VAArgInst *VAAI = dyn_cast<VAArgInst>(I))
496 bool AliasSetTracker::remove(VAArgInst *VAAI) {
540 if (VAArgInst *VAAI = dyn_cast<VAArgInst>(I))
MemDepPrinter.cpp 121 isa<VAArgInst>(Inst)) && "Unknown memory instruction!");
MemoryLocation.cpp 40 MemoryLocation MemoryLocation::get(const VAArgInst *VI) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasSetTracker.cpp 324 bool AliasSetTracker::add(VAArgInst *VAAI) {
356 if (VAArgInst *VAAI = dyn_cast<VAArgInst>(I))
448 bool AliasSetTracker::remove(VAArgInst *VAAI) {
473 if (VAArgInst *VAAI = dyn_cast<VAArgInst>(I))
MemDepPrinter.cpp 141 } else if (VAArgInst *VI = dyn_cast<VAArgInst>(Inst)) {

Completed in 763 milliseconds

1 2 3 4 5