Home
last modified time | relevance | path

Searched refs:isIdentifiedObject (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp1139 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1143 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1144 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
DAliasAnalysis.cpp432 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp151 if (!isIdentifiedObject(V)) in isObjectSmallerThan()
1433 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1437 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1438 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
DAliasAnalysis.cpp437 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()
680 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
DGlobalsModRef.cpp868 if (!std::all_of(Objects.begin(), Objects.end(), isIdentifiedObject) && in getModRefInfoForArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp198 if (!isIdentifiedObject(V)) in isObjectSmallerThan()
1677 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1681 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1682 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
DAliasAnalysis.cpp559 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) || in callCapturesBefore()
813 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
DGlobalsModRef.cpp902 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
DDependenceAnalysis.cpp651 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
DValueTracking.cpp3592 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h569 bool isIdentifiedObject(const Value *V);
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h832 bool isIdentifiedObject(const Value *V);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.cpp130 if (isIdentifiedObject(V)) in getUnderlyingObjectForInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp549 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h988 bool isIdentifiedObject(const Value *V);
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp522 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp161 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
DMachinePipeliner.cpp1058 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp197 if (!isIdentifiedObject(V)) in getUnderlyingObjectsForInstr()