Searched defs:Store (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dcompress.pm19 sub Store { $_ = compress($_) } subroutine
H A Dint32.pm10 sub Store subroutine
H A Dnull.pm8 sub Store subroutine
H A Dutf8.pm17 sub Store { $_ = Encode::encode_utf8($_) if defined $_ } subroutine
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, argument
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { argument
H A DMetadata.cpp113 auto &Store = Context.pImpl->MetadataAsValues; local
120 auto &Store = Context.pImpl->MetadataAsValues; local
254 auto &Store = Context.pImpl->ValuesAsMetadata; local
419 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; local
442 auto &Store = Context.pImpl->ValuesAsMetadata; local
498 auto &Store = Context.pImpl->MDStringCache; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h33 Store = (1<<2), enumerator in enum:llvm::SPII::__anon3096
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp89 StoreInst *Store; member in struct:__anon3478::StoreToLoadForwardingCandidate
91 StoreToLoadForwardingCandidate(LoadInst *Load, StoreInst *Store) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp508 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; local
H A DX86PreAMXConfig.cpp207 checkVolatileModel(SmallSet<Value *, 4> &Loads, IntrinsicInst *Store, IntrinsicInst *KeyAMX) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp299 auto *Store = dyn_cast<StoreInst>(I); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp198 StoreInst *Store = nullptr; local
284 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, Instruction *Release, ProvenanceAnalysis &PA) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp297 GStore &Store = cast<GStore>(MI); local
316 GStore &Store = cast<GStore>(MI); local
[all...]
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py209 class Store: class in inherits:
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp49 StoreRef Store = StoreRef(OldStore, *this); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h79 bool Load, Store; member in class:llvm::HexagonCVIResource
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp40 StackStore::Id StackStore::Store(const StackTrace &trace, uptr *pack) { function in class:__sanitizer::StackStore
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h328 bool Store; member in struct:llvm::AMDGPU::MIMGBaseOpcodeInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h73 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallBitVector.h738 uintptr_t Store; local
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp441 auto Store = MI; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp93 StoreInst *Store = LoopBuilder.CreateAlignedStore( local
158 StoreInst *Store = RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, local
244 StoreInst *Store = local
321 StoreInst *Store = ResBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp912 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op, StackPtr, local
H A DLegalizeTypesGeneric.cpp171 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, InOp, StackPtr, PtrInfo); local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp469 llvm::StoreInst *Store = local
[all...]

Completed in 489 milliseconds

123