Home
last modified time | relevance | path

Searched refs:IsAliasedByAnother (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h368 bool IsAliasedByAnother; variable
519 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()
521 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()
522 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h322 bool IsAliasedByAnother; variable
465 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()
467 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()
468 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()