Home
last modified time | relevance | path

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

12345

/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; handleDeletion() local
545 auto &Store = Context.pImpl->ValuesAsMetadata; handleRAUW() local
601 auto &Store = Context.pImpl->MDStringCache; get() local
973 uniquifyImpl(T * N,DenseSet<T *,InfoT> & Store) uniquifyImpl() argument
1537 MDAttachments &Store = getContext().pImpl->ValueMetadata.find(this)->second; eraseMetadata() local
[all...]
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-types.cpp38 void Store(T *ptr) { t = ptr; } in Store() function
48 void Store(Type *ptr) { t = *ptr; } in Store() function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-types.cpp19 void Store(T *ptr) { t = ptr; } in Store() function
28 void Store(Type *ptr) { t = *ptr; } in Store() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h27 using Store = const void *; variable
/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h33 Store = (1<<2), enumerator
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp22 class Store : public FileFrame<Store, tinyBufferSize> { class
24 explicit Store(std::size_t bytes = 65536) : bytes_{bytes} { in Store() function in Store
/llvm-project/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp104 TEST(Store, VariableBind) { in TEST() argument
147 TEST(Store, LiteralCompound) { in TEST() argument
/llvm-project/flang/runtime/
H A Dbuffer.h146 RT_API_ATTRS STORE &Store() { return static_cast<STORE &>(*this); } in Store() function
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp198 StoreInst *Store = nullptr; findSafeStoreForStoreStrongContraction() local
284 findRetainForStoreStrongContraction(Value * New,StoreInst * Store,Instruction * Release,ProvenanceAnalysis & PA) findRetainForStoreStrongContraction() argument
350 StoreInst *Store = tryToContractReleaseIntoStoreStrong() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp86 StoreInst *Store = LoopBuilder.CreateAlignedStore( createMemCpyLoopKnownSize() local
142 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, createMemCpyLoopKnownSize() local
241 StoreInst *Store = createMemCpyLoopUnknownSize() local
314 StoreInst *Store = ResBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, createMemCpyLoopUnknownSize() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp32 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *Region, in HandleBinding() argument
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanHCFGTest.cpp80 VPInstruction *Store = dyn_cast<VPInstruction>(&*Iter++); TEST_F() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h24 enum class AccessType { Load, Store }; enumerator
/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp245 makeGEPAndStore(Module * M,GEPChainInfo & GEP,StoreInst * Store) makeGEPAndStore() argument
317 auto *Store = new StoreInst(Call->getOperand(0), GEP, reconstructStore() local
428 if (auto *Store = dyn_cast<StoreInst>(LoadOrStoreTemplate)) { tryToReplaceWithGEPBuiltin() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp112 SDValue Store = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index, TEST_F() local
135 SDValue Store = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index, TEST_F() local
216 SDValue Store = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index, TEST_F() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp75 bool Store) { in checkMacroRedundancy()
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DGISelAliasTest.cpp67 auto Store = B.buildStore(B.buildConstant(S64, 0), Base2, PtrInfo, Align()); in TEST_F() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp385 getIConstantVRegValWithLookThrough(Store->getValueReg(), *MRI); in doSingleStoreMerge() local
375 for (auto *Store : drop_begin(Stores)) doSingleStoreMerge() local
651 getTruncStoreByteOffset(GStore & Store,Register & SrcVal,MachineRegisterInfo & MRI) getTruncStoreByteOffset() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp543 User *Store = createTileStore(I, I8Ptr); updatePhiIncomings() local
652 User *Store = createTileStore(I, I8Ptr); volatileTileNonPHI() local
1009 StoreInst *Store = dyn_cast<StoreInst>(U); combineLdSt() local
1017 for (auto *Store : DeadStores) combineLdSt() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp86 StoreToLoadForwardingCandidate(LoadInst *Load, StoreInst *Store) member
218 auto *Store = dyn_cast<StoreInst>(Source); findStoreToLoadDependences() local
[all...]
H A DGVNHoist.cpp201 if (!Store->isSimple()) in insert() argument
1167 SI.insert(Store, V in hoistExpressions() local
278 enum InsKind { Unknown, Scalar, Load, Store }; global() enumerator
[all...]
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp51 enum class AccessTy { None, Load, Store }; enumerator
/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp300 if (!Store || !Store->isSimple()) in optimizePredicateStore() local

12345