Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h26 class StoreInst; variable
H A DLocal.h48 class StoreInst; variable
H A DMemoryOpRemark.h31 class StoreInst; variable
/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp381 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 DMemTransferLowering.cpp127 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 DMemCpyOptimizer.h38 class StoreInst; global() variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h35 class StoreInst; variable
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h44 class StoreInst; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h43 class StoreInst; global() variable
H A DMemoryLocation.h29 class StoreInst; variable
H A DIVDescriptors.h31 class StoreInst; global() variable
H A DTargetTransformInfo.h63 class StoreInst; variable
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h81 class StoreInst; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp384 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 DMemorySSATest.cpp485 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 DInstructions.cpp1299 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 DPatternMatch.cpp1137 Value *StoreInst = IRB.CreateStore(FourtyTwo, Alloca); TEST_F() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp663 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD emitPrologue() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5948 __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...]