Home
last modified time | relevance | path

Searched refs:UserRef (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/IR/
DUser.cpp46 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()
DUse.cpp43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUser.cpp43 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()
DUse.cpp43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUser.cpp45 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
DUse.cpp138 const UserRef *ref = reinterpret_cast<const UserRef*>(End); in getUser()
DInstructions.cpp103 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/
DUse.h66 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUse.h78 using UserRef = PointerIntPair<User *, 1, unsigned, UserRefPointerTraits>; variable
DInstructions.h2979 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/
DUse.h74 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
DInstructions.h2542 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/
DUse.h65 typedef PointerIntPair<User*, 1, unsigned> UserRef; typedef
DInstructions.h1985 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/
DMemorySSA.h374 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/
DMemorySSA.h479 auto *Ref = reinterpret_cast<Use::UserRef *>(op_begin() + ReservedSpace);
485 reinterpret_cast<const Use::UserRef *>(op_begin() + ReservedSpace);