HomeSort by relevance Sort by last modified time
    Searched defs:StoreInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 680 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD
769 BuildMI(MBB, MBBI, dl, StoreInst)
776 BuildMI(MBB, MBBI, dl, StoreInst)
783 BuildMI(MBB, MBBI, dl, StoreInst)
790 BuildMI(MBB, MBBI, dl, StoreInst)
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 312 // StoreInst Class
315 /// StoreInst - an instruction for storing to memory
317 class StoreInst : public Instruction {
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(Value *Val, Value *Ptr, bool isVolatile
    [all...]

Completed in 93 milliseconds