Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
DLocal.h31 class StoreInst; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DIRForTarget.h35 class StoreInst; variable
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DAliasSetTracker.h30 class StoreInst; variable
DAliasAnalysis.h46 class StoreInst; variable
/freebsd-10-stable/contrib/llvm/lib/IR/
DInstructions.cpp1090 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1103 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1116 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1130 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1144 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
1174 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1188 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h68 class StoreInst; variable
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp398 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local