HomeSort by relevance Sort by last modified time
    Searched refs:allocHungoffUses (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 39 // User allocHungoffUses Implementation
42 Use *User::allocHungoffUses(unsigned N) const {
Instructions.cpp 88 allocHungoffUses(PN.getNumOperands()), PN.getNumOperands()),
99 Use *PHINode::allocHungoffUses(unsigned N) const {
150 OperandList = allocHungoffUses(ReservedSpace);
189 allocHungoffUses(LP.getNumOperands()), LP.getNumOperands()),
222 OperandList = allocHungoffUses(ReservedSpace);
235 Use *NewOps = allocHungoffUses(ReservedSpace);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 52 Use *allocHungoffUses(unsigned) const;
Instructions.h     [all...]
  /external/llvm/lib/IR/
User.cpp 40 // User allocHungoffUses Implementation
43 void User::allocHungoffUses(unsigned N, bool IsPhi) {
73 allocHungoffUses(NewNumUses, IsPhi);
Instructions.cpp 95 allocHungoffUses(PN.getNumOperands());
195 allocHungoffUses(LP.getNumOperands());
219 allocHungoffUses(ReservedSpace);
    [all...]
Function.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
User.cpp 37 // User allocHungoffUses Implementation
40 void User::allocHungoffUses(unsigned N, bool IsPhi) {
69 allocHungoffUses(NewNumUses, IsPhi);
Instructions.cpp 150 allocHungoffUses(PN.getNumOperands());
250 allocHungoffUses(LP.getNumOperands());
274 allocHungoffUses(ReservedSpace);
    [all...]
Function.cpp     [all...]
  /external/llvm/include/llvm/IR/
User.h 84 void allocHungoffUses(unsigned N, bool IsPhi = false);
86 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 90 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 365 allocHungoffUses(ReservedSpace);
462 /// User::allocHungoffUses, because we have to allocate Uses for the incoming
464 void allocHungoffUses(unsigned N) {
465 User::allocHungoffUses(N, /* IsPhi */ true);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
User.h 88 void allocHungoffUses(unsigned N, bool IsPhi = false);
90 /// Grow the number of hung off uses. Note that allocHungoffUses
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 470 allocHungoffUses(ReservedSpace);
619 /// User::allocHungoffUses, because we have to allocate Uses for the incoming
621 void allocHungoffUses(unsigned N) {
622 User::allocHungoffUses(N, /* IsPhi */ true);
    [all...]

Completed in 985 milliseconds