Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp606 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix() local
610 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
617 EmitByte(LastByte | (VEX_W << 7), CurByte, OS); in EmitVEXOpcodePrefix()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp906 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix() local
911 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
918 EmitByte(LastByte | (VEX_W << 7), CurByte, OS); in EmitVEXOpcodePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp979 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix() local
984 EmitByte(LastByte | (VEX_R << 7), CurByte, OS); in EmitVEXOpcodePrefix()
991 EmitByte(LastByte | (VEX_W << 7), CurByte, OS); in EmitVEXOpcodePrefix()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1212 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1216 instrumentAddress(I, I, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1599 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1603 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1046 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
1065 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2874 int64_t LastByte = FirstByte + MFI->getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
2893 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3401 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
3420 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()