HomeSort by relevance Sort by last modified time
    Searched refs:onlyReadsMemory (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 351 if (!CI->onlyReadsMemory())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 171 if (!CS.onlyReadsMemory())
    [all...]
EarlyCSE.cpp 274 if (!CI || !CI->onlyReadsMemory())
672 // onlyReadsMemory(), mayReadFromMemory(), and mayWriteToMemory() in this pass
    [all...]
GVNHoist.cpp 226 // onlyReadsMemory will be handled as a Load instruction,
233 else if (Call->onlyReadsMemory())
    [all...]
LICM.cpp 638 if (AliasAnalysis::onlyReadsMemory(Behavior)) {
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 570 if (CS.onlyReadsMemory())
599 if (F->onlyReadsMemory())
    [all...]
MemoryDependenceAnalysis.cpp 719 bool isReadOnly = AA.onlyReadsMemory(QueryCS);
788 bool isReadonlyCall = AA.onlyReadsMemory(QueryCS);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 51 if (F.onlyReadsMemory())
83 if (F.onlyReadsMemory(n))
    [all...]
InlineFunction.cpp     [all...]
Local.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 549 bool isReadOnly = AA->onlyReadsMemory(QueryCS);
632 bool isReadonlyCall = AA->onlyReadsMemory(QueryCS);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 755 bool isReadOnly = AA.onlyReadsMemory(QueryCS);
824 bool isReadonlyCall = AA.onlyReadsMemory(QueryCS);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 109 if (F->onlyReadsMemory()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 201 if (!CI || !CI->onlyReadsMemory())
    [all...]
LICM.cpp 477 if (AliasAnalysis::onlyReadsMemory(Behavior)) {
    [all...]
SCCP.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 521 EXPECT_TRUE(Clone->onlyReadsMemory());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 739 if (CalledFunc->onlyReadsMemory()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 146 if (F->onlyReadsMemory()) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Function.cpp 184 bool Argument::onlyReadsMemory() const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 104 if (CS.onlyReadsMemory() &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 534 EXPECT_TRUE(Clone->onlyReadsMemory());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 196 return CS.onlyReadsMemory() ? IC_User : IC_CallOrUser;
198 return CS.onlyReadsMemory() ? IC_None : IC_Call;
    [all...]
SCCP.cpp     [all...]

Completed in 1147 milliseconds

1 23 4