Home
last modified time | relevance | path

Searched refs:ByteOffset (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h252 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \ argument
253 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1)
255 #define RsCreateByteField(Op, Name, ByteOffset) \ argument
256 RsCreateResourceField (Op, Name, ByteOffset, 0, 8);
258 #define RsCreateWordField(Op, Name, ByteOffset) \ argument
259 RsCreateResourceField (Op, Name, ByteOffset, 0, 16);
261 #define RsCreateDwordField(Op, Name, ByteOffset) \ argument
262 RsCreateResourceField (Op, Name, ByteOffset, 0, 32);
264 #define RsCreateQwordField(Op, Name, ByteOffset) \ argument
265 RsCreateResourceField (Op, Name, ByteOffset, 0, 64);
H A Ddtio.c440 Field->ByteOffset = Offset; in DtParseLine()
1043 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList()
1164 FlSeekFile (ASL_FILE_INPUT, Field->ByteOffset); in DtWriteFieldToListing()
H A Ddtutils.c212 FieldObject->ByteOffset, in DtError()
268 FieldObject->ByteOffset, in DtNameError()
H A Daslresource.c570 UINT32 ByteOffset, in RsCreateResourceField() argument
578 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset; in RsCreateResourceField()
H A Ddtfield.c775 Field->ByteOffset = Offset; in DtCreateField()
H A Ddtcompiler.h201 UINT32 ByteOffset; /* Offset in source file for field */ member
H A Daslcompiler.h1395 UINT32 ByteOffset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp93 uint64_t ByteOffset = cast<ConstantInt>( in splitGlobal() local
104 uint64_t AttachedTo = (ByteOffset == 0) ? ByteOffset : ByteOffset - 1; in splitGlobal()
111 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()
H A DWholeProgramDevirt.cpp313 uint64_t ByteOffset; member
335 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset; in isEqual()
354 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset; in isEqual()
568 uint64_t ByteOffset);
676 uint64_t ByteOffset);
1009 uint64_t ByteOffset) { in tryFindVirtualCallTargets() argument
1946 auto ResI = TidSummary->WPDRes.find(Slot.ByteOffset); in importResolution()
2143 .WPDRes[S.first.ByteOffset]; in run()
2145 S.first.ByteOffset)) { in run()
2264 .WPDRes[S.first.ByteOffset]; in run()
[all …]
H A DLowerTypeTests.cpp126 if (Offset < ByteOffset) in containsGlobalOffset()
129 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0) in containsGlobalOffset()
132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset()
140 OS << "offset " << ByteOffset << " size " << BitSize << " align " in print()
170 BSI.ByteOffset = Min; in build()
1145 Int8Ty, CombinedGlobalAddr, ConstantInt::get(IntPtrTy, BSI.ByteOffset)), in lowerTypeTestCalls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h43 size_t ByteOffset; member
119 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
145 return DWARFBytes.size() - Entries[EI].ByteOffset; in getNumBytes()
146 return Entries[EI + 1].ByteOffset - Entries[EI].ByteOffset; in getNumBytes()
H A DDebugLocStream.cpp28 if (Entries.back().ByteOffset != DWARFBytes.size()) in finalizeEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1858 static bool isDwordAligned(uint64_t ByteOffset) { in isDwordAligned() argument
1859 return (ByteOffset & 3) == 0; in isDwordAligned()
1863 uint64_t ByteOffset) { in convertSMRDOffsetUnits() argument
1865 return ByteOffset; in convertSMRDOffsetUnits()
1867 assert(isDwordAligned(ByteOffset)); in convertSMRDOffsetUnits()
1868 return ByteOffset >> 2; in convertSMRDOffsetUnits()
1876 return isInt<20>(ByteOffset) ? Optional<int64_t>(ByteOffset) : None; in getSMRDEncodedOffset()
1879 if (!isDwordAligned(ByteOffset) && !hasSMEMByteOffset(ST)) in getSMRDEncodedOffset()
1882 int64_t EncodedOffset = convertSMRDOffsetUnits(ST, ByteOffset); in getSMRDEncodedOffset()
1890 if (!isCI(ST) || !isDwordAligned(ByteOffset)) in getSMRDEncodedLiteralOffset32()
[all …]
H A DAMDGPUBaseInfo.h868 uint64_t convertSMRDOffsetUnits(const MCSubtargetInfo &ST, uint64_t ByteOffset);
875 int64_t ByteOffset, bool IsBuffer);
880 int64_t ByteOffset);
892 bool isLegalSMRDImmOffset(const MCSubtargetInfo &ST, int64_t ByteOffset);
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp208 SVal ByteOffset = rawOffset.getByteOffset(); in checkLocation() local
209 if (isTainted(state, ByteOffset)) { in checkLocation()
211 std::make_unique<TaintBugVisitor>(ByteOffset)); in checkLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp430 assert(ByteOffset <= DL.getTypeAllocSize(C->getType()) && in ReadDataFromGlobal()
447 int n = ByteOffset; in ReadDataFromGlobal()
451 ++ByteOffset; in ReadDataFromGlobal()
474 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
476 ByteOffset -= CurEltOffset; in ReadDataFromGlobal()
483 if (ByteOffset < EltSize && in ReadDataFromGlobal()
501 CurPtr += NextEltOffset - CurEltOffset - ByteOffset; in ReadDataFromGlobal()
502 BytesLeft -= NextEltOffset - CurEltOffset - ByteOffset; in ReadDataFromGlobal()
503 ByteOffset = 0; in ReadDataFromGlobal()
521 uint64_t Index = ByteOffset / EltSize; in ReadDataFromGlobal()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h38 uint64_t ByteOffset; member
H A DWholeProgramDevirt.h239 uint64_t ByteOffset; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1288 int64_t ByteOffset = C->getSExtValue(); in SelectDS1Addr1Offset() local
1289 if (isDSOffsetLegal(SDValue(), ByteOffset)) { in SelectDS1Addr1Offset()
1298 if (isDSOffsetLegal(Sub, ByteOffset)) { in SelectDS1Addr1Offset()
1315 Offset = CurDAG->getTargetConstant(ByteOffset, DL, MVT::i16); in SelectDS1Addr1Offset()
2037 int64_t ByteOffset = C->getSExtValue(); in SelectSMRDOffset() local
2039 AMDGPU::getSMRDEncodedOffset(*Subtarget, ByteOffset, false); in SelectSMRDOffset()
2047 if (ByteOffset < 0) in SelectSMRDOffset()
2050 EncodedOffset = AMDGPU::getSMRDEncodedLiteralOffset32(*Subtarget, ByteOffset); in SelectSMRDOffset()
2056 if (!isUInt<32>(ByteOffset) && !isInt<32>(ByteOffset)) in SelectSMRDOffset()
2059 SDValue C32Bit = CurDAG->getTargetConstant(ByteOffset, SL, MVT::i32); in SelectSMRDOffset()
H A DR600ISelLowering.cpp567 uint32_t ByteOffset = getImplicitParameterOffset(MF, FIRST_IMPLICIT); in LowerOperation() local
568 return DAG.getConstant(ByteOffset, DL, PtrVT); in LowerOperation()
816 unsigned ByteOffset = DwordOffset * 4; in LowerImplicitParameter() local
821 assert(isInt<16>(ByteOffset)); in LowerImplicitParameter()
824 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2269 int ByteOffset = AFI->getCalleeSavedStackSize(); in computeCalleeSaveRegisterPairs() local
2275 ByteOffset = 0; in computeCalleeSaveRegisterPairs()
2374 int OffsetPre = RPI.isScalable() ? ScalableByteOffset : ByteOffset; in computeCalleeSaveRegisterPairs()
2380 ByteOffset += StackFillDir * (RPI.isPaired() ? 2 * Scale : Scale); in computeCalleeSaveRegisterPairs()
2386 ByteOffset += StackFillDir * 8; in computeCalleeSaveRegisterPairs()
2395 !RPI.isPaired() && ByteOffset % 16 != 0) { in computeCalleeSaveRegisterPairs()
2396 ByteOffset += 8 * StackFillDir; in computeCalleeSaveRegisterPairs()
2405 int OffsetPost = RPI.isScalable() ? ScalableByteOffset : ByteOffset; in computeCalleeSaveRegisterPairs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1238 unsigned ByteOffset = in emitValueImpl() local
1240 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8); in emitValueImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2168 unsigned ByteOffset = 0; in getAsmSrcLocInfo() local
2175 i + 1, SM, LangOpts, CGF.getTarget(), &StartToken, &ByteOffset); in getAsmSrcLocInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1527 unsigned ByteOffset = (NumBits / 8) - 1; in getSignAsIntValue() local
1529 DAG.getMemBasePlusOffset(StackPtr, TypeSize::Fixed(ByteOffset), DL); in getSignAsIntValue()
1531 ByteOffset); in getSignAsIntValue()
H A DDAGCombiner.cpp7106 unsigned ByteOffset = 0; member
7110 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory()
7111 return ByteProvider(Load, ByteOffset); in getMemory()
7120 return Other.Load == Load && Other.ByteOffset == ByteOffset; in operator ==()
7124 ByteProvider(LoadSDNode *Load, unsigned ByteOffset) in ByteProvider()
7125 : Load(Load), ByteOffset(ByteOffset) {} in ByteProvider()
7518 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
7519 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()

12