Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
H A DMetadata.cpp114 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
121 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
337 auto &Store = Context.pImpl->ValuesAsMetadata; in SalvageDebugInfo() local
529 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
552 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
608 auto &Store = Context.pImpl->MDStringCache; in get() local
980 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1603 MDAttachments &Store = getContext().pImpl->ValueMetadata.find(this)->second; in eraseMetadata() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h27 using Store = const void *; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
H A DKernelInfo.cpp246 } else if (const StoreInst *Store = dyn_cast<StoreInst>(&I)) { in updateForBB() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h33 Store = (1<<2), enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp210 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
296 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
362 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp32 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *Region, in HandleBinding() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp243 StoreInst *Store) { in makeGEPAndStore()
314 auto *Store = new StoreInst(Call->getOperand(0), GEP, in reconstructStore() local
423 if (auto *Store = dyn_cast<StoreInst>(LoadOrStoreTemplate)) { in tryToReplaceWithGEPBuiltin() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h24 enum class AccessType { Load, Store }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp371 for (auto *Store : drop_begin(Stores)) in doSingleStoreMerge() local
381 for (auto *Store : Stores) { in doSingleStoreMerge() local
646 getTruncStoreByteOffset(GStore &Store, Register &SrcVal, in getTruncStoreByteOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp89 StoreInst *Store = LoopBuilder.CreateAlignedStore( in createMemCpyLoopKnownSize() local
141 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, in createMemCpyLoopKnownSize() local
250 StoreInst *Store = in createMemCpyLoopUnknownSize() local
319 StoreInst *Store = in createMemCpyLoopUnknownSize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp84 StoreInst *Store; member
216 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
H A DGVNHoist.cpp200 void insert(StoreInst *Store, GVNPass::ValueTable &VN) { in insert()
277 enum InsKind { Unknown, Scalar, Load, Store }; enumerator
1165 else if (auto *Store = dyn_cast<StoreInst>(&I1)) in hoistExpressions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp680 User *Store = createTileStore(I, I8Ptr); in updatePhiIncomings() local
789 User *Store = createTileStore(I, I8Ptr); in volatileTileNonPHI() local
1190 StoreInst *Store = dyn_cast<StoreInst>(U); in combineLdSt() local
1198 for (auto *Store : DeadStores) in combineLdSt() local
H A DX86PreAMXConfig.cpp
H A DX86CallFrameOptimization.cpp506 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; in adjustCallSequence() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp51 enum class AccessTy { None, Load, Store }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp297 auto *Store = dyn_cast<StoreInst>(I); in optimizePredicateStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1075 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock() local
1088 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock() local
1153 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp319 SDValue Store = in LowerCall() local
565 SDValue Store = in LowerCallArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h79 bool Load, Store; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1280 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1475 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1507 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1773 auto *Store = cast<StoreSDNode>(Node); in Select() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h92 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp308 GStore &Store = cast<GStore>(MI); in matchSplitStoreZero128() local
329 GStore &Store = cast<GStore>(MI); in applySplitStoreZero128() local

12345