| /openbsd-src/gnu/llvm/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 | 26095 bool IsAlias; in mayAlias() local 26097 DAG, IsAlias)) in mayAlias() 26098 return IsAlias; in mayAlias()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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; 1061 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate() 1097 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()
|
| /openbsd-src/gnu/llvm/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 | 1629 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult() 3393 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 47 bool IsAlias() override { return true; } in IsAlias() function
|
| H A D | CommandObject.h | 154 virtual bool IsAlias() { return false; } in IsAlias() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 88 const SelectionDAG &DAG, bool &IsAlias);
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 347 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 351 if (IsAlias) { in writeNlist() 362 if (IsAlias && Symbol->isUndefined()) in writeNlist() 377 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 381 if (IsAlias && Symbol->isUndefined()) in writeNlist() 400 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 50 bool &IsAlias, MachineRegisterInfo &MRI);
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 115 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 414 IsAlias = 1 << 6, enumerator
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 42 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1004 bool IsAlias; in parseAliasOrIFunc() local 1006 IsAlias = true; in parseAliasOrIFunc() 1008 IsAlias = false; in parseAliasOrIFunc() 1015 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseAliasOrIFunc() 1056 if (IsAlias) { in parseAliasOrIFunc() 1094 if (IsAlias) { in parseAliasOrIFunc() 1143 if (IsAlias) in parseAliasOrIFunc()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 518 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias); 2477 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument 2548 if (IsAlias) { in VisitTypedefNameDecl() 2569 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()
|