/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 26 class StoreInst; variable
|
H A D | Local.h | 48 class StoreInst; variable
|
H A D | MemoryOpRemark.h | 31 class StoreInst; variable
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 381 buildCopy(MachineInstr * LoadInst,unsigned NLoadOpcode,int64_t LoadDisp,MachineInstr * StoreInst,unsigned NStoreOpcode,int64_t StoreDisp,unsigned Size,int64_t LMMOffset,int64_t SMMOffset) buildCopy() argument 432 buildCopies(int Size,MachineInstr * LoadInst,int64_t LdDispImm,MachineInstr * StoreInst,int64_t StDispImm,int64_t LMMOffset,int64_t SMMOffset) buildCopies() argument 493 updateKillStatus(MachineInstr * LoadInst,MachineInstr * StoreInst) updateKillStatus() argument 563 breakBlockedCopies(MachineInstr * LoadInst,MachineInstr * StoreInst,const DisplacementSizeMap & BlockingStoresDispSizeMap) breakBlockedCopies() argument 609 hasSameBaseOpValue(MachineInstr * LoadInst,MachineInstr * StoreInst) hasSameBaseOpValue() argument 709 MachineInstr *StoreInst = LoadStoreInstPair.second; runOnMachineFunction() local [all...] |
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | MemTransferLowering.cpp | 127 Instruction *StoreInst = in TEST_F() local 211 Instruction *StoreInst = in TEST_F() local 256 Instruction *StoreInst = in TEST_F() local
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 38 class StoreInst; global() variable
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.h | 35 class StoreInst; variable
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 44 class StoreInst; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 43 class StoreInst; global() variable
|
H A D | MemoryLocation.h | 29 class StoreInst; variable
|
H A D | IVDescriptors.h | 31 class StoreInst; global() variable
|
H A D | TargetTransformInfo.h | 63 class StoreInst; variable
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 81 class StoreInst; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 384 isMatchingStore(MachineInstr & LoadInst,MachineInstr & StoreInst) isMatchingStore() argument 629 isLdOffsetInRangeOfSt(MachineInstr & LoadInst,MachineInstr & StoreInst,const AArch64InstrInfo * TII) isLdOffsetInRangeOfSt() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemorySSATest.cpp | 485 StoreInst *StoreIns in TEST_F() local 529 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); TEST_F() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1299 StoreInst::StoreInst(Value *val, Value *addr, InsertPosition InsertBefore) StoreInst() function in StoreInst 1302 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, StoreInst() function in StoreInst 1308 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, StoreInst() function in StoreInst 1313 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, StoreInst() function in StoreInst [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 1137 Value *StoreInst = IRB.CreateStore(FourtyTwo, Alloca); TEST_F() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 663 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD emitPrologue() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 5948 __anon779134675402(const std::pair<StoreInst *, int> &Pair1, const std::pair<StoreInst *, int> &Pair2) canFormVector() argument 5964 __anon779134675502(const std::pair<StoreInst *, int> &Pair) canFormVector() argument [all...] |