Home
last modified time | relevance | path

Searched refs:AccessSize (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp90 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 DHexagonMCELFStreamer.h37 unsigned AccessSize);
39 unsigned ByteAlignment, unsigned AccessSize);
H A DHexagonMCTargetDesc.cpp261 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 Daslrestype2.c126 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 DLoads.cpp228 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 DTypeBasedAliasAnalysis.cpp553 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 Dtsan_interface_atomic.cpp167 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 Ddmresrcl.c934 if (Resource->GenericReg.AccessSize) in AcpiDmGenericRegisterDescriptor()
937 Resource->GenericReg.AccessSize, "Access Size"); in AcpiDmGenericRegisterDescriptor()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Damlresrc.h413 UINT8 AccessSize; /* ACPI 3.0, was previously Reserved */ member
H A Dacrestyp.h451 UINT8 AccessSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp235 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 DHexagonInstrInfo.h434 unsigned &AccessSize) const;
H A DHexagonLoopIdiomRecognition.cpp1994 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 DHexagonInstrInfo.cpp3193 unsigned &AccessSize) const { in getBaseAndOffset()
3200 AccessSize = getMemAccessSize(MI); in getBaseAndOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp220 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 Dbadcode.asl259 // Invalid AccessSize parameter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp954 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 Drsdumpinfo.c231 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.AccessSize), "Access Size", …
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp815 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 Dchanges.txt2995 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.