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

/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp557 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD local
634 BuildMI(MBB, MBBI, dl, StoreInst)
641 BuildMI(MBB, MBBI, dl, StoreInst)
648 BuildMI(MBB, MBBI, dl, StoreInst)
/external/llvm/include/llvm/IR/
H A DInstructions.h267 // StoreInst Class
270 /// StoreInst - an instruction for storing to memory
272 class StoreInst : public Instruction { class in namespace:llvm
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(Valu
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp1076 // StoreInst Implementation
1079 void StoreInst::AssertOK() {
1091 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) function in class:StoreInst
1093 OperandTraits<StoreInst>::op_begin(this),
1094 OperandTraits<StoreInst>::operands(this),
1104 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) function in class:StoreInst
1106 OperandTraits<StoreInst>::op_begin(this),
1107 OperandTraits<StoreInst>
1117 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1131 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1145 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1161 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1175 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1189 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
[all...]

Completed in 271 milliseconds