| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 90 unsigned AccessSize) { in HexagonMCEmitCommonSymbol() argument 104 ((AccessSize == 0) || (Size == 0) || (Size > GPSize)) in HexagonMCEmitCommonSymbol() 106 : sbss[(Log2_64(AccessSize))]; in HexagonMCEmitCommonSymbol() 127 if ((AccessSize) && (Size <= GPSize)) { in HexagonMCEmitCommonSymbol() 129 (AccessSize <= GPSize) in HexagonMCEmitCommonSymbol() 130 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1) in HexagonMCEmitCommonSymbol() 142 unsigned AccessSize) { in HexagonMCEmitLocalCommonSymbol() argument 147 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize); in HexagonMCEmitLocalCommonSymbol()
|
| H A D | HexagonMCELFStreamer.h | 37 unsigned AccessSize); 39 unsigned ByteAlignment, unsigned AccessSize);
|
| H A D | HexagonMCTargetDesc.cpp | 261 unsigned AccessSize) override { in emitCommonSymbolSorted() argument 265 AccessSize); in emitCommonSymbolSorted() 270 unsigned AccessSize) override { in emitLocalCommonSymbolSorted() argument 274 Symbol, Size, ByteAlignment, AccessSize); in emitLocalCommonSymbolSorted()
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslrestype2.c | 126 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 128 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.AccessSize)); in RsDoGeneralRegisterDescriptor() 135 if (Descriptor->GenericReg.AccessSize > AML_FIELD_ACCESS_QWORD) in RsDoGeneralRegisterDescriptor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 228 APInt AccessSize(DL.getPointerTypeSizeInBits(V->getType()), in isDereferenceableAndAlignedPointer() local 230 return isDereferenceableAndAlignedPointer(V, Alignment, AccessSize, DL, CtxI, in isDereferenceableAndAlignedPointer() 307 const APInt AccessSize = TC * EltSize; in isDereferenceableAndAlignedInLoop() local 320 return isDereferenceableAndAlignedPointer(Base, Alignment, AccessSize, DL, in isDereferenceableAndAlignedInLoop()
|
| H A D | TypeBasedAliasAnalysis.cpp | 553 uint64_t AccessSize = UINT64_MAX; in createAccessTag() local 555 ConstantAsMetadata::get(ConstantInt::get(Int64, AccessSize)); in createAccessTag()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_interface_atomic.cpp | 167 static int AccessSize() { in AccessSize() function 229 MemoryAccess(thr, pc, (uptr)a, AccessSize<T>(), in AtomicLoad() 244 MemoryAccess(thr, pc, (uptr)a, AccessSize<T>(), kAccessRead | kAccessAtomic); in AtomicLoad() 264 MemoryAccess(thr, pc, (uptr)a, AccessSize<T>(), kAccessWrite | kAccessAtomic); in AtomicStore() 285 MemoryAccess(thr, pc, (uptr)a, AccessSize<T>(), kAccessWrite | kAccessAtomic); in AtomicRMW() 410 MemoryAccess(thr, pc, (uptr)a, AccessSize<T>(), kAccessWrite | kAccessAtomic); in AtomicCAS()
|
| /netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
| H A D | dmresrcl.c | 934 if (Resource->GenericReg.AccessSize) in AcpiDmGenericRegisterDescriptor() 937 Resource->GenericReg.AccessSize, "Access Size"); in AcpiDmGenericRegisterDescriptor()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | amlresrc.h | 413 UINT8 AccessSize; /* ACPI 3.0, was previously Reserved */ member
|
| H A D | acrestyp.h | 451 UINT8 AccessSize; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() argument 243 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AccessSize)); in IsAccessSafe()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 434 unsigned &AccessSize) const;
|
| H A D | HexagonLoopIdiomRecognition.cpp | 1994 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation() local 1999 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation() 2006 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation()
|
| H A D | HexagonInstrInfo.cpp | 3193 unsigned &AccessSize) const { in getBaseAndOffset() 3200 AccessSize = getMemAccessSize(MI); in getBaseAndOffset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 220 unsigned Idx, uint32_t AccessSize, const SmallVectorImpl<EVT> &ValueVTs, in CanMergeParamLoadStoresStartingAt() argument 224 if (ParamAlignment < AccessSize) in CanMergeParamLoadStoresStartingAt() 227 if (Offsets[Idx] & (AccessSize - 1)) in CanMergeParamLoadStoresStartingAt() 234 if (EltSize >= AccessSize) in CanMergeParamLoadStoresStartingAt() 237 unsigned NumElts = AccessSize / EltSize; in CanMergeParamLoadStoresStartingAt() 239 if (AccessSize != EltSize * NumElts) in CanMergeParamLoadStoresStartingAt() 294 for (unsigned AccessSize : {16, 8, 4, 2}) { in VectorizePTXValueVTs() 296 I, AccessSize, ValueVTs, Offsets, ParamAlignment); in VectorizePTXValueVTs()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | badcode.asl | 259 // Invalid AccessSize parameter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 954 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation() local 959 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation() 966 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation()
|
| /netbsd-src/sys/external/bsd/acpica/dist/resources/ |
| H A D | rsdumpinfo.c | 231 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.AccessSize), "Access Size", …
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 815 unsigned AccessSize = 1 << AccessSizeIndex; in createUserspaceApi() local 816 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize); in createUserspaceApi() 824 IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), IRB.getInt32Ty()); in createUserspaceApi() 826 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize); in createUserspaceApi() 834 IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), IRB.getInt8PtrTy(), in createUserspaceApi()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 2995 address space when the AccessSize of the GAS register is greater than a 8190 Disassembler: Decode the AccessSize within a Generic Address Structure 12059 limited in size to the AccessSize (width) of the IndexField itself. (BZ 13194 Implemented disassembler support for the ACPI 3.0 AccessSize field within 14559 AccessSize.
|