Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2265 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local
2282 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()
2284 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()
2494 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local
2501 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5123 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local
5127 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()
5133 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()