Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2359 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local
2376 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()
2378 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()
2823 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local
2830 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6140 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local
6144 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()
6150 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()