Home
last modified time | relevance | path

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

1234

/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
522 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
545 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
601 auto &Store = Context.pImpl->MDStringCache; in get() local
973 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1538 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
/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.cpp198 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
284 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
350 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp86 StoreInst *Store = LoopBuilder.CreateAlignedStore( in createMemCpyLoopKnownSize() local
142 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, in createMemCpyLoopKnownSize() local
241 StoreInst *Store = in createMemCpyLoopUnknownSize() local
317 StoreInst *Store = in createMemCpyLoopUnknownSize() 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.cpp245 StoreInst *Store) { in makeGEPAndStore()
317 auto *Store = new StoreInst(Call->getOperand(0), GEP, in reconstructStore() local
428 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.cpp375 for (auto *Store : drop_begin(Stores)) in doSingleStoreMerge() local
385 for (auto *Store : Stores) { in doSingleStoreMerge() local
651 getTruncStoreByteOffset(GStore &Store, Register &SrcVal, in getTruncStoreByteOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp543 User *Store = createTileStore(I, I8Ptr); in updatePhiIncomings() local
652 User *Store = createTileStore(I, I8Ptr); in volatileTileNonPHI() local
1009 StoreInst *Store = dyn_cast<StoreInst>(U); in combineLdSt() local
1017 for (auto *Store : DeadStores) in combineLdSt() local
H A DX86PreAMXConfig.cpp
H A DX86CallFrameOptimization.cpp508 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; in adjustCallSequence() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp86 StoreInst *Store; member
218 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
H A DGVNHoist.cpp201 void insert(StoreInst *Store, GVNPass::ValueTable &VN) { in insert()
278 enum InsKind { Unknown, Scalar, Load, Store }; enumerator
1167 else if (auto *Store = dyn_cast<StoreInst>(&I1)) in hoistExpressions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp979 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock() local
992 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock() local
1011 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock() 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.cpp300 auto *Store = dyn_cast<StoreInst>(I); in optimizePredicateStore() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h75 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp336 SDValue Store = in LowerCall() local
582 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/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp49 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
/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
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1269 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1464 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1496 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1762 auto *Store = cast<StoreSDNode>(Node); in Select() local

1234