Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp381 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
432 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
493 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
563 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
609 MachineInstr *StoreInst) { in hasSameBaseOpValue()
709 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h27 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DVNCoercion.h26 class StoreInst; variable
DLocal.h47 class StoreInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h26 class StoreInst; variable
H A DLocal.h47 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DVNCoercion.h26 class StoreInst; variable
DLocal.h47 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DVNCoercion.h26 class StoreInst; variable
DLocal.h47 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DVNCoercion.h26 class StoreInst; variable
DLocal.h48 class StoreInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h35 class StoreInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h36 class StoreInst; variable
H A DSROA.h30 class StoreInst; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h26 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h38 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h38 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h38 class StoreInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h38 class StoreInst; variable
/aosp_15_r20/external/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h35 class StoreInst; variable

123