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

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 557 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD
634 BuildMI(MBB, MBBI, dl, StoreInst)
641 BuildMI(MBB, MBBI, dl, StoreInst)
648 BuildMI(MBB, MBBI, dl, StoreInst)
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 267 // StoreInst Class
270 /// StoreInst - an instruction for storing to memory
272 class StoreInst : public Instruction {
276 StoreInst *clone_impl() const override;
282 StoreInst(Value *Val, Value *Ptr, Instruction *InsertBefore);
283 StoreInst(Value *Val, Value *Ptr, BasicBlock *InsertAtEnd);
284 StoreInst(Value *Val, Value *Ptr, bool isVolatile = false,
286 StoreInst(Value *Val, Value *Ptr, bool isVolatile, BasicBlock *InsertAtEnd);
287 StoreInst(Value *Val, Value *Ptr, bool isVolatile,
289 StoreInst(Value *Val, Value *Ptr, bool isVolatile
    [all...]

Completed in 174 milliseconds