Home
last modified time | relevance | path

Searched defs:IsAlias (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp116 bool IsAlias; TEST_F() local
138 bool IsAlias; TEST_F() local
168 bool IsAlias; TEST_F() local
197 bool IsAlias; TEST_F() local
227 bool IsAlias; TEST_F() local
253 bool IsAlias; TEST_F() local
289 bool IsAlias; TEST_F() local
330 bool IsAlias; TEST_F() local
363 bool IsAlias; TEST_F() local
[all...]
/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; } IsAlias() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp97 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing()
H A DDAGCombiner.cpp28265 bool IsAlias; mayAlias() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp106 aliasIsKnownForLoadStore(const MachineInstr & MI1,const MachineInstr & MI2,bool & IsAlias,MachineRegisterInfo & MRI) aliasIsKnownForLoadStore() argument
262 bool IsAlias; instMayAlias() local
/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp381 bool IsAlias = Symbol != AliasedSymbol; writeNlist() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h54 bool IsAlias; global() member
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1524 scanAliasOrAnchor(bool IsAlias) scanAliasOrAnchor() argument
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h424 IsAlias = 1 << 6, enumerator
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1155 bool IsAlias; parseAliasOrIFunc() local
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2690 VisitTypedefNameDecl(TypedefNameDecl * D,bool IsAlias) VisitTypedefNameDecl() argument