Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp867 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); in parseCC() local
869 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6158 LocTy CondLoc, BBLoc; in parseSwitch() local
6161 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch()
6168 return error(CondLoc, "switch condition must have integer type"); in parseSwitch()
6177 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch()
6183 return error(CondLoc, "duplicate case value in switch"); in parseSwitch()
6185 return error(CondLoc, "case value is not a constant integer"); in parseSwitch()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7675 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
7715 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
9269 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
9274 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
9284 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
9287 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
9291 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
9302 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
9310 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
9432 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp7021 SMLoc CondLoc = getTok().getLoc(); in parseDirectiveWhile() local
7036 return Error(CondLoc, "expected absolute expression in 'while' directive"); in parseDirectiveWhile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7620 SMLoc CondLoc; in validateInstruction() local
7623 CondLoc = Operands[I]->getStartLoc(); in validateInstruction()
7624 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()