| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | asldefine.h | 164 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \ argument 165 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1) 167 #define RsCreateByteField(Op, Name, ByteOffset) \ argument 168 RsCreateResourceField (Op, Name, ByteOffset, 0, 8); 170 #define RsCreateWordField(Op, Name, ByteOffset) \ argument 171 RsCreateResourceField (Op, Name, ByteOffset, 0, 16); 173 #define RsCreateDwordField(Op, Name, ByteOffset) \ argument 174 RsCreateResourceField (Op, Name, ByteOffset, 0, 32); 176 #define RsCreateQwordField(Op, Name, ByteOffset) \ argument 177 RsCreateResourceField (Op, Name, ByteOffset, 0, 64);
|
| HD | dtio.c | 375 Field->ByteOffset = Offset; in DtParseLine() 953 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList() 1074 FlSeekFile (ASL_FILE_INPUT, Field->ByteOffset); in DtWriteFieldToListing()
|
| HD | dtutils.c | 95 FieldObject->ByteOffset, in DtError() 151 FieldObject->ByteOffset, in DtNameError()
|
| HD | aslresource.c | 462 UINT32 ByteOffset, in RsCreateResourceField() argument 471 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset; in RsCreateResourceField()
|
| HD | dtcompiler.h | 94 UINT32 ByteOffset; /* Offset in source file for field */ member
|
| HD | aslcompiler.h | 1065 UINT32 ByteOffset,
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DebugLocStream.h | 44 size_t ByteOffset; member 46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, in Entry() 48 : BeginSym(BeginSym), EndSym(EndSym), ByteOffset(ByteOffset), in Entry() 117 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes() 143 return DWARFBytes.size() - Entries[EI].ByteOffset; in getNumBytes() 144 return Entries[EI + 1].ByteOffset - Entries[EI].ByteOffset; in getNumBytes()
|
| HD | DebugLocStream.cpp | 29 if (Entries.back().ByteOffset != DWARFBytes.size()) in finalizeEntry()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | Loads.cpp | 74 int64_t ByteOffset = 0; in isSafeToLoadUnconditionally() local 76 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, DL); in isSafeToLoadUnconditionally() 78 if (ByteOffset < 0) // out of bounds in isSafeToLoadUnconditionally() 110 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) && in isSafeToLoadUnconditionally() 111 ((ByteOffset % Align) == 0)) in isSafeToLoadUnconditionally()
|
| HD | ConstantFolding.cpp | 279 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, in ReadDataFromGlobal() argument 282 assert(ByteOffset <= DL.getTypeAllocSize(C->getType()) && in ReadDataFromGlobal() 298 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal() 299 int n = ByteOffset; in ReadDataFromGlobal() 303 ++ByteOffset; in ReadDataFromGlobal() 311 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL); in ReadDataFromGlobal() 315 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL); in ReadDataFromGlobal() 319 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL); in ReadDataFromGlobal() 326 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal() 328 ByteOffset -= CurEltOffset; in ReadDataFromGlobal() [all …]
|
| HD | ValueTracking.cpp | 2593 APInt ByteOffset(BitWidth, 0); in GetPointerBaseWithConstantOffset() local 2603 ByteOffset += GEPOffset; in GetPointerBaseWithConstantOffset() 2617 Offset = ByteOffset.getSExtValue(); in GetPointerBaseWithConstantOffset()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | LowerBitSets.cpp | 47 if (Offset < ByteOffset) in containsGlobalOffset() 50 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0) in containsGlobalOffset() 53 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() 109 BSI.ByteOffset = Min; in build() 434 GlobalAsInt, ConstantInt::get(IntPtrTy, BSI.ByteOffset)); in lowerBitSetCall()
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/IPO/ |
| HD | LowerBitSets.h | 37 uint64_t ByteOffset; member
|
| /NextBSD/include/ |
| HD | MacTypes.h | 285 typedef unsigned long ByteOffset; typedef
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCAsmStreamer.cpp | 720 unsigned ByteOffset = in EmitValueImpl() local 722 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8); in EmitValueImpl()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600ISelLowering.cpp | 819 uint32_t ByteOffset = getImplicitParameterOffset(MFI, GRID_DIM); in LowerOperation() local 820 return LowerImplicitParameter(DAG, VT, DL, ByteOffset / 4); in LowerOperation() 1081 unsigned ByteOffset = DwordOffset * 4; in LowerImplicitParameter() local 1086 assert(isInt<16>(ByteOffset)); in LowerImplicitParameter() 1089 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeDAG.cpp | 1604 unsigned ByteOffset = (Strides * LoadTy.getSizeInBits()) / 8; in ExpandFCOPYSIGN() local 1606 DAG.getConstant(ByteOffset, dl, in ExpandFCOPYSIGN() 1613 (FloatVT.getSizeInBits() - 8 * ByteOffset); in ExpandFCOPYSIGN()
|