Searched refs:SrcOffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp446 int64_t SrcOffset = getInstrOffset(MI); local
448 assert(!TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - SrcOffset));
473 *BranchBB, *DestBB, DL, DestOffset - SrcOffset, RS.get());
/freebsd-11-stable/stand/efi/include/
H A Defipciio.h259 @param SrcOffset The source offset within the BAR specified by SrcBarIndex to start
262 size * Count, starting at DestOffset and SrcOffset.
269 @retval EFI_UNSUPPORTED The address range specified by SrcOffset, Width, and Count is
283 IN UINT64 SrcOffset,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp301 uint32_t SrcOffset = local
305 ::memcpy(Alloc.data() + DestOffset, Data.data() + SrcOffset, Length);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6197 // Dig through Src to find the byte at SrcOffset.
8548 uint64_t SrcOffset = Src.getLValueOffset().getQuantity();
8550 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) {
8561 } else if (!Move && SrcOffset >= DestOffset &&
8562 SrcOffset - DestOffset < NBytes) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9937 unsigned SrcOffset = C->getZExtValue() + 8 * Offset; local
9938 if (SrcOffset < 32 && SrcOffset % 8 == 0) {
9939 return DAG.getNode(AMDGPUISD::CVT_F32_UBYTE0 + SrcOffset / 8, SL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2268 SDValue SrcOffset = DAG.getIntPtrConstant(4*offset, dl); local
2269 SDValue Src = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, SrcOffset);

Completed in 204 milliseconds