Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h475 bool doesNotReadMemory() const { in doesNotReadMemory() function
476 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
637 bool doesNotReadMemory(unsigned OpNo) const { in doesNotReadMemory() function
DFunction.h500 bool doesNotReadMemory() const { in doesNotReadMemory() function
DInstrTypes.h1582 bool doesNotReadMemory(unsigned OpNo) const {
1675 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-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp205 else if (doesNotReadMemory(MRB)) in getModRefInfo()
283 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
DBasicAliasAnalysis.cpp725 else if (Call->doesNotReadMemory()) in getModRefBehavior()
758 else if (F->doesNotReadMemory()) in getModRefBehavior()
939 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h325 bool doesNotReadMemory() const { in doesNotReadMemory() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp121 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()
280 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h324 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp528 return !cast<CallBase>(this)->doesNotReadMemory(); in mayReadFromMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h483 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp972 if (CI->doesNotReadMemory()) in canInterchangeLoops()