Searched defs:AllocaInst (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp821 // AllocaInst Implementation
836 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, function in class:AllocaInst
845 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, function in class:AllocaInst
854 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, function in class:AllocaInst
863 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, function in class:AllocaInst
872 AllocaInst function in class:AllocaInst
881 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, function in class:AllocaInst
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h52 // AllocaInst Class
55 /// AllocaInst - an instruction to allocate memory on the stack
57 class AllocaInst : public UnaryInstruction { class in namespace:llvm
59 virtual AllocaInst *clone_impl() const;
61 explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
63 AllocaInst(Type *Ty, Value *ArraySize,
66 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
67 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
69 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
71 AllocaInst(Typ
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h46 // AllocaInst Class
49 /// AllocaInst - an instruction to allocate memory on the stack
51 class AllocaInst : public UnaryInstruction { class in namespace:llvm
57 AllocaInst *cloneImpl() const;
60 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
63 AllocaInst(Type *Ty, Value *ArraySize,
66 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr);
67 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
69 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
71 AllocaInst(Typ
[all...]

Completed in 203 milliseconds