Searched defs:StoreInst (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 31 class StoreInst; variable
|
| /external/lldb/include/lldb/Expression/ |
| D | IRForTarget.h | 33 class StoreInst; variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | AliasSetTracker.h | 30 class StoreInst; variable
|
| D | AliasAnalysis.h | 46 class StoreInst; variable
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 1091 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst 1104 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst 1117 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1131 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1145 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1161 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1175 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst 1189 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.h | 68 class StoreInst; variable
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCFrameLowering.cpp | 557 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
|