Home
last modified time | relevance | path

Searched refs:SrcOffset (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp440 int64_t SrcOffset = getInstrOffset(MI); in fixupUnconditionalBranch() local
442 assert(!TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - SrcOffset)); in fixupUnconditionalBranch()
467 *BranchBB, *DestBB, DL, DestOffset - SrcOffset, RS.get()); in fixupUnconditionalBranch()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp301 uint32_t SrcOffset = in fixCacheAfterWrite() local
305 ::memcpy(Alloc.data() + DestOffset, Data.data() + SrcOffset, Length); in fixCacheAfterWrite()
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defipciio.h119 IN UINT64 SrcOffset,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9271 uint64_t SrcOffset = Src.getLValueOffset().getQuantity(); in VisitBuiltinCallExpr() local
9273 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) { in VisitBuiltinCallExpr()
9284 } else if (!Move && SrcOffset >= DestOffset && in VisitBuiltinCallExpr()
9285 SrcOffset - DestOffset < NBytes) { in VisitBuiltinCallExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2439 SDValue SrcOffset = DAG.getIntPtrConstant(4*offset, dl); in LowerCall() local
2440 SDValue Src = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, SrcOffset); in LowerCall()