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

/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp680 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD local
769 BuildMI(MBB, MBBI, dl, StoreInst)
776 BuildMI(MBB, MBBI, dl, StoreInst)
783 BuildMI(MBB, MBBI, dl, StoreInst)
790 BuildMI(MBB, MBBI, dl, StoreInst)
/external/llvm/include/llvm/IR/
H A DInstructions.h312 // StoreInst Class
315 /// StoreInst - an instruction for storing to memory
317 class StoreInst : public Instruction { class in namespace:llvm
324 StoreInst *cloneImpl() const;
331 StoreInst(Value *Val, Value *Ptr, Instruction *InsertBefore);
332 StoreInst(Value *Val, Value *Ptr, BasicBlock *InsertAtEnd);
333 StoreInst(Value *Val, Value *Ptr, bool isVolatile = false,
335 StoreInst(Value *Val, Value *Ptr, bool isVolatile, BasicBlock *InsertAtEnd);
336 StoreInst(Value *Val, Value *Ptr, bool isVolatile,
338 StoreInst(Valu
[all...]

Completed in 132 milliseconds