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

/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp858 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD local
951 BuildMI(MBB, MBBI, dl, LoadInst, SPReg)
959 BuildMI(MBB, MBBI, dl, LoadInst, ScratchReg)
972 BuildMI(MBB, MBBI, dl, LoadInst, FPReg)
977 BuildMI(MBB, MBBI, dl, LoadInst, BPReg)
/external/llvm/include/llvm/IR/
H A DInstructions.h146 // LoadInst Class
149 /// LoadInst - an instruction for reading from memory. This uses the
152 class LoadInst : public UnaryInstruction { class in namespace:llvm
155 LoadInst *clone_impl() const override;
157 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
158 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
159 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
161 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
163 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
165 LoadInst(Valu
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp924 // LoadInst Implementation
927 void LoadInst::AssertOK() {
934 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) function in class:LoadInst
944 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) function in class:LoadInst
954 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
965 LoadInst::LoadInst(Valu function in class:LoadInst
976 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
987 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
998 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
1011 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, function in class:LoadInst
1024 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) function in class:LoadInst
1034 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) function in class:LoadInst
1044 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, function in class:LoadInst
1055 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, function in class:LoadInst
[all...]

Completed in 932 milliseconds