Home
last modified time | relevance | path

Searched refs:CondLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp870 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); in parseCC() local
872 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6281 LocTy CondLoc, BBLoc; in parseSwitch() local
6284 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch()
6291 return error(CondLoc, "switch condition must have integer type"); in parseSwitch()
6300 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch()
6306 return error(CondLoc, "duplicate case value in switch"); in parseSwitch()
6308 return error(CondLoc, "case value is not a constant integer"); in parseSwitch()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8205 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
8245 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
9802 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
9807 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
9818 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
9821 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
9825 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
9836 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
9844 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
9967 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6986 SMLoc CondLoc = getTok().getLoc(); in parseDirectiveWhile() local
7001 return Error(CondLoc, "expected absolute expression in 'while' directive"); in parseDirectiveWhile()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7656 SMLoc CondLoc; in validateInstruction() local
7659 CondLoc = Operands[I]->getStartLoc(); in validateInstruction()
7660 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()