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

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp398 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD local
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h255 class StoreInst : public Instruction { class in namespace:llvm
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1090 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) function in class:StoreInst
1103 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) function in class:StoreInst
1116 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1130 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1144 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1160 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1174 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1188 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
[all...]

Completed in 176 milliseconds