Searched refs:InterfaceValue (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 111 struct InterfaceValue { struct 116 inline bool operator==(InterfaceValue LHS, InterfaceValue RHS) { argument 119 inline bool operator!=(InterfaceValue LHS, InterfaceValue RHS) { 122 inline bool operator<(InterfaceValue LHS, InterfaceValue RHS) { 126 inline bool operator>(InterfaceValue LHS, InterfaceValue RHS) { 129 inline bool operator<=(InterfaceValue LHS, InterfaceValue RHS) { 132 inline bool operator>=(InterfaceValue LHS, InterfaceValue RHS) { 151 InterfaceValue From, To; 185 InterfaceValue IValue; 203 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
|
D | CFLAndersAliasAnalysis.cpp | 264 InterfaceValue IValue; 354 static Optional<InterfaceValue> 366 return InterfaceValue{*Index, IValue.DerefLevel}; in getInterfaceValue() 412 auto ArgVal = InterfaceValue{Arg.getArgNo() + 1, 0}; in populateExternalRelations() 413 auto RetVal = InterfaceValue{0, 0}; in populateExternalRelations() 477 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations() 478 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
|
D | CFLSteensAliasAnalysis.cpp | 125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 138 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|
D | AliasAnalysisSummary.cpp | 75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 114 struct InterfaceValue { struct 119 inline bool operator==(InterfaceValue LHS, InterfaceValue RHS) { argument 122 inline bool operator!=(InterfaceValue LHS, InterfaceValue RHS) { 125 inline bool operator<(InterfaceValue LHS, InterfaceValue RHS) { 129 inline bool operator>(InterfaceValue LHS, InterfaceValue RHS) { 132 inline bool operator<=(InterfaceValue LHS, InterfaceValue RHS) { 135 inline bool operator>=(InterfaceValue LHS, InterfaceValue RHS) { 154 InterfaceValue From, To; 188 InterfaceValue IValue; 206 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
|
D | CFLAndersAliasAnalysis.cpp | 264 InterfaceValue IValue; 354 static Optional<InterfaceValue> 366 return InterfaceValue{*Index, IValue.DerefLevel}; in getInterfaceValue() 412 auto ArgVal = InterfaceValue{Arg.getArgNo() + 1, 0}; in populateExternalRelations() 413 auto RetVal = InterfaceValue{0, 0}; in populateExternalRelations() 477 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations() 478 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
|
D | CFLSteensAliasAnalysis.cpp | 125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 138 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|
D | AliasAnalysisSummary.cpp | 76 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 112 struct InterfaceValue { struct 117 inline bool operator==(InterfaceValue lhs, InterfaceValue rhs) { argument 120 inline bool operator!=(InterfaceValue lhs, InterfaceValue rhs) { 127 InterfaceValue From, To; 133 InterfaceValue IValue; 151 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue, CallSite);
|
D | AliasAnalysisSummary.cpp | 77 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
|
D | CFLSteensAliasAnalysis.cpp | 137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo() 150 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
|