Home
last modified time | relevance | path

Searched refs:IsAlias (Results 1 – 22 of 22) 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.cpp29452 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 DCodeGenSchedule.h55 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 DCodeGenSchedule.cpp670 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW()
673 if (RW.IsAlias) in collectSchedRW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp103 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 DCommandAlias.cpp201 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
210 if (underlying->IsAlias()) { in Desugar()
H A DCommandInterpreter.cpp1723 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 DCommandAlias.h47 bool IsAlias() override { return true; } in IsAlias() function
H A DCommandObject.h155 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp394 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 DSelectionDAGAddressAnalysis.h90 const SelectionDAG &DAG, bool &IsAlias);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h65 const MachineInstr &MI2, bool &IsAlias,
/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.h397 IsAlias = 1 << 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp474 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 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;
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 DMinimalSymbolDumper.cpp43 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4490 TemplateName T, bool IsAlias, ArrayRef<TemplateArgument> Args, in TemplateSpecializationType() argument
4502 TemplateSpecializationTypeBits.TypeAlias = IsAlias; in TemplateSpecializationType()
4536 if (IsAlias) in TemplateSpecializationType()
H A DASTImporter.cpp523 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 DLLParser.cpp1160 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 DType.h6854 TemplateSpecializationType(TemplateName T, bool IsAlias,