/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 381 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 D | X86AvoidStoreForwardingBlocks.cpp | 385 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 D | MemorySSA.cpp | 83 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 D | VNCoercion.h | 27 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 26 class StoreInst; variable
|
D | Local.h | 47 class StoreInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 26 class StoreInst; variable
|
H A D | Local.h | 47 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 26 class StoreInst; variable
|
D | Local.h | 47 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 26 class StoreInst; variable
|
D | Local.h | 47 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 26 class StoreInst; variable
|
D | Local.h | 48 class StoreInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 35 class StoreInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 36 class StoreInst; variable
|
H A D | SROA.h | 30 class StoreInst; variable
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 26 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 38 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 38 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 38 class StoreInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 38 class StoreInst; variable
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 1441 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 D | Instructions.cpp | 1363 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 D | Local.h | 35 class StoreInst; variable
|