/external/llvm-project/llvm/unittests/CodeGen/ |
D | SelectionDAGAddressAnalysisTest.cpp | 113 bool IsAlias; in TEST_F() local 115 Store.getNode(), NumBytes, Store.getNode(), NumBytes, *DAG, IsAlias); in TEST_F() 118 EXPECT_TRUE(IsAlias); in TEST_F() 147 bool IsAlias; in TEST_F() local 149 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 152 EXPECT_FALSE(IsAlias); in TEST_F() 181 bool IsAlias; in TEST_F() local 183 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 214 bool IsAlias; in TEST_F() local 216 Store.getNode(), NumBytes, GStore.getNode(), GNumBytes, *DAG, IsAlias); in TEST_F() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 90 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()
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 51 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 89 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument 101 IsAlias = !( in computeAliasing() 123 IsAlias = false; in computeAliasing() 140 IsAlias = false; in computeAliasing()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 51 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()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandAlias.cpp | 200 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias() 209 if (underlying->IsAlias()) { in Desugar()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 328 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 332 if (IsAlias) { in writeNlist() 343 if (IsAlias && Symbol->isUndefined()) in writeNlist() 358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 362 if (IsAlias && Symbol->isUndefined()) in writeNlist() 381 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandAlias.h | 47 bool IsAlias() override { return true; } in IsAlias() function
|
D | CommandObject.h | 150 virtual bool IsAlias() { return false; } in IsAlias() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 84 const SelectionDAG &DAG, bool &IsAlias);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 84 const SelectionDAG &DAG, bool &IsAlias);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 346 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()
|
/external/llvm-project/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 346 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()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectHelp.cpp | 112 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 386 IsAlias = 1 << 6, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 409 IsAlias = 1 << 6, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 409 IsAlias = 1 << 6, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 97 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLParser.cpp | 469 bool scanAliasOrAnchor(bool IsAlias); 1407 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1430 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 486 bool scanAliasOrAnchor(bool IsAlias); 1412 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1435 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 476 bool scanAliasOrAnchor(bool IsAlias); 1413 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1436 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 761 BOOLEAN IsAlias; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 75 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 703 bool IsAlias; in parseIndirectSymbol() local 705 IsAlias = true; in parseIndirectSymbol() 707 IsAlias = false; in parseIndirectSymbol() 714 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseIndirectSymbol() 751 if (IsAlias && Ty != PTy->getElementType()) in parseIndirectSymbol() 756 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) in parseIndirectSymbol() 781 if (IsAlias) in parseIndirectSymbol() 811 if (IsAlias) in parseIndirectSymbol()
|