Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h26 class StoreInst; variable
H A DLocal.h47 class StoreInst; variable
H A DMemoryOpRemark.h31 class StoreInst; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h36 class StoreInst; variable
H A DSROA.h30 class StoreInst; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h35 class StoreInst; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h44 class StoreInst; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h29 class StoreInst; variable
H A DIVDescriptors.h32 class StoreInst; variable
H A DAliasSetTracker.h45 class StoreInst; variable
H A DTargetTransformInfo.h61 class StoreInst; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1613 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1616 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1619 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1625 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1631 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1636 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1641 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1655 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp379 MachineInstr &StoreInst) { in isMatchingStore()
622 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h81 class StoreInst; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp661 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4747 bool BoUpSLP::canFormVector(const SmallVector<StoreInst *, 4> &StoresVec, in canFormVector()
4774 const std::pair<StoreInst *, int> &Pair2) { in canFormVector()
4790 [SI](const std::pair<StoreInst *, int> &Pair) { in canFormVector()