Searched defs:LoadInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h132 // LoadInst Class
135 /// LoadInst - an instruction for reading from memory. This uses the
138 class LoadInst : public UnaryInstruction { class in namespace:llvm
141 virtual LoadInst *clone_impl() const;
143 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
144 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
145 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
147 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
149 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
151 LoadInst(Valu
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp901 // LoadInst Implementation
904 void LoadInst::AssertOK() {
911 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) function in class:LoadInst
921 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) function in class:LoadInst
931 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
942 LoadInst::LoadInst(Valu function in class:LoadInst
953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
964 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
975 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
988 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
1001 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) function in class:LoadInst
1011 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) function in class:LoadInst
1021 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, function in class:LoadInst
1032 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, function in class:LoadInst
[all...]

Completed in 25 milliseconds