Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryLocation.h26 class StoreInst; variable
HDAliasSetTracker.h31 class StoreInst; variable
HDAliasAnalysis.h49 class StoreInst; variable
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDLocal.h32 class StoreInst; variable
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h35 class StoreInst; variable
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp1000 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/
HDSelectionDAGBuilder.h72 class StoreInst; variable
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp621 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local