Searched refs:SrcOffset (Results 1 - 9 of 9) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/Raw/ |
H A D | MappedBlockStream.cpp | 281 uint32_t SrcOffset = local 285 ::memcpy(Alloc.data() + DestOffset, Buffer.data() + SrcOffset, Length);
|
/external/syslinux/efi32/include/efi/ |
H A D | efipciio.h | 79 IN UINT64 SrcOffset,
|
/external/syslinux/efi64/include/efi/ |
H A D | efipciio.h | 79 IN UINT64 SrcOffset,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
H A D | efipciio.h | 79 IN UINT64 SrcOffset,
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
H A D | PciIo.h | 218 @param SrcOffset The source offset within the BAR specified by SrcBarIndex to start 221 size * Count, starting at DestOffset and SrcOffset. 228 @retval EFI_UNSUPPORTED The address range specified by SrcOffset, Width, and Count is 242 IN UINT64 SrcOffset,
|
/external/llvm/lib/Target/X86/Utils/ |
H A D | X86ShuffleDecode.cpp | 565 unsigned SrcOffset = (Selector >> 2) & 1; local 566 ShuffleMask.push_back((int)(SrcOffset + Index));
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 2897 unsigned SrcOffset = C->getZExtValue() + 8 * Offset; local 2898 if (SrcOffset < 32 && SrcOffset % 8 == 0) { 2899 return DAG.getNode(AMDGPUISD::CVT_F32_UBYTE0 + SrcOffset / 8, DL,
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1744 SDValue SrcOffset = DAG.getIntPtrConstant(4*offset, dl); local 1745 SDValue Src = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, SrcOffset);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1349 SDValue SrcOffset = DAG.getIntPtrConstant(4*offset); local 1350 SDValue Src = DAG.getNode(ISD::ADD, dl, getPointerTy(), Arg, SrcOffset);
|
Completed in 2195 milliseconds