Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h26 class StoreInst; variable
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp83 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
124 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
167 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class StoreInst; variable
DAliasSetTracker.h31 class StoreInst; variable
DAliasAnalysis.h50 class StoreInst; variable
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h35 class StoreInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h31 class StoreInst; variable
DAliasAnalysis.h46 class StoreInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h355 static inline bool classof(const StoreInst *) { return true; } in classof()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1092 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1105 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1118 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
1162 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1176 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1190 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp418 MachineInstr &StoreInst) { in isMatchingStore()
602 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/external/llvm/lib/IR/
DInstructions.cpp1441 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1444 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1447 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1451 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1455 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1460 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1465 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1481 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h67 class StoreInst; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h72 class StoreInst; variable
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp756 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local