Home
last modified time | relevance | path

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

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp840 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); in parseCC() local
842 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp840 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); in parseCC() local
842 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5169 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
5220 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
6364 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
6369 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
6378 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
6381 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
6385 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
6396 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
6404 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
6515 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/AsmParser/
H A DLLParser.cpp5785 LocTy CondLoc, BBLoc; in ParseSwitch() local
5788 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5795 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
5804 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5810 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
5812 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/devel/llvm70/llvm-7.0.1.src/lib/AsmParser/
H A DLLParser.cpp5662 LocTy CondLoc, BBLoc; in ParseSwitch() local
5665 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5672 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
5681 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5687 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
5689 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6136 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
6186 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
7641 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
7646 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
7655 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
7658 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
7662 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
7673 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
7681 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
7792 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6136 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
6186 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
7641 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
7646 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
7655 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
7658 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
7662 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
7673 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
7681 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
7792 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6313 LocTy CondLoc, BBLoc; in parseSwitch() local
6316 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch()
6323 return error(CondLoc, "switch condition must have integer type"); in parseSwitch()
6332 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch()
6338 return error(CondLoc, "duplicate case value in switch"); in parseSwitch()
6340 return error(CondLoc, "case value is not a constant integer"); in parseSwitch()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/AsmParser/
H A DLLParser.cpp6100 LocTy CondLoc, BBLoc; in ParseSwitch() local
6103 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
6110 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
6119 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
6125 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
6127 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp6339 LocTy CondLoc, BBLoc; in parseSwitch() local
6342 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch()
6349 return error(CondLoc, "switch condition must have integer type"); in parseSwitch()
6358 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch()
6364 return error(CondLoc, "duplicate case value in switch"); in parseSwitch()
6366 return error(CondLoc, "case value is not a constant integer"); in parseSwitch()
/dports/devel/llvm10/llvm-10.0.1.src/lib/AsmParser/
H A DLLParser.cpp5960 LocTy CondLoc, BBLoc; in ParseSwitch() local
5963 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5970 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
5979 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5985 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
5987 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/devel/llvm11/llvm-11.0.1.src/lib/AsmParser/
H A DLLParser.cpp6079 LocTy CondLoc, BBLoc; in ParseSwitch() local
6082 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
6089 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
6098 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
6104 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
6106 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp5960 LocTy CondLoc, BBLoc; in ParseSwitch() local
5963 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5970 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
5979 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5985 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
5987 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/dports/lang/rust/rustc-1.58.1-src/src/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()

123