/external/llvm-project/llvm/lib/IR/ |
D | User.cpp | 40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User 67 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
|
D | Instructions.cpp | 101 allocHungoffUses(PN.getNumOperands()); in PHINode() 201 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 225 allocHungoffUses(ReservedSpace); in init() 1112 allocHungoffUses(ReservedSpace); in init() 3990 allocHungoffUses(ReservedSpace); in init() 4214 allocHungoffUses(ReservedSpace); in init() 4248 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
|
D | Function.cpp | 1661 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
|
/external/llvm/lib/IR/ |
D | User.cpp | 43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User 73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
|
D | Instructions.cpp | 95 allocHungoffUses(PN.getNumOperands()); in PHINode() 195 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 219 allocHungoffUses(ReservedSpace); in init() 1027 allocHungoffUses(ReservedSpace); in init() 3693 allocHungoffUses(ReservedSpace); in init() 3803 allocHungoffUses(ReservedSpace); in init() 3837 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
|
D | Function.cpp | 1199 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User 68 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
|
D | Instructions.cpp | 109 allocHungoffUses(PN.getNumOperands()); in PHINode() 209 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 233 allocHungoffUses(ReservedSpace); in init() 1032 allocHungoffUses(ReservedSpace); in init() 3792 allocHungoffUses(ReservedSpace); in init() 4016 allocHungoffUses(ReservedSpace); in init() 4050 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
|
D | Function.cpp | 1519 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 365 allocHungoffUses(ReservedSpace); 464 void allocHungoffUses(unsigned N) { 465 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
/external/llvm/include/llvm/IR/ |
D | User.h | 84 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
D | Instructions.h | 2496 allocHungoffUses(ReservedSpace); 2504 allocHungoffUses(ReservedSpace); 2511 void allocHungoffUses(unsigned N) { 2512 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | User.h | 87 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
D | Instructions.h | 2595 allocHungoffUses(ReservedSpace); 2603 allocHungoffUses(ReservedSpace); 2615 void allocHungoffUses(unsigned N) { 2616 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 87 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
D | Instructions.h | 2565 allocHungoffUses(ReservedSpace); 2573 allocHungoffUses(ReservedSpace); 2585 void allocHungoffUses(unsigned N) { 2586 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 493 allocHungoffUses(ReservedSpace); 644 void allocHungoffUses(unsigned N) { 645 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 494 allocHungoffUses(ReservedSpace); 642 void allocHungoffUses(unsigned N) { 643 User::allocHungoffUses(N, /* IsPhi */ true);
|