Home
last modified time | relevance | path

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

1234

/openbsd/src/gnu/llvm/llvm/lib/IR/
DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
DMetadata.cpp113 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
120 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
254 auto &Store = Context.pImpl->ValuesAsMetadata; in SalvageDebugInfo() local
419 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
442 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
498 auto &Store = Context.pImpl->MDStringCache; in get() local
870 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1375 auto &Store = getContext().pImpl->ValueMetadata[this]; in eraseMetadata() local
/openbsd/src/gnu/usr.bin/perl/lib/DBM_Filter/
Dint32.pm10 sub Store subroutine
Dutf8.pm17 sub Store { $_ = Encode::encode_utf8($_) if defined $_ } subroutine
Dnull.pm8 sub Store subroutine
Dcompress.pm19 sub Store { $_ = compress($_) } subroutine
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStoreRef.h27 using Store = const void *; variable
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp198 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
284 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
350 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp93 StoreInst *Store = LoopBuilder.CreateAlignedStore( in createMemCpyLoopKnownSize() local
158 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, in createMemCpyLoopKnownSize() local
244 StoreInst *Store = in createMemCpyLoopUnknownSize() local
321 StoreInst *Store = ResBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, in createMemCpyLoopUnknownSize() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueLatticeUtils.cpp34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.h33 Store = (1<<2), enumerator
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_checks.h98 enum class AccessType { Load, Store }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86LowerAMXType.cpp537 User *Store = createTileStore(I, I8Ptr); in updatePhiIncomings() local
646 User *Store = createTileStore(I, I8Ptr); in volatileTileNonPHI() local
1004 StoreInst *Store = dyn_cast<StoreInst>(U); in combineLdSt() local
1011 for (auto *Store : DeadStores) in combineLdSt() local
DX86PreAMXConfig.cpp208 IntrinsicInst *Store, in checkVolatileModel()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp297 GStore &Store = cast<GStore>(MI); in matchSplitStoreZero128() local
316 GStore &Store = cast<GStore>(MI); in applySplitStoreZero128() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLoadStoreOpt.cpp359 for (auto *Store : drop_begin(Stores)) in doSingleStoreMerge() local
369 for (auto *Store : Stores) { in doSingleStoreMerge() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp89 StoreInst *Store; member
208 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
DGVNHoist.cpp204 void insert(StoreInst *Store, GVNPass::ValueTable &VN) { in insert()
293 enum InsKind { Unknown, Scalar, Load, Store }; enumerator
1202 else if (auto *Store = dyn_cast<StoreInst>(&I1)) in hoistExpressions() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp996 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock() local
1008 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock() local
1025 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock() local
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1219 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1414 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1446 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1664 auto *Store = cast<StoreSDNode>(Node); in Select() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DSVEIntrinsicOpts.cpp299 auto *Store = dyn_cast<StoreInst>(I); in optimizePredicateStore() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCISelLowering.cpp334 SDValue Store = in LowerCall() local
580 SDValue Store = in LowerCallArguments() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIVDescriptors.h73 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DStore.cpp49 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h79 bool Load, Store; variable

1234