Searched refs:UserRef (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/IR/ |
D | User.cpp | 46 static_assert(AlignOf<Use>::Alignment >= AlignOf<Use::UserRef>::Alignment, in allocHungoffUses() 48 static_assert(AlignOf<Use::UserRef>::Alignment >= in allocHungoffUses() 54 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses() 59 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses() 82 reinterpret_cast<char *>(OldOps + OldNumUses) + sizeof(Use::UserRef); in growHungoffUses() 84 reinterpret_cast<char *>(NewOps + NewNumUses) + sizeof(Use::UserRef); in growHungoffUses()
|
D | Use.cpp | 43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 43 static_assert(alignof(Use) >= alignof(Use::UserRef), in allocHungoffUses() 45 static_assert(alignof(Use::UserRef) >= alignof(BasicBlock *), in allocHungoffUses() 50 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses() 55 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses() 78 reinterpret_cast<char *>(OldOps + OldNumUses) + sizeof(Use::UserRef); in growHungoffUses() 80 reinterpret_cast<char *>(NewOps + NewNumUses) + sizeof(Use::UserRef); in growHungoffUses()
|
D | Use.cpp | 43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | User.cpp | 45 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses() 48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
|
D | Use.cpp | 138 const UserRef *ref = reinterpret_cast<const UserRef*>(End); in getUser()
|
D | Instructions.cpp | 103 size_t size = N * sizeof(Use) + sizeof(Use::UserRef) in allocHungoffUses() 107 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1); in allocHungoffUses()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 66 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Use.h | 78 using UserRef = PointerIntPair<User *, 1, unsigned, UserRefPointerTraits>; variable
|
D | Instructions.h | 2979 Use::UserRef *ref = 2980 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace); 2985 const Use::UserRef *ref = 2986 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);
|
/external/llvm/include/llvm/IR/ |
D | Use.h | 74 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
|
D | Instructions.h | 2542 Use::UserRef *ref = 2543 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace); 2548 const Use::UserRef *ref = 2549 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Use.h | 65 typedef PointerIntPair<User*, 1, unsigned> UserRef; typedef
|
D | Instructions.h | 1985 Use::UserRef *ref = 1986 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace); 1991 const Use::UserRef *ref = 1992 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 374 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace); 380 reinterpret_cast<const Use::UserRef *>(op_begin() + ReservedSpace);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 479 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace); 485 reinterpret_cast<const Use::UserRef *>(op_begin() + ReservedSpace);
|