Searched defs:StoreInst (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | MemoryLocation.h | 26 class StoreInst; variable
|
| HD | AliasSetTracker.h | 31 class StoreInst; variable
|
| HD | AliasAnalysis.h | 49 class StoreInst; variable
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | Local.h | 32 class StoreInst; variable
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | IRForTarget.h | 35 class StoreInst; variable
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Instructions.cpp | 1000 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst 1003 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst 1006 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1010 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1014 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst 1019 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst 1024 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1040 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.h | 72 class StoreInst; variable
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCFrameLowering.cpp | 621 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
|