| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 97 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument 115 IsAlias = !(static_cast<int64_t>(NumBytes0.getValue().getFixedValue()) <= in computeAliasing() 123 IsAlias = !((PtrDiff + static_cast<int64_t>( in computeAliasing() 140 IsAlias = false; in computeAliasing() 155 IsAlias = false; in computeAliasing() 169 IsAlias = false; in computeAliasing()
|
| H A D | DAGCombiner.cpp | 29452 bool IsAlias; in mayAlias() local 29454 DAG, IsAlias)) in mayAlias() 29455 return IsAlias; in mayAlias()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.h | 55 bool IsAlias; member 63 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW() 66 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW() 81 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW() 91 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
|
| H A D | CodeGenSchedule.cpp | 670 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW() 673 if (RW.IsAlias) in collectSchedRW()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 103 bool &IsAlias, in aliasIsKnownForLoadStore() argument 132 IsAlias = !((int64_t)Size1.getValue() <= PtrDiff); in aliasIsKnownForLoadStore() 139 IsAlias = !((PtrDiff + (int64_t)Size2.getValue()) <= 0); in aliasIsKnownForLoadStore() 165 IsAlias = false; in aliasIsKnownForLoadStore() 176 IsAlias = false; in aliasIsKnownForLoadStore() 259 bool IsAlias; in instMayAlias() local 261 GISelAddressing::aliasIsKnownForLoadStore(MI, Other, IsAlias, MRI)) in instMayAlias() 262 return IsAlias; in instMayAlias()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 201 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias() 210 if (underlying->IsAlias()) { in Desugar()
|
| H A D | CommandInterpreter.cpp | 1723 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult() 3625 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 47 bool IsAlias() override { return true; } in IsAlias() function
|
| H A D | CommandObject.h | 155 virtual bool IsAlias() { return false; } in IsAlias() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 394 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 398 if (IsAlias) { in writeNlist() 409 if (IsAlias && Symbol->isUndefined()) in writeNlist() 424 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 428 if (IsAlias && Symbol->isUndefined()) in writeNlist() 447 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 90 const SelectionDAG &DAG, bool &IsAlias);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 65 const MachineInstr &MI2, bool &IsAlias,
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 104 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 397 IsAlias = 1 << 6, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 474 bool scanAliasOrAnchor(bool IsAlias); 1524 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1547 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 590 bool validate(StringRef CommentDelimiter, bool IsAlias) const; 1078 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate() 1115 if (!IsAlias && TheDef->getValueAsString("AsmMatchConverter").empty() && in validate()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 43 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 4490 TemplateName T, bool IsAlias, ArrayRef<TemplateArgument> Args, in TemplateSpecializationType() argument 4502 TemplateSpecializationTypeBits.TypeAlias = IsAlias; in TemplateSpecializationType() 4536 if (IsAlias) in TemplateSpecializationType()
|
| H A D | ASTImporter.cpp | 523 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias); 2960 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument 3047 if (IsAlias) { in VisitTypedefNameDecl() 3068 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1160 bool IsAlias; in parseAliasOrIFunc() local 1162 IsAlias = true; in parseAliasOrIFunc() 1164 IsAlias = false; in parseAliasOrIFunc() 1171 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseAliasOrIFunc() 1236 if (IsAlias) { in parseAliasOrIFunc() 1283 if (IsAlias) in parseAliasOrIFunc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 6854 TemplateSpecializationType(TemplateName T, bool IsAlias,
|