Searched refs:allocHungoffUses (Results 1 – 10 of 10) sorted by relevance
/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/lib/VMCore/ |
D | User.cpp | 42 Use *User::allocHungoffUses(unsigned N) const { in allocHungoffUses() function in llvm::User
|
D | Instructions.cpp | 88 allocHungoffUses(PN.getNumOperands()), PN.getNumOperands()), in PHINode() 99 Use *PHINode::allocHungoffUses(unsigned N) const { in allocHungoffUses() function in PHINode 150 OperandList = allocHungoffUses(ReservedSpace); in growOperands() 189 allocHungoffUses(LP.getNumOperands()), LP.getNumOperands()), in LandingPadInst() 222 OperandList = allocHungoffUses(ReservedSpace); in init() 235 Use *NewOps = allocHungoffUses(ReservedSpace); in growOperands() 3102 OperandList = allocHungoffUses(ReservedSpace); in init() 3191 Use *NewOps = allocHungoffUses(NumOps); in growOperands() 3220 OperandList = allocHungoffUses(ReservedSpace); in init() 3234 Use *NewOps = allocHungoffUses(NumOps); in growOperands() [all …]
|
/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/include/llvm/ |
D | User.h | 52 Use *allocHungoffUses(unsigned) const;
|
D | Instructions.h | 1944 OperandList = allocHungoffUses(ReservedSpace); 1952 OperandList = allocHungoffUses(ReservedSpace); 1958 Use *allocHungoffUses(unsigned) const;
|
/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);
|