/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asldefine.h | 252 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \ argument 255 #define RsCreateByteField(Op, Name, ByteOffset) \ argument 258 #define RsCreateWordField(Op, Name, ByteOffset) \ argument 261 #define RsCreateDwordField(Op, Name, ByteOffset) \ argument 264 #define RsCreateQwordField(Op, Name, ByteOffset) \ argument
|
H A D | aslresource.c | 570 UINT32 ByteOffset, in RsCreateResourceField()
|
H A D | dtcompiler.h | 201 UINT32 ByteOffset; /* Offset in source file for field */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Base64.cpp | 55 for (uint64_t ByteOffset = 0; ByteOffset < 4; ++ByteOffset) { in decodeBase64() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ByteProvider.h | 66 static ByteProvider getSrc(std::optional<ISelOp> Val, int64_t ByteOffset, in getSrc()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 129 uint64_t ByteOffset = cast<ConstantInt>( in splitGlobal() local
|
H A D | WholeProgramDevirt.cpp | 324 uint64_t ByteOffset; member 1057 const std::set<TypeMemberInfo> &TypeMemberInfos, uint64_t ByteOffset, in tryFindVirtualCallTargets() 1103 const TypeIdCompatibleVtableInfo TIdInfo, uint64_t ByteOffset) { in tryFindVirtualCallTargets()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 38 uint64_t ByteOffset; member
|
H A D | WholeProgramDevirt.h | 240 uint64_t ByteOffset; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 43 size_t ByteOffset; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 516 uint32_t ByteOffset = getImplicitParameterOffset(MF, FIRST_IMPLICIT); in LowerOperation() local 765 unsigned ByteOffset = DwordOffset * 4; in LowerImplicitParameter() local
|
H A D | AMDGPUISelDAGToDAG.cpp | 1097 int64_t ByteOffset = C->getSExtValue(); in SelectDS1Addr1Offset() local 2060 int64_t ByteOffset = IsBuffer ? C->getZExtValue() : C->getSExtValue(); in SelectSMRDOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 2846 static bool isDwordAligned(uint64_t ByteOffset) { in isDwordAligned() 2851 uint64_t ByteOffset) { in convertSMRDOffsetUnits() 2860 int64_t ByteOffset, bool IsBuffer, in getSMRDEncodedOffset() 2889 int64_t ByteOffset) { in getSMRDEncodedLiteralOffset32()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2450 unsigned ByteOffset = 0; in getAsmSrcLocInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 1366 unsigned ByteOffset = in emitValueImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 417 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr, in ReadDataFromGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 2964 int ByteOffset = AFI->getCalleeSavedStackSize(); in computeCalleeSaveRegisterPairs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1602 unsigned ByteOffset = (NumBits / 8) - 1; in getSignAsIntValue() local
|
H A D | LegalizeIntegerTypes.cpp | 4640 SDValue ByteOffset = DAG.getNode(ISD::SRL, dl, ShAmtVT, ShAmt, in ExpandIntRes_ShiftThroughStack() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 4668 unsigned ByteOffset = Offset / 8; in reduceLoadStoreWidth() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6849 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) { in findEltLoadSrc() 6976 int64_t ByteOffset = ByteOffsets[EltIdx]; in EltsFromConsecutiveLoads() local
|