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

1 2 34

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Function.cpp 162 bool Argument::onlyReadsMemory() const {
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 107 if (CS.onlyReadsMemory() &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 395 } else if (AA->onlyReadsMemory(C)) {
    [all...]
NewGVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 51 if (F.onlyReadsMemory())
    [all...]
InlineFunction.cpp     [all...]
Local.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 364 } else if (AA->onlyReadsMemory(C)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 236 } else if (AA->onlyReadsMemory(C)) {
    [all...]
ScalarReplAggregates.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 711 return IsKernelFn && A->onlyReadsMemory() && A->hasNoAliasAttr();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 586 if (!A || !A->onlyReadsMemory() || !A->hasNoAliasAttr()) return false;
    [all...]

Completed in 1080 milliseconds

1 2 34