Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h31 class StoreInst; variable
/external/lldb/include/lldb/Expression/
DIRForTarget.h33 class StoreInst; variable
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h31 class StoreInst; variable
DAliasAnalysis.h47 class StoreInst; variable
/external/llvm/lib/IR/
DInstructions.cpp1048 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1051 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1054 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1058 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1062 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1067 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1072 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1088 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h71 class StoreInst; variable
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp620 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local