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

1 2 3

  /external/llvm/include/llvm/IR/
Instruction.h 388 bool mayReadFromMemory() const;
392 return mayReadFromMemory() || mayWriteToMemory();
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 222 /// mayReadFromMemory - Return true if this instruction may read memory.
224 bool mayReadFromMemory() const;
230 return mayReadFromMemory() || mayWriteToMemory();
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory())
  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 341 if (I->mayReadFromMemory()) {
489 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory())
EarlyCSE.cpp 464 bool mayReadFromMemory() const {
466 return Inst->mayReadFromMemory();
671 if (Inst->mayReadFromMemory() &&
672 !(MemInst.isValid() && !MemInst.mayReadFromMemory()))
704 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above");
    [all...]
LoopDataPrefetch.cpp 289 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1),
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 354 if (iter1->mayReadFromMemory())
359 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 228 if (I->mayHaveSideEffects() || I->mayReadFromMemory() ||
237 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() ||
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 413 bool mayReadFromMemory() const;
417 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 448 bool mayReadFromMemory() const;
452 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 452 bool mayReadFromMemory() const;
456 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 452 bool mayReadFromMemory() const;
456 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 448 bool mayReadFromMemory() const;
452 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 452 bool mayReadFromMemory() const;
456 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 452 bool mayReadFromMemory() const;
456 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.h 476 bool mayReadFromMemory() const;
480 return mayReadFromMemory() || mayWriteToMemory();
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 446 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory())
577 if (BBI->mayReadFromMemory() || BBI->mayWriteToMemory() ||
587 if (I->mayReadFromMemory() || I->mayWriteToMemory())
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemDepPrinter.cpp 104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory())

Completed in 981 milliseconds

1 2 3