Home
last modified time | relevance | path

Searched refs:RDP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp895 DebugPatchReference *RDP = reinterpret_cast<DebugPatchReference *>(P); in computeNewOffsets() local
896 if (RDP->PatchInfo.IndirectRelative) { in computeNewOffsets()
897 PreviousChangeInSize += 4 - RDP->PatchInfo.OldValueSize; in computeNewOffsets()
898 assert(RDP->PatchInfo.OldValueSize <= 4 && in computeNewOffsets()
947 DebugPatchReference *RDP = reinterpret_cast<DebugPatchReference *>(P); in patchBinary() local
948 uint32_t DestinationOffset = RDP->DestinationOffset; in patchBinary()
952 Offset = RDP->Offset; in patchBinary()
953 OldValueSize = RDP->PatchInfo.OldValueSize; in patchBinary()
954 if (RDP->PatchInfo.DirectRelative) { in patchBinary()
963 } else if (RDP->PatchInfo.DirectAbsolute) { in patchBinary()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td178 defm RDP : SideEffectQuaternaryRRFbOpt<"rdp", 0xB98B, GR64, GR64, GR64>;
H A DSystemZScheduleZ16.td1624 def : InstRW<[WLat30, MCD], (instregex "RDP(Opt)?$")>;