Home
last modified time | relevance | path

Searched refs:LastByte (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1071 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix() local
1077 emitByte(LastByte | (VEX_R << 7), OS); in emitVEXOpcodePrefix()
1084 emitByte(LastByte | (VEX_W << 7), OS); in emitVEXOpcodePrefix()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1659 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1663 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1071 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
1088 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6431 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
6448 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()