Home
last modified time | relevance | path

Searched refs:IsAlias (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp90 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument
110 IsAlias = !(*NumBytes0 <= PtrDiff); in computeAliasing()
118 IsAlias = !((PtrDiff + *NumBytes1) <= 0); in computeAliasing()
134 IsAlias = false; in computeAliasing()
151 IsAlias = false; in computeAliasing()
H A DDAGCombiner.cpp23064 bool IsAlias; in isAlias() local
23066 DAG, IsAlias)) in isAlias()
23067 return IsAlias; in isAlias()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h51 bool IsAlias; member
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW()
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW()
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW()
87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
H A DAsmMatcherEmitter.cpp583 bool validate(StringRef CommentDelimiter, bool IsAlias) const;
1050 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate()
1086 if (!IsAlias && TheDef->getValueAsString("AsmMatchConverter").empty() && in validate()
H A DCodeGenSchedule.cpp679 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW()
682 if (RW.IsAlias) in collectSchedRW()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp199 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
208 if (underlying->IsAlias()) { in Desugar()
H A DCommandInterpreter.cpp1432 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult()
3123 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h47 bool IsAlias() override { return true; } in IsAlias() function
H A DCommandObject.h150 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp346 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local
350 if (IsAlias) { in writeNlist()
361 if (IsAlias && Symbol->isUndefined()) in writeNlist()
376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
380 if (IsAlias && Symbol->isUndefined()) in writeNlist()
399 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h84 const SelectionDAG &DAG, bool &IsAlias);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp112 if (sub_cmd_obj->IsAlias()) in DoExecute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h412 IsAlias = 1 << 6, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp469 bool scanAliasOrAnchor(bool IsAlias);
1485 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument
1508 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp935 bool IsAlias; in parseIndirectSymbol() local
937 IsAlias = true; in parseIndirectSymbol()
939 IsAlias = false; in parseIndirectSymbol()
946 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseIndirectSymbol()
983 if (IsAlias && !PTy->isOpaqueOrPointeeTypeMatches(Ty)) { in parseIndirectSymbol()
991 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) { in parseIndirectSymbol()
1018 if (IsAlias) in parseIndirectSymbol()
1064 if (IsAlias) in parseIndirectSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp40 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp502 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias);
2497 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument
2568 if (IsAlias) { in VisitTypedefNameDecl()
2589 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()