Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1088 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix() local
1094 emitByte(LastByte | (VEX_R << 7), OS); in emitVEXOpcodePrefix()
1101 emitByte(LastByte | (VEX_W << 7), OS); in emitVEXOpcodePrefix()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1689 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1693 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1168 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
1185 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7058 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
7075 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()