Home
last modified time | relevance | path

Searched refs:AlignLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2030 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local
2047 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()
2049 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()
2309 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local
2316 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5548 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local
5552 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()
5558 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()