Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1938 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local
1955 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()
1957 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()
2167 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local
2174 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5162 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local
5166 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()
5172 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()