Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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.cpp117 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
124 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
389 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
412 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
468 auto &Store = Context.pImpl->MDStringCache; in get() local
774 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1278 auto &Store = getContext().pImpl->ValueMetadata[this]; in eraseMetadata() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h27 using Store = const void *; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h33 Store = (1<<2), enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp201 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
284 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
350 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp66 } else if (StoreInst *Store = dyn_cast<StoreInst>(Inst)) { in VPInstructionsToVPRecipes() local
H A DLoadStoreVectorizer.cpp1103 StoreInst *Store = cast<StoreInst>(Chain[I]); in vectorizeStoreChain() local
1118 StoreInst *Store = cast<StoreInst>(Chain[I]); in vectorizeStoreChain() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_checks.h81 enum class AccessType { Load, Store }; enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d122 union Store union
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp472 User *Store = createTileStore(I, I8Ptr); in updatePhiIncomings() local
581 User *Store = createTileStore(I, I8Ptr); in volatileTileNonPHI() local
H A DX86PreAMXConfig.cpp215 IntrinsicInst *Store, in checkVolatileModel()
H A DX86CallFrameOptimization.cpp508 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; in adjustCallSequence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp91 StoreInst *Store; member
210 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
H A DGVNHoist.cpp204 void insert(StoreInst *Store, GVN::ValueTable &VN) { in insert()
291 enum InsKind { Unknown, Scalar, Load, Store }; enumerator
1196 else if (auto *Store = dyn_cast<StoreInst>(&I1)) in hoistExpressions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp318 MachineSDNode *Store = in selectVSSEG() local
355 MachineSDNode *Store = in selectVSXSEG() local
985 MachineSDNode *Store = in Select() local
1019 MachineSDNode *Store = in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp50 enum class AccessTy { None, Load, Store }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp931 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock() local
943 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock() local
960 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock() local
H A DInstrProfiling.cpp226 Instruction *Store; member in __anon14d3b0160111::PGOCounterPromoterHelper
712 auto *Store = Builder.CreateStore(Count, Addr); in lowerIncrement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1213 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1408 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1440 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1658 auto *Store = cast<StoreSDNode>(Node); in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp296 SDValue Store = in LowerCall() local
544 SDValue Store = in LowerCallArguments() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp49 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h88 bool Load, Store; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp537 Value *Store = tryCreateMaskedScatterOffset(I, Ptr, Builder); in lowerScatter() local
629 Value *Store = in tryCreateMaskedScatterOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallBitVector.h671 ArrayRef<uintptr_t> getData(uintptr_t &Store) const { in getData()

1234