Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp934 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix() local
939 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
946 EmitByte(LastByte | (VEX_W << 7), CurByte, OS); in EmitVEXOpcodePrefix()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1142 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1146 instrumentAddress(I, I, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2815 int64_t LastByte = FirstByte + MFI->getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
2834 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()