Home
last modified time | relevance | path

Searched refs:allocHungoffUses (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/IR/
DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
DInstructions.cpp95 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()
DFunction.cpp1199 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUser.cpp42 Use *User::allocHungoffUses(unsigned N) const { in allocHungoffUses() function in llvm::User
DInstructions.cpp88 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/
DMemorySSA.h365 allocHungoffUses(ReservedSpace);
464 void allocHungoffUses(unsigned N) {
465 User::allocHungoffUses(N, /* IsPhi */ true);
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h52 Use *allocHungoffUses(unsigned) const;
DInstructions.h1944 OperandList = allocHungoffUses(ReservedSpace);
1952 OperandList = allocHungoffUses(ReservedSpace);
1958 Use *allocHungoffUses(unsigned) const;
/external/llvm/include/llvm/IR/
DUser.h84 void allocHungoffUses(unsigned N, bool IsPhi = false);
DInstructions.h2496 allocHungoffUses(ReservedSpace);
2504 allocHungoffUses(ReservedSpace);
2511 void allocHungoffUses(unsigned N) {
2512 User::allocHungoffUses(N, /* IsPhi */ true);