| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 116 bool IsAlias; in TEST_F() local 121 EXPECT_TRUE(IsAlias); in TEST_F() 142 bool IsAlias; in TEST_F() local 173 bool IsAlias; in TEST_F() local 178 EXPECT_FALSE(IsAlias); in TEST_F() 203 bool IsAlias; in TEST_F() local 234 bool IsAlias; in TEST_F() local 260 bool IsAlias; in TEST_F() local 298 bool IsAlias; in TEST_F() local 339 bool IsAlias; in TEST_F() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 91 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument 111 IsAlias = !(*NumBytes0 <= PtrDiff); in computeAliasing() 119 IsAlias = !((PtrDiff + *NumBytes1) <= 0); in computeAliasing() 135 IsAlias = false; in computeAliasing() 150 IsAlias = false; in computeAliasing() 164 IsAlias = false; in computeAliasing()
|
| H A D | DAGCombiner.cpp | 24643 bool IsAlias; in mayAlias() local 24645 DAG, IsAlias)) in mayAlias() 24646 return IsAlias; in mayAlias()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 105 bool &IsAlias, in aliasIsKnownForLoadStore() argument 134 IsAlias = !(Size1 <= PtrDiff); in aliasIsKnownForLoadStore() 142 IsAlias = !((PtrDiff + Size2) <= 0); in aliasIsKnownForLoadStore() 168 IsAlias = false; in aliasIsKnownForLoadStore() 179 IsAlias = false; in aliasIsKnownForLoadStore() 252 bool IsAlias; in instMayAlias() local 253 if (GISelAddressing::aliasIsKnownForLoadStore(MI, Other, IsAlias, MRI)) in instMayAlias() 254 return IsAlias; in instMayAlias()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 47 bool IsAlias; member 55 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW() 58 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW() 73 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW() 83 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
|
| H A D | AsmMatcherEmitter.cpp | 584 bool validate(StringRef CommentDelimiter, bool IsAlias) const; 1060 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate() 1096 if (!IsAlias && TheDef->getValueAsString("AsmMatchConverter").empty() && in validate()
|
| H A D | CodeGenSchedule.cpp | 687 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW() 690 if (RW.IsAlias) in collectSchedRW()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 199 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias() 208 if (underlying->IsAlias()) { in Desugar()
|
| H A D | CommandInterpreter.cpp | 1611 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult() 3341 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 47 bool IsAlias() override { return true; } in IsAlias() function
|
| H A D | CommandObject.h | 152 virtual bool IsAlias() { return false; } in IsAlias() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 85 const SelectionDAG &DAG, bool &IsAlias);
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 348 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 352 if (IsAlias) { in writeNlist() 363 if (IsAlias && Symbol->isUndefined()) in writeNlist() 378 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 382 if (IsAlias && Symbol->isUndefined()) in writeNlist() 401 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 50 bool &IsAlias, MachineRegisterInfo &MRI);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 115 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 417 IsAlias = 1 << 6, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 471 bool scanAliasOrAnchor(bool IsAlias); 1506 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1529 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 42 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 967 bool IsAlias; in parseAliasOrIFunc() local 969 IsAlias = true; in parseAliasOrIFunc() 971 IsAlias = false; in parseAliasOrIFunc() 978 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseAliasOrIFunc() 1015 if (IsAlias) { in parseAliasOrIFunc() 1053 if (IsAlias) { in parseAliasOrIFunc() 1102 if (IsAlias) in parseAliasOrIFunc()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 521 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias); 2483 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument 2554 if (IsAlias) { in VisitTypedefNameDecl() 2575 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()
|