| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 46 class PointerIntPair { 52 constexpr PointerIntPair() = default; 54 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function 98 static PointerIntPair getFromOpaqueValue(void *V) { in getFromOpaqueValue() 99 PointerIntPair P; in getFromOpaqueValue() 106 static PointerIntPair getFromOpaqueValue(const void *V) { in getFromOpaqueValue() 111 bool operator==(const PointerIntPair &RHS) const { 115 bool operator!=(const PointerIntPair &RHS) const { 122 bool operator<=(const PointerIntPair &RHS) const { 126 bool operator>=(const PointerIntPair &RHS) const { [all …]
|
| H A D | ilist_node_base.h | 36 PointerIntPair<ilist_node_base *, 1> PrevAndSentinel;
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 44 PointerIntPair<DeclContext *, 1> 56 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 60 return PointerIntPair<DeclContext *, 1>(&Context); in getChildDeclContext() 66 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 80 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 102 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 141 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 177 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext() 187 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext() 189 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | PointerIntPairTest.cpp | 22 PointerIntPair<S *, 2> Pair(&s, 1U); in TEST() 49 PointerIntPair<S *, 2, E> Pair2(&s, E::Case1); in TEST() 65 static_assert(std::is_trivially_copyable<PointerIntPair<S *, 2, E>>::value, in TEST() 70 PointerIntPair<float *, 2> Pair; in TEST() 92 PointerIntPair<Fixnum31, 1, bool, FixnumPointerTraits> pair; in TEST() 105 PointerIntPair<Fixnum31, 1, bool, FixnumPointerTraits>>::value, in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 28 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl; 30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
|
| H A D | ScopeInfo.h | 196 using SwitchInfo = llvm::PointerIntPair<SwitchStmt*, 1, bool>; 266 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; 344 llvm::PointerIntPair<const Expr *, 1, bool> Rep;
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | CallGraph.h | 81 explicit Edge(llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind) in Edge() 85 llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind; 121 DenseMapInfo<llvm::PointerIntPair<CallGraphNode *, 2, Edge::Kind>>;
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
| H A D | llvm-support.cpp | 33 llvm::PointerIntPair<int *, 1> PointerIntPair(IntPtr, 1); variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 106 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo; 123 using UseAndIsOffsetKnownPair = PointerIntPair<Use *, 1, bool>;
|
| H A D | MemoryDependenceAnalysis.h | 276 using ValueIsLoadPair = PointerIntPair<const Value *, 1, bool>; 283 using BBSkipFirstBlockPair = PointerIntPair<BasicBlock *, 1, bool>;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Dominance.h | 97 llvm::PointerIntPair<DomTree *, 1, bool> 109 mutable DenseMap<Region *, llvm::PointerIntPair<DomTree *, 1, bool>>
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | lvi-load.ll | 6 %"struct.llvm::PointerIntPair<llvm::Use**,2u,llvm::Use::PrevPtrTag,llvm::PointerLikeTypeTraits<llvm… 8 … type { %"struct.llvm::Value"*, %"struct.llvm::Use"*, %"struct.llvm::PointerIntPair<llvm::Use**,2u…
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | Address.h | 46 llvm::PointerIntPair<llvm::Value *, 3, unsigned> Pointer; 48 llvm::PointerIntPair<llvm::Type *, 3, unsigned> ElementType;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | LambdaCapture.h | 49 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
|
| H A D | DeclContextInternals.h | 38 using DeclsAndHasExternalTy = llvm::PointerIntPair<Decls, 1, bool>; 301 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
|
| H A D | TemplateName.h | 415 llvm::PointerIntPair<NestedNameSpecifier *, 1> Qualifier; 471 llvm::PointerIntPair<NestedNameSpecifier *, 1, bool> Qualifier;
|
| H A D | VTTBuilder.h | 33 llvm::PointerIntPair<const CXXRecordDecl *, 1, bool> BaseAndIsVirtual;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { 110 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {} in UnderlyingObject()
|
| H A D | SwiftErrorValueTracking.h | 54 llvm::DenseMap<PointerIntPair<const Instruction *, 1, bool>, Register>
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 42 const PointerIntPair<const MCSymbolELF *, 1, bool> Group;
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | TypeTraitsTest.cpp | 120 TrivialityTester<llvm::PointerIntPair<int *, 2>, true, true>(); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | 2011-09-06-MemCpy.ll | 11 %struct.Use = type { %struct.Value*, %struct.Use*, %struct.PointerIntPair } 12 %struct.PointerIntPair = type { i64 }
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SwiftErrorValueTracking.cpp | 52 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, true); in getOrCreateVRegDefAt() 67 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, false); in getOrCreateVRegUseAt()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 49 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 29 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
|