Searched refs:SrcOffset (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ByteProvider.h | 34 ByteProvider(std::optional<ISelOp> Src, int64_t DestOffset, int64_t SrcOffset) in ByteProvider() argument 35 : Src(Src), DestOffset(DestOffset), SrcOffset(SrcOffset) {} in ByteProvider() 56 int64_t SrcOffset = 0; variable 78 Other.SrcOffset == SrcOffset;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchRelaxation.cpp | 566 int64_t SrcOffset = getInstrOffset(MI); in fixupUnconditionalBranch() local 571 : DestOffset - SrcOffset)); in fixupUnconditionalBranch() 610 : DestOffset - SrcOffset, in fixupUnconditionalBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 299 uint64_t SrcOffset = in fixCacheAfterWrite() 303 ::memcpy(Alloc.data() + DestOffset, Data.data() + SrcOffset, Length); in fixCacheAfterWrite() 300 uint64_t SrcOffset = fixCacheAfterWrite() local
|
| /freebsd/stand/efi/include/ |
| H A D | efipciio.h | 281 IN UINT64 SrcOffset,
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | PciIo.h | 275 IN UINT64 SrcOffset,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 12973 std::pair<unsigned, unsigned> FirstSrc(0, PermNodes[0].SrcOffset / 4); in matchPERM() 12985 ((PermOp.SrcOffset / 4) != FirstSrc.second)) { in matchPERM() 12988 ((PermOp.SrcOffset / 4) != SecondSrc->second)) in matchPERM() 12992 SecondSrc = {i, PermNodes[i].SrcOffset / 4}; in matchPERM() 12996 assert((PermOp.SrcOffset % 4) + SrcByteAdjust < 8); in matchPERM() 12998 PermMask |= ((PermOp.SrcOffset % 4) + SrcByteAdjust) << (i * 8); in matchPERM() 14705 Src0s.push_back({*Src0.Src, ((Src0.SrcOffset % 4) << 24) + 0x0c0c0c, in placeSources() 14706 Src0.SrcOffset / 4}); in placeSources() 14707 Src1s.push_back({*Src1.Src, ((Src1.SrcOffset % 4) << 24) + 0x0c0c0c, in placeSources() 14708 Src1.SrcOffset / 4}); in placeSources() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 3881 unsigned SrcOffset = in VisitConvertVectorExpr() local 3885 if (!this->emitSetLocal(PT_Ptr, SrcOffset, E)) in VisitConvertVectorExpr() 3889 if (!this->emitGetLocal(PT_Ptr, SrcOffset, E)) in VisitConvertVectorExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 10259 uint64_t SrcOffset = Src.getLValueOffset().getQuantity(); in VisitBuiltinCallExpr() local 10261 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) { in VisitBuiltinCallExpr() 10272 } else if (!Move && SrcOffset >= DestOffset && in VisitBuiltinCallExpr() 10273 SrcOffset - DestOffset < NBytes) { in VisitBuiltinCallExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2348 int64_t SrcOffset = MFI.getObjectOffset(SrcFI); in ByValNeedsCopyForTailCall() local 2355 (FixedSrc && SrcOffset < -(int64_t)AFI->getArgRegsSaveSize())) in ByValNeedsCopyForTailCall() 2368 if (SrcOffset == DstOffset) in ByValNeedsCopyForTailCall() 2756 SDValue SrcOffset = DAG.getIntPtrConstant(4*offset, dl); in LowerCall() local 2757 SDValue Src = DAG.getNode(ISD::ADD, dl, PtrVT, ByValSrc, SrcOffset); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 9632 unsigned ByteOffsetFromVector = P->SrcOffset * LoadWidthInBit / 8; in MatchLoadCombine()
|