Home
last modified time | relevance | path

Searched defs:StoreInst (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h26 class StoreInst; variable
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h31 class StoreInst; variable
DAliasAnalysis.h46 class StoreInst; variable
/external/llvm/include/llvm/
DInstructions.h355 static inline bool classof(const StoreInst *) { return true; } in classof()
/external/llvm/lib/VMCore/
DInstructions.cpp1062 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1075 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1088 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1102 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1116 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1132 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1146 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1160 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h67 class StoreInst; variable