Home
last modified time | relevance | path

Searched refs:doesNotReadMemory (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h462 bool doesNotReadMemory() const { in doesNotReadMemory() function
463 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
628 bool doesNotReadMemory(unsigned OpNo) const { in doesNotReadMemory() function
DFunction.h462 bool doesNotReadMemory() const { in doesNotReadMemory() function
DInstructions.h1763 bool doesNotReadMemory() const {
/external/llvm/include/llvm/IR/
DCallSite.h425 bool doesNotReadMemory() const { in doesNotReadMemory() function
426 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
DFunction.h302 bool doesNotReadMemory() const {
DInstructions.h1747 bool doesNotReadMemory() const {
3711 bool doesNotReadMemory() const {
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp146 else if (doesNotReadMemory(MRB)) in getModRefInfo()
213 else if (doesNotReadMemory(CS1B)) in getModRefInfo()
DBasicAliasAnalysis.cpp572 else if (CS.doesNotReadMemory()) in getModRefBehavior()
601 else if (F->doesNotReadMemory()) in getModRefBehavior()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasAnalysis.cpp177 else if (doesNotReadMemory(MRB)) in getModRefInfo()
250 else if (doesNotReadMemory(CS1B)) in getModRefInfo()
DBasicAliasAnalysis.cpp654 else if (CS.doesNotReadMemory()) in getModRefBehavior()
687 else if (F->doesNotReadMemory()) in getModRefBehavior()
858 if (CS.doesNotReadMemory(OperandNo)) { in getModRefInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h325 bool doesNotReadMemory() const { in doesNotReadMemory() function
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h324 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h462 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1004 if (CI->doesNotReadMemory()) in canInterchangeLoops()