Home
last modified time | relevance | path

Searched refs:hasTiedOperand (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp655 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
675 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp653 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
673 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/
H A DTargetInfo.cpp695 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
715 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp696 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
716 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp695 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
715 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp671 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
691 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp665 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
685 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp671 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
691 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp696 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
716 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DTargetInfo.cpp730 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
750 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp726 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
746 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/
H A DTargetInfo.cpp708 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
728 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp726 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
746 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp726 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
746 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp726 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
746 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/
H A DTargetInfo.cpp726 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
746 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h826 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
828 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h941 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
943 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h875 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
877 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h868 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
870 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DTargetInfo.h942 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
944 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h875 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
877 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h840 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
842 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DTargetInfo.h1005 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
1007 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h948 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
950 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()

123