/openbsd-src/gnu/llvm/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 | 113 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/ |
H A D | compress.pm | 19 sub Store { $_ = compress($_) } subroutine
|
H A D | null.pm | 8 sub Store subroutine
|
H A D | int32.pm | 10 sub Store subroutine
|
H A D | utf8.pm | 17 sub Store { $_ = Encode::encode_utf8($_) if defined $_ } subroutine
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | StoreRef.h | 27 using Store = const void *; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueLatticeUtils.cpp | 34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 33 Store = (1<<2), enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 198 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/ |
H A D | LowerMemIntrinsics.cpp | 93 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/compiler-rt/lib/hwasan/ |
H A D | hwasan_checks.h | 98 enum class AccessType { Load, Store }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 537 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
|
H A D | X86PreAMXConfig.cpp | 208 IntrinsicInst *Store, in checkVolatileModel()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 297 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/ |
H A D | LoadStoreOpt.cpp | 359 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/ |
H A D | LoopLoadElimination.cpp | 89 StoreInst *Store; member 208 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
|
H A D | GVNHoist.cpp | 204 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/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 50 enum class AccessTy { None, Load, Store }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 996 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/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 299 auto *Store = dyn_cast<StoreInst>(I); in optimizePredicateStore() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1219 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/ARC/ |
H A D | ARCISelLowering.cpp | 334 SDValue Store = in LowerCall() local 580 SDValue Store = in LowerCallArguments() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 73 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 79 bool Load, Store; variable
|