/llvm-project/llvm/lib/IR/ |
H A D | MetadataImpl.h | 22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
H A D | Metadata.cpp | 114 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 D | use-after-scope-types.cpp | 38 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 D | use-after-scope-types.cpp | 19 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 D | StoreRef.h | 27 using Store = const void *; variable
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLatticeUtils.cpp | 34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 33 Store = (1<<2), enumerator
|
/llvm-project/flang/unittests/Runtime/ |
H A D | BufferTest.cpp | 22 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 D | StoreTest.cpp | 104 TEST(Store, VariableBind) { in TEST() argument 147 TEST(Store, LiteralCompound) { in TEST() argument
|
/llvm-project/flang/runtime/ |
H A D | buffer.h | 146 RT_API_ATTRS STORE &Store() { return static_cast<STORE &>(*this); } in Store() function
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 198 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 D | LowerMemIntrinsics.cpp | 86 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 D | NoOwnershipChangeVisitor.cpp | 32 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *Region, in HandleBinding() argument
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanHCFGTest.cpp | 80 VPInstruction *Store = dyn_cast<VPInstruction>(&*Iter++); TEST_F() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_checks.h | 24 enum class AccessType { Load, Store }; enumerator
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 245 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 D | SelectionDAGAddressAnalysisTest.cpp | 112 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 D | RedundantPreprocessorCheck.cpp | 75 bool Store) { in checkMacroRedundancy()
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | GISelAliasTest.cpp | 67 auto Store = B.buildStore(B.buildConstant(S64, 0), Base2, PtrInfo, Align()); in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 385 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 D | X86LowerAMXType.cpp | 543 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 D | LoopLoadElimination.cpp | 86 StoreToLoadForwardingCandidate(LoadInst *Load, StoreInst *Store) member 218 auto *Store = dyn_cast<StoreInst>(Source); findStoreToLoadDependences() local [all...] |
H A D | GVNHoist.cpp | 201 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 D | M68kCollapseMOVEMPass.cpp | 51 enum class AccessTy { None, Load, Store }; enumerator
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 300 if (!Store || !Store->isSimple()) in optimizePredicateStore() local
|