/netbsd-src/external/apache2/llvm/dist/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 | 117 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 D | StoreRef.h | 27 using Store = const void *; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueLatticeUtils.cpp | 34 if (auto *Store = dyn_cast<StoreInst>(U)) in canTrackGlobalVariableInterprocedurally() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 33 Store = (1<<2), enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 201 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 D | VPlanTransforms.cpp | 66 } else if (StoreInst *Store = dyn_cast<StoreInst>(Inst)) { in VPInstructionsToVPRecipes() local
|
H A D | LoadStoreVectorizer.cpp | 1103 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 D | hwasan_checks.h | 81 enum class AccessType { Load, Store }; enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | json.d | 122 union Store union
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 472 User *Store = createTileStore(I, I8Ptr); in updatePhiIncomings() local 581 User *Store = createTileStore(I, I8Ptr); in volatileTileNonPHI() local
|
H A D | X86PreAMXConfig.cpp | 215 IntrinsicInst *Store, in checkVolatileModel()
|
H A D | X86CallFrameOptimization.cpp | 508 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; in adjustCallSequence() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 91 StoreInst *Store; member 210 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
|
H A D | GVNHoist.cpp | 204 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 D | RISCVISelDAGToDAG.cpp | 318 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 D | M68kCollapseMOVEMPass.cpp | 50 enum class AccessTy { None, Load, Store }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 931 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 D | InstrProfiling.cpp | 226 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 D | SystemZISelDAGToDAG.cpp | 1213 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 D | ARCISelLowering.cpp | 296 SDValue Store = in LowerCall() local 544 SDValue Store = in LowerCallArguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 49 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 88 bool Load, Store; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 537 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 D | SmallBitVector.h | 671 ArrayRef<uintptr_t> getData(uintptr_t &Store) const { in getData()
|