Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp97 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 DDAGCombiner.cpp28324 bool IsAlias; in mayAlias() local
28326 DAG, IsAlias)) in mayAlias()
28327 return IsAlias; in mayAlias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp106 bool &IsAlias, in aliasIsKnownForLoadStore() argument
135 IsAlias = !((int64_t)Size1.getValue() <= PtrDiff); in aliasIsKnownForLoadStore()
142 IsAlias = !((PtrDiff + (int64_t)Size2.getValue()) <= 0); in aliasIsKnownForLoadStore()
168 IsAlias = false; in aliasIsKnownForLoadStore()
179 IsAlias = false; in aliasIsKnownForLoadStore()
262 bool IsAlias; in instMayAlias() local
264 GISelAddressing::aliasIsKnownForLoadStore(MI, Other, IsAlias, MRI)) in instMayAlias()
265 return IsAlias; in instMayAlias()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h54 bool IsAlias; member
62 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW()
65 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW()
80 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW()
90 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
H A DCodeGenSchedule.cpp700 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW()
703 if (RW.IsAlias) in collectSchedRW()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp202 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
211 if (underlying->IsAlias()) { in Desugar()
H A DCommandInterpreter.cpp1635 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult()
3433 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h47 bool IsAlias() override { return true; } in IsAlias() function
H A DCommandObject.h154 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp390 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local
394 if (IsAlias) { in writeNlist()
405 if (IsAlias && Symbol->isUndefined()) in writeNlist()
420 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
424 if (IsAlias && Symbol->isUndefined()) in writeNlist()
443 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h87 const SelectionDAG &DAG, bool &IsAlias);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h61 /// \p MI2 \returns true if either alias/no-alias is known. Sets \p IsAlias
64 bool &IsAlias, MachineRegisterInfo &MRI);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp104 if (sub_cmd_obj->IsAlias()) in DoExecute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h424 IsAlias = 1 << 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp475 bool scanAliasOrAnchor(bool IsAlias);
1524 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor()
1547 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanBlockScalarIndicators()
1506 scanAliasOrAnchor(bool IsAlias) scanAliasOrAnchor() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp590 bool validate(StringRef CommentDelimiter, bool IsAlias) const;
1077 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate()
1114 if (!IsAlias && TheDef->getValueAsString("AsmMatchConverter").empty() && in validate()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp43 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1170 bool IsAlias; in parseAliasOrIFunc() local
1172 IsAlias = true; in parseAliasOrIFunc()
1174 IsAlias = false; in parseAliasOrIFunc()
1181 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseAliasOrIFunc()
1246 if (IsAlias) { in parseAliasOrIFunc()
1295 if (IsAlias) in parseAliasOrIFunc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp474 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias);
2690 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument
2777 if (IsAlias) { in VisitTypedefNameDecl()
2798 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()