Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp385 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
437 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
572 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
618 MachineInstr *StoreInst) { in hasSameBaseOpValue()
719 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp386 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
437 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
570 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
616 MachineInstr *StoreInst) { in hasSameBaseOpValue()
716 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h27 class StoreInst; variable
DLocal.h55 class StoreInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h26 class StoreInst; variable
DLocal.h58 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-10.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h35 class StoreInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h38 class StoreInst; variable
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class StoreInst; variable
DAliasSetTracker.h31 class StoreInst; variable
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h35 class StoreInst; variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h35 class StoreInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h45 class StoreInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h45 class StoreInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class StoreInst; variable
DAliasSetTracker.h44 class StoreInst; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h28 class StoreInst; variable
DAliasSetTracker.h46 class StoreInst; variable
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp418 MachineInstr &StoreInst) { in isMatchingStore()
602 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1454 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1457 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1460 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1466 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1472 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1477 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1482 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1496 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1363 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1366 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1369 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1373 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1377 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1382 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1387 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
1401 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() function in StoreInst
/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-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp339 MachineInstr &StoreInst) { in isMatchingStore()
577 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp340 MachineInstr &StoreInst) { in isMatchingStore()
578 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()

12