Home
last modified time | relevance | path

Searched refs:PointerIntPair (Results 1 – 25 of 142) sorted by relevance

123456

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h46 class PointerIntPair {
50 PointerIntPair() : Value(0) {} in PointerIntPair() function
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair() function
80 return const_cast<PointerIntPair *>(this)->getAddrOfPointer(); in getAddrOfPointer()
95 static PointerIntPair getFromOpaqueValue(void *V) { in getFromOpaqueValue()
96 PointerIntPair P; in getFromOpaqueValue()
103 static PointerIntPair getFromOpaqueValue(const void *V) { in getFromOpaqueValue()
108 bool operator==(const PointerIntPair &RHS) const {
111 bool operator!=(const PointerIntPair &RHS) const {
[all …]
Dilist_node_base.h37 PointerIntPair<ilist_node_base *, 1> PrevAndSentinel;
/external/llvm/include/llvm/ADT/
DPointerIntPair.h46 class PointerIntPair {
50 PointerIntPair() : Value(0) {} in PointerIntPair() function
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair() function
80 return const_cast<PointerIntPair *>(this)->getAddrOfPointer(); in getAddrOfPointer()
95 static PointerIntPair getFromOpaqueValue(void *V) { in getFromOpaqueValue()
96 PointerIntPair P; in getFromOpaqueValue()
103 static PointerIntPair getFromOpaqueValue(const void *V) { in getFromOpaqueValue()
108 bool operator==(const PointerIntPair &RHS) const {
111 bool operator!=(const PointerIntPair &RHS) const {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h45 class PointerIntPair {
51 constexpr PointerIntPair() = default;
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function
57 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair() function
81 return const_cast<PointerIntPair *>(this)->getAddrOfPointer(); in getAddrOfPointer()
97 static PointerIntPair getFromOpaqueValue(void *V) { in getFromOpaqueValue()
98 PointerIntPair P; in getFromOpaqueValue()
105 static PointerIntPair getFromOpaqueValue(const void *V) { in getFromOpaqueValue()
110 bool operator==(const PointerIntPair &RHS) const {
114 bool operator!=(const PointerIntPair &RHS) const {
[all …]
Dilist_node_base.h36 PointerIntPair<ilist_node_base *, 1> PrevAndSentinel;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp43 PointerIntPair<DeclContext *, 1> DeclContextTree::getChildDeclContext( in getChildDeclContext()
55 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext()
59 return PointerIntPair<DeclContext *, 1>(&Context); in getChildDeclContext()
65 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext()
79 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext()
104 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext()
158 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext()
194 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* Invalid= */ 1); in getChildDeclContext()
204 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* Invalid= */ 1); in getChildDeclContext()
206 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
/external/llvm/unittests/ADT/
DPointerIntPairTest.cpp23 PointerIntPair<S *, 2> Pair(&s, 1U); in TEST()
50 PointerIntPair<S *, 2, E> Pair2(&s, E::Case1); in TEST()
68 PointerIntPair<float *, 2> Pair; in TEST()
90 PointerIntPair<Fixnum31, 1, bool, FixnumPointerTraits> pair; in TEST()
/external/clang/include/clang/Sema/
DObjCMethodList.h29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
DScopeInfo.h206 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy;
282 llvm::PointerIntPair<const Expr *, 1, bool> Rep;
433 llvm::PointerIntPair<VarDecl*, 2> VarAndNestedAndThis;
438 llvm::PointerIntPair<void *, 2, CaptureKind> InitExprAndCaptureKind;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h66 typedef PointerIntPair<User *, 1, unsigned> UserRef;
118 PointerIntPair<Use **, 2, PrevPtrTag> Prev;
/external/llvm/include/llvm/IR/
DUse.h74 typedef PointerIntPair<User *, 1, unsigned> UserRef;
128 PointerIntPair<Use **, 2, PrevPtrTag> Prev;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUse.h77 using UserRef = PointerIntPair<User *, 1, unsigned, UserRefPointerTraits>;
143 PointerIntPair<Use **, 2, PrevPtrTag, PrevPointerTraits> Prev;
/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
118 typedef PointerIntPair<Use *, 1, bool> UseAndIsOffsetKnownPair;
DMemoryDependenceAnalysis.h278 typedef PointerIntPair<const Value *, 1, bool> ValueIsLoadPair;
285 typedef PointerIntPair<BasicBlock *, 1, bool> BBSkipFirstBlockPair;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPtrUseVisitor.h114 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
131 using UseAndIsOffsetKnownPair = PointerIntPair<Use *, 1, bool>;
/external/llvm/test/Transforms/JumpThreading/
Dlvi-load.ll6 %"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…
/external/clang/include/clang/AST/
DDeclContextInternals.h39 typedef llvm::PointerIntPair<DeclsTy *, 1, bool> DeclsAndHasExternalTy;
248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
DLambdaCapture.h50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
DTemplateName.h363 llvm::PointerIntPair<NestedNameSpecifier *, 1> Qualifier;
419 llvm::PointerIntPair<NestedNameSpecifier *, 1, bool> Qualifier;
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> {
92 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {} in UnderlyingObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> {
110 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {} in UnderlyingObject()
DDwarfStringPoolEntry.h32 PointerIntPair<const StringMapEntry<DwarfStringPoolEntry> *, 1, bool>
DSwiftErrorValueTracking.h56 llvm::DenseMap<PointerIntPair<const Instruction *, 1, bool>, Register>
/external/clang/include/clang/Lex/
DModuleLoader.h34 llvm::PointerIntPair<Module *, 1, bool> Storage;
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll11 %struct.Use = type { %struct.Value*, %struct.Use*, %struct.PointerIntPair }
12 %struct.PointerIntPair = type { i64 }

123456