Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp386 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
435 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
496 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
567 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
613 MachineInstr *StoreInst) { in hasSameBaseOpValue()
713 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h28 class StoreInst; variable
DLocal.h55 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/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h26 class StoreInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h36 class StoreInst; variable
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class StoreInst; variable
DAliasSetTracker.h31 class StoreInst; variable
DAliasAnalysis.h50 class StoreInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h27 class StoreInst; variable
DAliasSetTracker.h43 class StoreInst; variable
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h35 class StoreInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h46 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp364 MachineInstr &StoreInst) { in isMatchingStore()
562 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp403 Value *StoreInst = IRB.CreateStore(FourtyTwo, Alloca); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1207 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1210 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1213 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1217 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1221 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1226 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() function in StoreInst
1231 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1247 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-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp490 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
535 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h67 class StoreInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h78 class StoreInst; variable

12