Home
last modified time | relevance | path

Searched refs:InterfaceValue (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.h111 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,
DCFLAndersAliasAnalysis.cpp264 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()
DCFLSteensAliasAnalysis.cpp125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
138 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
DAliasAnalysisSummary.cpp75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
/external/llvm-project/llvm/lib/Analysis/
DAliasAnalysisSummary.h114 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,
DCFLAndersAliasAnalysis.cpp264 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()
DCFLSteensAliasAnalysis.cpp125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
138 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()
DAliasAnalysisSummary.cpp76 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
/external/llvm/lib/Analysis/
DAliasAnalysisSummary.h112 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);
DAliasAnalysisSummary.cpp77 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue()
DCFLSteensAliasAnalysis.cpp137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
150 InterfaceValue CurrValue{InterfaceIndex, Level}; in FunctionInfo()